From 66deaff3201930495c791ec12b150edea9db3e2a Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Mar 09 2009 14:35:24 +0000 Subject: - updated to 6.0rc1 - added pkg-config file --- diff --git a/.cvsignore b/.cvsignore index 758e201..bf33ae2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ -libbind-6.0b1.tar.gz +libbind-6.0rc1.tar.gz +libbind.pc diff --git a/libbind.spec b/libbind.spec index d0557f5..2fce3d2 100644 --- a/libbind.spec +++ b/libbind.spec @@ -1,15 +1,16 @@ -%define PREVER b1 +%define PREVER rc1 %define VERSION %{version}%{PREVER} Name: libbind Version: 6.0 -Release: 0.3.%{PREVER}%{?dist} +Release: 0.4.%{PREVER}%{?dist} Summary: ISC's standard resolver library Group: System Environment/Libraries License: ISC URL: ftp://ftp.isc.org/isc/libbind/ Source0: ftp://ftp.isc.org/isc/libbind/%{VERSION}/libbind-%{VERSION}.tar.gz +Source1: libbind.pc BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: groff @@ -80,6 +81,9 @@ for all in hostname; do rm -f $oldname done +mkdir -p $RPM_BUILD_ROOT/%{_libdir}/pkgconfig +install -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_libdir}/pkgconfig/libbind.pc + %clean rm -rf $RPM_BUILD_ROOT @@ -90,17 +94,22 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %doc CHANGES COPYRIGHT README %{_libdir}/libbind.so.4 -%{_libdir}/libbind.so.4.2.0 +%{_libdir}/libbind.so.4.2.1 %files devel %defattr(-,root,root,-) %{_libdir}/libbind.so +%{_libdir}/pkgconfig/libbind.pc %{_includedir}/bind %{_mandir}/man3/libbind_* %{_mandir}/man5/libbind_* %{_mandir}/man7/libbind_* %changelog +* Mon Mar 09 2009 Adam Tkac 6.0-0.4.rc1 +- updated to 6.0rc1 +- added pkg-config file + * Mon Mar 02 2009 Adam Tkac 6.0-0.3.b1 - removed unneeded Obsoletes/Provides diff --git a/sources b/sources index 926e0d2..2f3f056 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ -c54fa30a0051d604bc4a8a9242b4604a libbind-6.0b1.tar.gz +6bed81bcaffa54de99c5d1b08aae7271 libbind-6.0rc1.tar.gz +4290a468430ce9b3e3ae7d88ccc4666d libbind.pc