]> git.pld-linux.org Git - packages/epeg.git/blobdiff - epeg.spec
- rel 4
[packages/epeg.git] / epeg.spec
index 6a0df0717222febc89888817f1e2dea88b3aa5fb..0cc67a78f1cb4d346ce5d5e5239159f4e3fd037d 100644 (file)
--- a/epeg.spec
+++ b/epeg.spec
@@ -2,18 +2,20 @@
 # Conditional build:
 %bcond_without static_libs     # don't build static library
 #
+%define                _snap   20080813
+%define                rel     4
 Summary:       JPEG Scaling Library
 Summary(pl.UTF-8):     Biblioteka do skalowania JPEG-ów
 Name:          epeg
-Version:       0.9.0.008
-Release:       1
+Version:       0.9.1.043
+Release:       0.%{_snap}.%{rel}
 License:       BSD
 Group:         Libraries
-Source0:       http://enlightenment.freedesktop.org/files/%{name}-%{version}.tar.gz
-# Source0-md5: 45686c68c894ffa7ff81d6dc6f160095
+Source0:       %{name}-%{version}-%{_snap}.tar.bz2
+# Source0-md5: a7331984bef4543a6ed1b385ccd7cc0d
 URL:           http://enlightenment.org/Libraries/Epeg/
-BuildRequires: autoconf
-BuildRequires: automake >= 1.4
+BuildRequires: autoconf >= 2.52
+BuildRequires: automake >= 1.6
 BuildRequires: libjpeg-devel
 BuildRequires: libtool
 Requires:      %{name}-libs = %{version}-%{release}
@@ -23,9 +25,15 @@ BuildRoot:   %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Epeg is a library which provides facilities for scaling JPEG images
 very quickly.
 
+Note: this library is obsolete; new software uses Evas to scale JPEG
+images.
+
 %description -l pl.UTF-8
 Epeg to biblioteka ułatwiająca bardzo szybkie skalowanie obrazów JPEG.
 
+Uwaga: ta biblioteka jest przestarzała; nowy kod do skalowania obrazów
+JPEG wykorzystuje bibliotekę Evas.
+
 %package libs
 Summary:       Epeg library
 Summary(pl.UTF-8):     Biblioteka epeg
@@ -63,7 +71,7 @@ Static Epeg library.
 Statyczna biblioteka Epeg.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}-%{_snap}
 
 %build
 %{__libtoolize}
@@ -84,8 +92,8 @@ rm -rf $RPM_BUILD_ROOT
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post  libs    -p /sbin/ldconfig
-%postun        libs    -p /sbin/ldconfig
+%post  libs -p /sbin/ldconfig
+%postun        libs -p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
@@ -95,10 +103,10 @@ rm -rf $RPM_BUILD_ROOT
 %files libs
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libepeg.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libepeg.so.0
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/epeg-config
 %attr(755,root,root) %{_libdir}/libepeg.so
 %{_libdir}/libepeg.la
 %{_includedir}/Epeg.h
This page took 0.045202 seconds and 4 git commands to generate.