Author: freetz                       Date: Wed Oct 26 16:59:31 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- static supackage, work in progress

---- Files affected:
SPECS:
   bmpx.spec (1.20 -> 1.21) 

---- Diffs:

================================================================
Index: SPECS/bmpx.spec
diff -u SPECS/bmpx.spec:1.20 SPECS/bmpx.spec:1.21
--- SPECS/bmpx.spec:1.20        Wed Oct 26 18:31:59 2005
+++ SPECS/bmpx.spec     Wed Oct 26 18:59:26 2005
@@ -69,6 +69,18 @@
 Pliki nagłówkowe potrzebne do kompilowania wtyczek odtwarzacza
 multimedialnego BMPx.
 
+%package static
+Summary:       Static BMPx library
+Summary(pl):   Statyczna biblioteka BMPx
+Group:         X11/Development/Libraries
+Requires:      %{name}-devel = %{epoch}:%{version}-%{release}
+
+%description static
+Static BMPx library.
+
+%description static -l pl
+Statyczna biblioteka BMPx.
+
 %package plugin-container
 Summary:       Container plugin for BMPx
 Summary(pl):   Wtyczka Container dla BMPx
@@ -124,7 +136,7 @@
        --enable-xine \
 %endif
        --enable-shared \
-       --disable-static
+       --enable-static
 %{__make}
 
 %install
@@ -140,7 +152,7 @@
 mv -f $RPM_BUILD_ROOT%{_iconsdir}/hicolor/48x48/apps/bmpx.png \
        $RPM_BUILD_ROOT%{_pixmapsdir}
 
-rm -f $RPM_BUILD_ROOT%{_libdir}/bmpx/plugins/*/*.la
+rm -f $RPM_BUILD_ROOT%{_libdir}/bmpx/plugins/*/*.{a,la}
 
 %find_lang %{name}
 
@@ -195,6 +207,9 @@
 %{_libdir}/libskinned.la
 %{_includedir}/bmpx
 
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/*.a
 
 %files plugin-container
 %defattr(644,root,root,755)
@@ -217,6 +232,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.21  2005/10/26 16:59:26  freetz
+- static supackage, work in progress
+
 Revision 1.20  2005/10/26 16:31:59  freetz
 - removed cairo-devel BR (it's already in dependencies chain), note about
   gstreamer
================================================================

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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to