Author: sparky                       Date: Sat Oct 29 17:14:52 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- separated library to subpackage

---- Files affected:
SPECS:
   evas.spec (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: SPECS/evas.spec
diff -u SPECS/evas.spec:1.10 SPECS/evas.spec:1.11
--- SPECS/evas.spec:1.10        Wed Oct 12 00:21:34 2005
+++ SPECS/evas.spec     Sat Oct 29 19:14:45 2005
@@ -36,6 +36,7 @@
 BuildRequires: libpng-devel
 BuildRequires: libtool
 BuildRequires: pkgconfig
+Requires:      %{name}-libs = %{version}-%{release}
 Requires:      fonts-TTF-bitstream-vera
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -49,11 +50,22 @@
 będące w stanie rysować tekst z antyaliasingiem, wygładzane, skalowane
 obrazy, obiekty z alpha-blendingiem i inne elementy.
 
+%package libs
+Summary:       Evas library
+Summary(pl):   Biblioteka evas
+Group:         X11/Libraries
+
+%description libs
+Evas library.
+
+%description libs -l pl
+Biblioteka evas.
+
 %package devel
 Summary:       Evas header files
 Summary(pl):   Pliki nagłówkowe Evas
 Group:         Development/Libraries
-Requires:      %{name} = %{version}-%{release}
+Requires:      %{name}-libs = %{version}-%{release}
 Requires:      DirectFB-devel
 Requires:      OpenGL-devel
 Requires:      edb-devel
@@ -138,16 +150,19 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post   -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%post libs     -p /sbin/ldconfig
+%postun libs   -p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS COPYING COPYING-PLAIN INSTALL README
 %attr(755,root,root) %{_bindir}/evas_*
-%attr(755,root,root) %{_libdir}/libevas.so.*.*.*
 %{_datadir}/%{name}
 
+%files libs
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libevas.so.*.*.*
+
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/evas-config
@@ -166,6 +181,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.11  2005/10/29 17:14:45  sparky
+- separated library to subpackage
+
 Revision 1.10  2005/10/11 22:21:34  charles
 - updated to 0.9.9.019
 - added -missing_m4.patch
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/evas.spec?r1=1.10&r2=1.11&f=u

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to