Changed RPM behavior to include scripts into %doc

git-svn-id: https://svn.alkaloid.net/gpl/ldap2dns/trunk@141 06cd67b6-e706-0410-b29e-9de616bca6e9
This commit is contained in:
Ben Klang
2005-12-08 19:08:05 +00:00
parent 6b8fb29008
commit 885eca508c
2 changed files with 3 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
# $Id: Makefile,v 1.30 2003/01/20 14:33:25 jrief Exp $ # $Id: Makefile,v 1.36 2005/12/08 14:13:25 bklang Exp $
VERSION=0.3.6 VERSION=0.3.6
RELEASE=3 RELEASE=3
CC=gcc -O2 CC=gcc -O2

View File

@@ -59,6 +59,8 @@ make INSTALL_PREFIX=$RPM_BUILD_ROOT install
%doc doc/README.html %doc doc/README.html
%doc doc/example.ldif %doc doc/example.ldif
%doc import.pl %doc import.pl
%doc scripts/axfr2ldap.pl
%doc scripts/data2ldap.pl
%config /etc/openldap/schema/ldap2dns.schema %config /etc/openldap/schema/ldap2dns.schema
%pre %pre