SPECS: jpeg-mmx.spec - desc fixes, updated pl

qboosh qboosh at pld-linux.org
Fri Jun 9 11:27:54 CEST 2006


Author: qboosh                       Date: Fri Jun  9 09:27:54 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- desc fixes, updated pl

---- Files affected:
SPECS:
   jpeg-mmx.spec (1.19 -> 1.20) 

---- Diffs:

================================================================
Index: SPECS/jpeg-mmx.spec
diff -u SPECS/jpeg-mmx.spec:1.19 SPECS/jpeg-mmx.spec:1.20
--- SPECS/jpeg-mmx.spec:1.19	Fri Jun  9 11:14:20 2006
+++ SPECS/jpeg-mmx.spec	Fri Jun  9 11:27:49 2006
@@ -32,20 +32,29 @@
 
 %package libs
 Summary:	Shared jpeg-mmx library
+Summary(pl):	Biblioteka współdzielona jpeg-mmx
 Group:		Libraries
 
 %description libs
-Shared jpeg-mmx library
+Shared jpeg-mmx library.
+
+%description libs -l pl
+Biblioteka współdzielona jpeg-mmx.
 
 %package devel
-Summary:	Headers for developing programs using libjpeg
+Summary:	Headers for developing programs using jpeg-mmx library
+Summary(pl):	Pliki nagłówkowe do tworzenia programów z użyciem biblioteki jpeg-mmx
 Group:		Development/Libraries
-Requires:	%{name}-libs = %{version}
+Requires:	%{name}-libs = %{version}-%{release}
 
 %description devel
-The jpeg-mmx-devel package includes the header files and static
-libraries necessary for developing programs which will manipulate JPEG
-files using the libjpeg library.
+The jpeg-mmx-devel package includes the header files necessary for
+developing programs which will manipulate JPEG files using the
+jpeg-mmx library.
+
+%description devel -l pl
+Ten pakiet zawiera pliki nagłówkowe potrzebne do tworzenia programów
+obrabiających pliki JPEG przy użyciu biblioteki jpeg-mmx.
 
 %prep
 %setup -q -n %{name}
@@ -56,7 +65,7 @@
 %build
 %configure \
 	--enable-shared \
-	--disable-static \
+	--disable-static
 
 %{__make}
 
@@ -85,9 +94,9 @@
 
 %files devel
 %defattr(644,root,root,755)
-%{_includedir}
+%attr(755,root,root) %{_libdir}/libjpeg-mmx.so
 %{_libdir}/libjpeg-mmx.la
-%{_libdir}/libjpeg-mmx.so
+%{_includedir}
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -95,6 +104,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.20  2006/06/09 09:27:49  qboosh
+- desc fixes, updated pl
+
 Revision 1.19  2006/06/09 09:14:20  glen
 - created -libs and -devel
 - add PIC and gcc41 patches from gentoo
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/jpeg-mmx.spec?r1=1.19&r2=1.20&f=u



More information about the pld-cvs-commit mailing list