SPECS: epsilon.spec - library separated

sparky sparky at pld-linux.org
Sun Oct 30 13:02:19 CET 2005


Author: sparky                       Date: Sun Oct 30 12:02:19 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- library separated

---- Files affected:
SPECS:
   epsilon.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SPECS/epsilon.spec
diff -u SPECS/epsilon.spec:1.6 SPECS/epsilon.spec:1.7
--- SPECS/epsilon.spec:1.6	Thu Aug 25 13:50:22 2005
+++ SPECS/epsilon.spec	Sun Oct 30 13:02:13 2005
@@ -14,6 +14,7 @@
 BuildRequires:	edje-devel
 BuildRequires:	epeg-devel
 BuildRequires:	libtool
+Requires:	%{name}-libs = %{version}-%{release}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -41,11 +42,22 @@
 zachowanie freedesktop.org . Aby pokazać przyspieszenie oferowane
 przez epeg, Epsilon może być zbudowany z lub bez epeg.
 
+%package libs
+Summary:	Epsilon library
+Summary(pl):	Biblioteka Epsilon
+Group:		X11/Libraries
+
+%description libs
+Epsilon library.
+
+%description libs -l pl
+Biblioteka Epsilon.
+
 %package devel
 Summary:	Epsilon header file
 Summary(pl):	Plik nagłówkowy Epsilon
 Group:		Development/Libraries
-Requires:	%{name} = %{version}-%{release}
+Requires:	%{name}-libs = %{version}-%{release}
 
 %description devel
 Epsilon thumbnailer development header.
@@ -86,13 +98,16 @@
 %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 README
 %attr(755,root,root) %{_bindir}/epsilon
+
+%files libs
+%defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libepsilon.so.*.*.*
 
 %files devel
@@ -112,6 +127,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2005/10/30 12:02:13  sparky
+- library separated
+
 Revision 1.6  2005/08/25 11:50:22  charles
 - proper URL
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/epsilon.spec?r1=1.6&r2=1.7&f=u




More information about the pld-cvs-commit mailing list