]> git.pld-linux.org Git - packages/sphinx.git/commitdiff
- pl fix
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 17 Aug 2008 19:29:58 +0000 (19:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- no files duplicate

Changed files:
    sphinx.spec -> 1.16

sphinx.spec

index 2b723c169163684f09791a06ad1bb161777eef2e..0a3c5201da6f42938c2d0e4cef579576f20349e1 100644 (file)
@@ -3,10 +3,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
@@ -59,7 +59,7 @@ Group:                Libraries
 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
@@ -193,8 +193,8 @@ ln -s %{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}.jar
 %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)
@@ -215,13 +215,12 @@ rm -rf $RPM_BUILD_ROOT
 %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
This page took 0.044043 seconds and 4 git commands to generate.