rpcbind/rpcbind.spec

changeset 3
d4b4127cd2bb
parent 0
4f133201e207
equal deleted inserted replaced
0:3aa5b40c8917 1:2e1f3fa3337c
1 %{!?_initddir:%define _initddir /etc/rc.d/init.d} 1 %{!?_initddir:%define _initddir /etc/rc.d/init.d}
2 2
3 Name: rpcbind 3 Name: rpcbind
4 Version: 0.2.0 4 Version: 0.2.0
5 Release: 8%{?dist} 5 Release: 20101201
6 Summary: Universal Addresses to RPC Program Number Mapper 6 Summary: Universal Addresses to RPC Program Number Mapper
7 Vendor: Europalab Software
8 Packager: Michael Schloh von Bennewitz
9 Distribution: MeeGo Thirdparty
7 Group: System Environment/Daemons 10 Group: System Environment/Daemons
8 License: BSD 11 License: BSD
9 URL: http://nfsv4.bullopensource.org 12 URL: http://nfsv4.bullopensource.org
10 13
11 BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) 14 BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
12 Source0: http://downloads.sourceforge.net/rpcbind/%{name}-%{version}.tar.bz2 15 Source0: http://downloads.sourceforge.net/rpcbind/%{name}-%{version}.tar.bz2
13 Source1: rpcbind.init 16 Source1: rpcbind.init
14 17 Patch0: rpcbind.patch
15 Patch001: rpcbind-0.2.1-rc2.patch
16
17 #Patch100: rpcbind-0.2.0-usage-fix.patch
18 #Patch101: rpcbind-0.2.0-soreuseaddr-listner.patch
19 #Patch102: rpcbind-0.2.0-nofork.patch
20 18
21 Requires: glibc-common setup 19 Requires: glibc-common setup
22 Conflicts: man-pages < 2.43-12 20 Conflicts: man-pages < 2.43-12
23 BuildRequires: automake, autoconf, libtool 21 BuildRequires: automake, autoconf, libtool
24 BuildRequires: libtirpc-devel, quota-devel, tcp_wrappers-devel 22 BuildRequires: libtirpc-devel, quota-devel, tcp_wrappers-devel
25 Requires(pre): /usr/sbin/groupadd /usr/sbin/groupdel 23 Requires(pre): /usr/sbin/groupadd /usr/sbin/groupdel
26 Requires(pre): /usr/sbin/useradd /usr/sbin/userdel 24 Requires(pre): /usr/sbin/useradd /usr/sbin/userdel
27 Requires(pre): coreutils 25 Requires(pre): coreutils fastinit
28 Requires(post): /sbin/chkconfig 26 Requires(post): /sbin/chkconfig
29 Requires(post): /sbin/chkconfig 27 Requires(post): /sbin/chkconfig
30 28
31 Provides: portmap = %{version}-%{release} 29 Provides: portmap = %{version}-%{release}
32 Obsoletes: portmap <= 4.0-65.3 30 Obsoletes: portmap <= 4.0-65.3
36 universal addresses. It must be running on the host to be able to make 34 universal addresses. It must be running on the host to be able to make
37 RPC calls on a server on that machine. 35 RPC calls on a server on that machine.
38 36
39 %prep 37 %prep
40 %setup -q 38 %setup -q
41 %patch001 -p1 39 %patch0 -p1
42 40
43 %build 41 %build
44 %ifarch s390 s390x 42 %ifarch s390 s390x
45 PIE="-fPIE" 43 PIE="-fPIE"
46 %else 44 %else
121 %config %{_initddir}/rpcbind 119 %config %{_initddir}/rpcbind
122 120
123 %dir %attr(700,rpc,rpc) /var/lib/rpcbind 121 %dir %attr(700,rpc,rpc) /var/lib/rpcbind
124 122
125 %changelog 123 %changelog
124 * Wed Dec 1 2010 Michael Schloh von Bennewitz <michael@schloh.com> - 0.2.0-20101201
125 - Repackage for MeeGo 1.1
126
126 * Tue Nov 30 2010 Steve Dickson <steved@redhat.com> - 0.2.0-8 127 * Tue Nov 30 2010 Steve Dickson <steved@redhat.com> - 0.2.0-8
127 - Updated to the latest upstream release: rpcbind-0.2.1-rc2 128 - Updated to the latest upstream release: rpcbind-0.2.1-rc2
128 129
129 * Fri Jul 16 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 0.2.0-7 130 * Fri Jul 16 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 0.2.0-7
130 - correct license tag to BSD 131 - correct license tag to BSD

mercurial