Author: qboosh Date: Wed Mar 14 15:20:53 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - BR+R libstdc++-devel
---- Files affected: SPECS: clucene-core.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/clucene-core.spec diff -u SPECS/clucene-core.spec:1.1 SPECS/clucene-core.spec:1.2 --- SPECS/clucene-core.spec:1.1 Wed Mar 7 19:56:48 2007 +++ SPECS/clucene-core.spec Wed Mar 14 16:20:47 2007 @@ -1,5 +1,4 @@ # $Revision$, $Date$ -# Summary: An indexing and searching API Summary(pl.UTF-8): API do indeksowania i wyszukiwania Name: clucene-core @@ -10,9 +9,10 @@ Source0: http://dl.sourceforge.net/clucene/%{name}-%{version}.tar.bz2 # Source0-md5: 0ed4f537321065c68ed802be67b25b10 URL: http://clucene.sourceforge.net/ -BuildRequires: autoconf +BuildRequires: autoconf >= 2.57 BuildRequires: automake -BuildRequires: libtool +BuildRequires: libstdc++-devel +BuildRequires: libtool >= 2:1.5 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -28,6 +28,7 @@ Summary(pl.UTF-8): Pliki nagłówkowe biblioteki CLucene Group: Development/Libraries Requires: %{name} = %{version}-%{release} +Requires: libstdc++-devel %description devel Header files for CLucene library. @@ -74,8 +75,8 @@ %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README -%{_libdir}/*.la %attr(755,root,root) %{_libdir}/*.so.*.*.* +%{_libdir}/*.la %files devel %defattr(644,root,root,755) @@ -93,6 +94,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2007/03/14 15:20:47 qboosh +- BR+R libstdc++-devel + Revision 1.1 2007/03/07 18:56:48 deejay1 - initial revision - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/clucene-core.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
