# $Revision: 1.33 $, $Date: 2005/12/02 04:09:06 $ Summary: RPC2 library Summary(pl): Biblioteka RPC2 Summary(pt_BR): Biblioteca RPC2 Name: rpc2 Version: 1.28 Release: 1 License: LGPL Group: Libraries Source0: ftp://ftp.coda.cs.cmu.edu/pub/rpc2/src/%{name}-%{version}.tar.gz # Source0-md5: 851fe1bd5a23e255cb069f3776a61761 BuildRequires: autoconf BuildRequires: automake BuildRequires: flex BuildRequires: libtool BuildRequires: lwp-devel BuildRequires: readline-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) Obsoletes: librpc21 %description The RPC2 library. RPC2 Library, used with the coda file system. %description -l pl Biblioteka RPC2. %description -l pt_BR Biblioteca RPC2. Utilizada pelo sistema de arquivos distribuído Coda. %package devel Summary: RPC2 library development files Summary(pl): Pliki dla programistów używających biblioteki RPC2 Summary(pt_BR): Arquivos de inclusăo e bibliotecas para desenvolvimento com a RPC2 Group: Development/Libraries Requires: %{name} = %{version} Obsoletes: librpc21-devel %description devel Headers for developing programs using the RPC2 library. %description devel -l pl Pliki nagłówkowe do tworzenia programów z użyciem RPC2. %description devel -l pt_BR Biblioteca RPC2. Utilizada pelo sistema de arquivos distribuído Coda. %package static Summary: RPC2 static library development files Summary(pl): Biblioteka statyczna RPC2 Summary(pt_BR): Biblioteca estática para desenvolvimento com a RPC2 Group: Development/Libraries Requires: %{name}-devel = %{version} %description static Static libraries for developing programs using the RPC2 library. %description static -l pl Statyczne biblioteki RPC2. %description static -l pt_BR Biblioteca RPC2. Utilizada pelo sistema de arquivos distribuído Coda. %prep %setup -q %build rm -f missing %{__libtoolize} %{__aclocal} %{__autoconf} %{__autoheader} %{__automake} %configure %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} \ DESTDIR=$RPM_BUILD_ROOT install %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README* %attr(755,root,root) %{_bindir}/filcon %attr(755,root,root) %{_libdir}/lib*.so.*.* %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/rp2gen %attr(755,root,root) %{_libdir}/lib*.so %{_libdir}/lib*.la %{_includedir}/rpc2 %files static %defattr(644,root,root,755) %{_libdir}/lib*.a %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team All persons listed below can be reached at @pld-linux.org $Log: rpc2.spec,v $ Revision 1.33 2005/12/02 04:09:06 zbyniu - up to 1.28 Revision 1.32 2005/09/17 11:57:46 arekm - new readline, 5.0 Revision 1.31 2005/05/27 10:19:35 zbyniu - up to 1.27 Revision 1.30 2005/01/21 10:40:18 czucz - updated to 1.26 Revision 1.29 2004/12/28 18:03:50 darekr - updated to 1.25 Revision 1.28 2004/11/19 19:18:33 darekr - updated to 1.23 - more files in %doc Revision 1.27 2004/10/31 20:14:56 paladine - spaces->tabs - formatting Revision 1.26 2004/05/04 20:48:47 aredridel - up to 1.22 Revision 1.25 2004/04/24 07:30:45 cieciwa - version 1.21, - updated MD5 sum. Revision 1.24 2003/11/03 00:14:15 arekm - updated to 1.20 Revision 1.23 2003/08/22 07:34:10 gotar - upgraded to 1.19, - BR: readline-devel. Revision 1.22 2003/08/02 12:42:23 deejay1 - updated to 1.17 - some auto-utils cleanup Revision 1.21 2003/05/26 16:25:52 malekith - massive attack: adding Source-md5 Revision 1.20 2003/05/25 06:26:23 misi3k - massive attack s/pld.org.pl/pld-linux.org/ Revision 1.19 2003/03/25 14:03:44 trojan - updated to 1.15 Revision 1.18 2003/02/07 07:19:45 trojan - updated 1.14 - removed outdated patch Revision 1.17 2002/11/30 23:00:27 juandon - new %%doc Revision 1.16 2002/11/25 14:18:44 ankry - massive attack: no need for 755 for *.la Revision 1.15 2002/10/09 13:14:46 kloczek - use more macros, some cosmetics, added missing "rm -f missing" and use new %doc Revision 1.14 2002/06/23 20:32:34 kloczek - perl -pi -e "s/^libtoolize --copy --force/\%\{__libtoolize\}/" Revision 1.13 2002/05/21 23:14:38 kloczek perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \ s/^automake -a -c -f/\%\{__automake\}/; \ s/^autoconf/\%\{__autoconf\}/" Revision 1.12 2002/05/08 16:50:32 kloczek - added librpc21{,-devel} to Obsoletes for allow upgrade from MDK, - merge translations from Conectiva, - remove OPTFLAGS="%%{rpmcflags}" from make parameters, - fised License: LGPL, - s/--copy --add-missing/-a -c -f/ in automake parameters. Revision 1.11 2002/05/08 15:50:22 undefine - patch to allow compile. STBR Revision 1.10 2002/02/22 23:29:41 kloczek - removed all Group fields translations (oure rpm now can handle translating Group field using gettext). Revision 1.9 2002/01/18 02:14:48 kloczek perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/" Revision 1.8 2001/12/12 16:09:48 qboosh - changed base group to Libraries, adapterized, pl translations; release 2 Revision 1.7 2001/08/06 16:40:34 kloczek - "rm -f missing" on top %build. Revision 1.6 2001/08/06 11:07:06 kloczek - added --copy --force for libtioolize, - added autoconf, automake, libtool to BuildRequires. Revision 1.5 2001/08/06 10:10:43 waszi - updated to 1.12 Revision 1.4 2001/05/02 16:29:12 qboosh - adapterized and made spec %%debug ready or added using %%rpm*flags macros Revision 1.3 2000/11/15 21:15:25 agaran Moved to cvs version of rpc2, not tested(yet) Revision 1.2 2000/11/12 04:21:15 kloczek - updated to 1.8, - simplifications in %files, - spec adapterized, - added flex to Buildrequires. Revision 1.1 2000/10/05 08:40:12 pascalek - initial revision