SPECS: sphinx.spec - pl fix - no files duplicate

qboosh qboosh at pld-linux.org
Sun Aug 17 21:30:03 CEST 2008


Author: qboosh                       Date: Sun Aug 17 19:30:03 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl fix
- no files duplicate

---- Files affected:
SPECS:
   sphinx.spec (1.15 -> 1.16) 

---- Diffs:

================================================================
Index: SPECS/sphinx.spec
diff -u SPECS/sphinx.spec:1.15 SPECS/sphinx.spec:1.16
--- SPECS/sphinx.spec:1.15	Sun Aug  3 22:36:27 2008
+++ SPECS/sphinx.spec	Sun Aug 17 21:29:58 2008
@@ -4,10 +4,10 @@
 #  - package for ruby API
 #
 # Conditional build:
-%bcond_without	java		# without java support
+%bcond_without	java		# without Java support
 %bcond_without	libstemmer	# without libstemmer support
-%bcond_without	mysql		# without mysql support
-%bcond_without	pgsql		# without pgsql support
+%bcond_without	mysql		# without MySQL support
+%bcond_without	pgsql		# without PostgreSQL support
 #
 %include	/usr/lib/rpm/macros.java
 Summary:	Free open-source SQL full-text search engine
@@ -60,7 +60,7 @@
 This package provides a client library for Sphinx search engine.
 
 %description -n libsphinxclient -l PL.UTF_8
-Pakiet ten dostarcza biblioteki klienckiej do silnika Sphinx.
+Ten pakiet dostarcza bibliotekę kliencką do silnika Sphinx.
 
 %package -n libsphinxclient-devel
 Summary:	Header files for sphinxclient library
@@ -194,8 +194,8 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post	-n libsphinxclient 	-p /sbin/ldconfig
-%postun	-n libsphinxclient	-p /sbin/ldconfig
+%post	-n libsphinxclient -p /sbin/ldconfig
+%postun	-n libsphinxclient -p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
@@ -216,13 +216,12 @@
 %files -n libsphinxclient-devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libsphinxclient.so
-%{_libdir}/*.la
+%{_libdir}/libsphinxclient.la
 %{_includedir}/*.h
 
 %files -n libsphinxclient-static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
-%{_libdir}/lib*.la
+%{_libdir}/libsphinxclient.a
 
 %if %{with java}
 %files -n java-sphinx
@@ -245,6 +244,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.16  2008/08/17 19:29:58  qboosh
+- pl fix
+- no files duplicate
+
 Revision 1.15  2008/08/03 20:36:27  adamg
 - updated to 0.9.8
 - mysql bcond
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/sphinx.spec?r1=1.15&r2=1.16&f=u



More information about the pld-cvs-commit mailing list