]> git.pld-linux.org Git - packages/libtirpc.git/blobdiff - libtirpc.spec
- updated to 1.0.1 (note: new soname)
[packages/libtirpc.git] / libtirpc.spec
index 4137b8e6f5babf0daebeb3de2b7d845ec6b6ecb2..dd0b41a42a3f87aa84eca903006711b5e481a38c 100644 (file)
@@ -1,34 +1,22 @@
-#
-# Conditional build:
-%bcond_with    gssglue         # build with MIT Kerberos instead of Heimdal
-#
 Summary:       Transport Independent RPC Library
 Summary(pl.UTF-8):     Biblioteka RPC niezależnego od transportu
 Name:          libtirpc
-Version:       0.2.4
+Version:       1.0.1
 Release:       1
 Epoch:         1
-License:       BSD-like
+License:       BSD
 Group:         Libraries
 Source0:       http://downloads.sourceforge.net/libtirpc/%{name}-%{version}.tar.bz2
-# Source0-md5: 847995e8d002cbf1387bda05947be086
+# Source0-md5: 36ce1c0ff80863bb0839d54aa0b94014
 Patch0:                %{name}-link.patch
 URL:           http://sourceforge.net/projects/libtirpc/
 BuildRequires: autoconf >= 2.50
-BuildRequires: automake
+BuildRequires: automake >= 1:1.11
 BuildRequires: glibc >= 6:2.14-9.1
-%if %{with gssglue}
-BuildRequires: libgssglue-devel >= 0.1
-%else
 BuildRequires: heimdal-devel
-%endif
 BuildRequires: libtool
 BuildRequires: pkgconfig
-%if %{with gssglue}
-Requires:      libgssglue >= 0.1
-%else
 Requires:      heimdal-libs
-%endif
 Requires:      glibc >= 6:2.14-9.1
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -62,11 +50,7 @@ Summary(pl.UTF-8):   Pliki programistyczne biblioteki TI-RPC
 Group:         Development/Libraries
 Requires:      %{name} = %{epoch}:%{version}-%{release}
 Requires:      glibc-devel >= 6:2.14-9.1
-%if %{with gssglue}
-Requires:      libgssglue-devel >= 0.1
-%else
 Requires:      heimdal-devel
-%endif
 
 %description devel
 This package includes header files necessary for developing programs
@@ -98,7 +82,7 @@ Ten pakiet zawiera statyczną bibliotekę TI-RPC.
 %{__autoconf}
 %{__automake}
 %configure \
-       --enable-gss=%{?with_gssglue:libgssglue}%{!?with_gssglue:heimdal-gssapi}
+       --disable-silent-rules
 
 %{__make}
 
@@ -128,10 +112,10 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README
+%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/netconfig
-%attr(755,root,root) /%{_lib}/libtirpc.so.*.*
-%attr(755,root,root) %ghost /%{_lib}/libtirpc.so.1
+%attr(755,root,root) /%{_lib}/libtirpc.so.*.*.*
+%attr(755,root,root) %ghost /%{_lib}/libtirpc.so.3
 %{_mandir}/man5/netconfig.5*
 
 %files devel
This page took 0.893963 seconds and 4 git commands to generate.