summaryrefslogtreecommitdiffstats
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
commitc636daa5c66848f0b5bfa5af93835cacd169ec98 (patch)
tree4ce47f8bfe3972890f30bb5a8e2b372e6b5fc7bd
parent7835aec3b24ceb7027d0cb49fff88b8a97c665f7 (diff)
downloadbind-c636daa5c66848f0b5bfa5af93835cacd169ec98.tar.gz
bind-c636daa5c66848f0b5bfa5af93835cacd169ec98.tar.xz
bind-c636daa5c66848f0b5bfa5af93835cacd169ec98.zip
fixed some building problems
-rw-r--r--bind.spec4
-rw-r--r--libbind.pc2
2 files changed, 3 insertions, 3 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-*
diff --git a/libbind.pc b/libbind.pc
index d8d9d86..11c6b93 100644
--- a/libbind.pc
+++ b/libbind.pc
@@ -1,5 +1,5 @@
# pkg-config file for libbind
-Name: libbind
+Name: bind-devel
Description: BIND 8 compatible DNS Resolver Library
Version: 9.3.2
Libs: -lbind