SPECS: epeg.spec - library separated
sparky
sparky at pld-linux.org
Sun Oct 30 12:59:16 CET 2005
Author: sparky Date: Sun Oct 30 11:59:16 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- library separated
---- Files affected:
SPECS:
epeg.spec (1.6 -> 1.7)
---- Diffs:
================================================================
Index: SPECS/epeg.spec
diff -u SPECS/epeg.spec:1.6 SPECS/epeg.spec:1.7
--- SPECS/epeg.spec:1.6 Thu Aug 25 13:50:22 2005
+++ SPECS/epeg.spec Sun Oct 30 12:59:11 2005
@@ -13,6 +13,7 @@
BuildRequires: automake
BuildRequires: libjpeg-devel
BuildRequires: libtool
+Requires: %{name}-libs = %{version}-%{release}
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -22,11 +23,22 @@
%description -l pl
Epeg to biblioteka ułatwiająca bardzo szybkie skalowanie obrazów JPEG.
+%package libs
+Summary: Epeg library
+Summary(pl): Biblioteka epeg
+Group: Libraries
+
+%description libs
+Epeg library.
+
+%description libs -l pl
+Biblioteka epeg.
+
%package devel
Summary: Epeg header files
Summary(pl): Pliki nagłówkowe Epeg
Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
+Requires: %{name}-libs = %{version}-%{release}
Requires: libjpeg-devel
%description devel
@@ -68,13 +80,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 COPYING-PLAIN INSTALL README
%attr(755,root,root) %{_bindir}/epeg
+
+%files libs
+%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/libepeg.so.*.*.*
%files devel
@@ -94,6 +109,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7 2005/10/30 11:59:11 sparky
+- library separated
+
Revision 1.6 2005/08/25 11:50:22 charles
- proper URL
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/epeg.spec?r1=1.6&r2=1.7&f=u
More information about the pld-cvs-commit
mailing list