SPECS: indexlib.spec - pl, cleanup

qboosh qboosh at pld-linux.org
Mon Oct 3 18:42:14 CEST 2005


Author: qboosh                       Date: Mon Oct  3 16:42:14 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl, cleanup

---- Files affected:
SPECS:
   indexlib.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/indexlib.spec
diff -u SPECS/indexlib.spec:1.1 SPECS/indexlib.spec:1.2
--- SPECS/indexlib.spec:1.1	Mon Sep 26 20:11:29 2005
+++ SPECS/indexlib.spec	Mon Oct  3 18:42:08 2005
@@ -1,5 +1,6 @@
 # $Revision$, $Date$
 Summary:	A library for doing full-text indexing
+Summary(pl):	Biblioteka do indeksowania pełnotekstowego
 Name:		indexlib
 Version:	050926
 Release:	1
@@ -9,25 +10,28 @@
 # Source0-md5:	0f93efbd6a93253f337efab5ee9043d7
 BuildRequires:	autoconf
 BuildRequires:	automake
+BuildRequires:	boost-devel
 BuildRequires:	kdelibs-devel >= 9:3.2.0
 BuildRequires:	rpmbuild(macros) >= 1.129
-BuildRequires:	boost-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 A library for doing full-text indexing.
 
+%description -l pl
+Biblioteka do indeksowania pełnotekstowego.
+
 %package devel
-Summary:        Header files for akode libraries
-Summary(pl):    Pliki nagłówkowe bibliotek akode
+Summary:        Header files for indexlib library
+Summary(pl):    Pliki nagłówkowe biblioteki indexlib
 Group:          Development/Libraries
 Requires:       %{name} = %{epoch}:%{version}-%{release}
 
 %description devel
-Header files for akode libraries.
+Header files for indexlib library.
 
 %description devel -l pl
-Pliki nagłówkowe bibliotek akode.
+Pliki nagłówkowe biblioteki indexlib.
 
 %prep
 %setup -q
@@ -57,20 +61,19 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
-%{_libdir}/libindex.la
 %attr(755,root,root) %{_libdir}/libindex.so.*.*.*
 
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/indexlib-config
-%{_includedir}/index
-%{_libdir}/libindex.la
 %attr(755,root,root) %{_libdir}/libindex.so
+%{_libdir}/libindex.la
+%{_includedir}/index
 
 %define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -78,7 +81,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2005/10/03 16:42:08  qboosh
+- pl, cleanup
+
 Revision 1.1  2005/09/26 18:11:29  djurban
 - from kdesupport, required for fulltext indexing in kmail 3.5, compiles, quite stable
-
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/indexlib.spec?r1=1.1&r2=1.2&f=u




More information about the pld-cvs-commit mailing list