]> git.pld-linux.org Git - packages/jasper.git/commitdiff
- unified: -libs just before -devel
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 1 Nov 2005 23:26:13 +0000 (23:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    jasper.spec -> 1.29

jasper.spec

index a2708957a81c398ea16a879e32f92beb3b06b446..2ce8590840e35d5091ddd5093efeb73454c9ab17 100644 (file)
@@ -31,6 +31,17 @@ i obr
 zdefiniowany w ISO/IEC 15444-1:2000 (JasPer zawiera tylko czê¶ciow±
 implementacjê tego formatu).
 
+%package libs
+Summary:       JasPer library
+Summary(pl):   Biblioteka JasPer
+Group:         Libraries
+
+%description libs
+JasPer library.
+
+%description libs -l pl
+Biblioteka JasPer.
+
 %package devel
 Summary:       JasPer - header files
 Summary(pl):   JasPer - pliki nag³ówkowe
@@ -44,17 +55,6 @@ Header files needed to compile programs with libjasper.
 %description devel -l pl
 Pliki nag³ówkowe potrzebne do konsolidacji z libjasper.
 
-%package libs
-Summary:       JasPer library
-Summary(pl):   Biblioteka JasPer
-Group:         Libraries
-
-%description libs
-JasPer library.
-
-%description libs -l pl
-Biblioteka JasPer.
-
 %package static
 Summary:       JasPer - static library
 Summary(pl):   JasPer - biblioteka statyczna
@@ -125,16 +125,16 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/img*
 %attr(755,root,root) %{_bindir}/jasper
 
+%files libs
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/lib*.so.*.*
+
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/lib*.so
 %{_libdir}/lib*.la
 %{_includedir}/jasper
 
-%files libs
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
-
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/lib*.a
This page took 0.047645 seconds and 4 git commands to generate.