Author: arekm Date: Thu Dec 21 23:40:37 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 1.0.3
---- Files affected: SPECS: judy.spec (1.14 -> 1.15) ---- Diffs: ================================================================ Index: SPECS/judy.spec diff -u SPECS/judy.spec:1.14 SPECS/judy.spec:1.15 --- SPECS/judy.spec:1.14 Tue Aug 10 00:46:28 2004 +++ SPECS/judy.spec Fri Dec 22 00:40:32 2006 @@ -2,14 +2,12 @@ Summary: Exteremelly fast dynamic libraries in C Summary(pl): Ekstremalnie szybkie dynamiczne tablice w C Name: judy -Version: 0initial -Release: 4 +Version: 1.0.3 +Release: 1 License: LGPL Group: Libraries -Vendor: Doug Baskins for Hewlett-Packard -Source0: http://dl.sourceforge.net/judy/Judy-initial_LGPL.src.tar.gz -# Source0-md5: 7ca6ca87a8fca531a0a4b505f51296d4 -Patch0: %{name}-gcc3.patch +Source0: http://dl.sourceforge.net/judy/Judy-%{version}.tar.gz +# Source0-md5: 7d1271b1122ddc067f94f0f35a321bd6 URL: http://judy.sourceforge.net/ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -46,28 +44,18 @@ Biblioteki statyczne Judy. %prep -%setup -q -n Judy-initial_LGPL -%patch0 -p1 +%setup -q -n Judy-%{version} %build -# this is not autoconf; touch it and you're gonna die -./configure -f product -%{__make} \ - LD="%{__cc}" \ - DELDIR_LIB=src/linux_ia32/product/deliver%{_libdir} \ - EXTCCOPTS="%{rpmcflags}" +%configure +%{__make} %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT -mv src/linux_ia32/product/deliver%{_datadir}/doc/Judy . -rm Judy/COPYRIGHT - -cp -r src/linux_ia32/product/deliver/* $RPM_BUILD_ROOT - -install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} -install Judy/demo/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT @@ -77,17 +65,15 @@ %files %defattr(644,root,root,755) -%doc Judy/README -%attr(755,root,root) %{_libdir}/*.so +%doc doc/int/* AUTHORS ChangeLog +%attr(755,root,root) %{_libdir}/*.so.* %files devel %defattr(644,root,root,755) -%doc doc/int/*.pdf +%attr(755,root,root) %{_libdir}/*.so +%{_libdir}/*.la %{_includedir}/Judy.h %{_mandir}/man3/* -%dir %{_examplesdir}/%{name}-%{version} -%{_examplesdir}/%{name}-%{version}/[!r]* -%attr(755,root,root) %{_examplesdir}/%{name}-%{version}/run_demo %files static %defattr(644,root,root,755) @@ -99,6 +85,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.15 2006/12/21 23:40:32 arekm +- up to 1.0.3 + Revision 1.14 2004/08/09 22:46:28 havner - rel 4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/judy.spec?r1=1.14&r2=1.15&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
