--- cauldron/libtirpc/current/SPECS/libtirpc.spec 2013/01/07 01:03:11 340641 +++ cauldron/libtirpc/current/SPECS/libtirpc.spec 2013/01/07 01:04:19 340642 @@ -5,12 +5,13 @@ Summary: Transport Independent RPC Library Name: libtirpc Version: 0.2.2 -Release: %mkrel 1 +Release: %mkrel 2 License: GPL Group: System/Libraries URL: http://sourceforge.net/projects/libtirpc Source0: http://downloads.sourceforge.net/libtirpc/%{name}-%{version}.tar.bz2 -Patch0: 01-remove-des-crypt.diff +Patch0: 01-remove-des-crypt.diff +Patch1: libtirpc-0.2.2-automake-1.13.patch BuildRequires: pkgconfig BuildRequires: gssglue-devel @@ -29,7 +30,7 @@ %package -n %{libname} Summary: Transport Independent RPC Library Group: System/Libraries -Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{version}-%{release} %description -n %{libname} This package contains SunLib's implementation of transport-independent @@ -69,6 +70,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build autoreconf -fi @@ -93,21 +95,16 @@ rm -rf %{buildroot} %files -%defattr(-,root,root) %config(noreplace) %{_sysconfdir}/netconfig %files -n %{libname} -%defattr(-,root,root) %doc AUTHORS ChangeLog NEWS README %{_libdir}/*.so.* %files -n %{develname} -%defattr(-,root,root) %{_libdir}/*.so %{_libdir}/*.a %{_libdir}/pkgconfig/libtirpc.pc %{_includedir}/tirpc %{_mandir}/man3/* %{_mandir}/man5/* - -