]> git.pld-linux.org Git - packages/epeg.git/commitdiff
- library separated
authorsparky <sparky@pld-linux.org>
Sun, 30 Oct 2005 11:59:11 +0000 (11:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    epeg.spec -> 1.7

epeg.spec

index b9300102de3997651aa27042a45d27e6b288e259..f1c9ed563fa77bedc6033a492ed7a92f77b53816 100644 (file)
--- a/epeg.spec
+++ b/epeg.spec
@@ -12,6 +12,7 @@ BuildRequires:        autoconf
 BuildRequires: automake
 BuildRequires: libjpeg-devel
 BuildRequires: libtool
+Requires:      %{name}-libs = %{version}-%{release}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -21,11 +22,22 @@ very quickly.
 %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
@@ -67,13 +79,16 @@ rm -rf $RPM_BUILD_ROOT
 %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
This page took 0.100969 seconds and 4 git commands to generate.