summaryrefslogtreecommitdiffstats
path: root/bind.spec
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2007-01-22 13:25:36 +0000
committerAdam Tkac <atkac@fedoraproject.org>2007-01-22 13:25:36 +0000
commit3d9f63e65963ca740b1c52ff1fa6676360eb7270 (patch)
tree4b15381db101e2dd5d36707078453e5b14352763 /bind.spec
parentef47b1ee6084f63de7adf208e7237a75e60a44a4 (diff)
fixed some building problems
Diffstat (limited to 'bind.spec')
-rw-r--r--bind.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/bind.spec b/bind.spec
index 4430de3..2ec7237 100644
--- a/bind.spec
+++ b/bind.spec
@@ -432,7 +432,7 @@ for f in my.internal.zone.db slaves/my.slave.internal.zone.db slaves/my.ddns.int
echo '@ in soa localhost. root 1 3H 15M 1W 1D
ns localhost.' > sample/var/named/$f;
done
-/usr/bin/tail -n '+'`/bin/egrep -n '\\$Id: bind.spec,v 1.152 2007/01/22 12:45:50 atkac Exp $/+1/' | bc` bin/rndc/rndc.conf | sed '/Sample rndc configuration file./{p;i\
+/usr/bin/tail -n '+'`/bin/egrep -n '\\$Id: bind.spec,v 1.153 2007/01/22 13:25:36 atkac Exp $/+1/' | bc` bin/rndc/rndc.conf | sed '/Sample rndc configuration file./{p;i\
*\
* NOTE: you only need to create this file if it is to\
* differ from the following default contents:
@@ -538,7 +538,7 @@ chmod 0755 ${RPM_BUILD_ROOT}%{_libdir}/lib*so.*
%doc doc/draft doc/rfc
%if %{LIBBIND}
%{_libdir}/libbind.a
-%{_libdir}/pkgconfig/bind-devel.pc
+%{_libdir}/pkgconfig/libbind.pc
%{_includedir}/bind
%{_mandir}/man3/libbind-*
%{_mandir}/man7/libbind-*