]> git.pld-linux.org Git - packages/exif.git/blobdiff - exif.spec
- updated to 0.6.17
[packages/exif.git] / exif.spec
index bbcf679bcdbda89d5c5986fdb484c776a9cef608..8219b1075b42a3214a5bf8169bae3f1a16f520a6 100644 (file)
--- a/exif.spec
+++ b/exif.spec
@@ -1,23 +1,23 @@
 Summary:       Utility to show EXIF information hidden in JPEG files
 Summary(pl.UTF-8):     Narzędzie do wyświetlania danych EXIF ukrytych w plikach JPEG
 Name:          exif
-Version:       0.6.9
-Release:       2
-License:       GPL
+Version:       0.6.17
+Release:       1
+License:       GPL v2+
 Group:         Applications/Graphics
-Source0:       http://dl.sourceforge.net/libexif/%{name}-%{version}.tar.gz
-# Source0-md5: 555029098386fa677c461eb249d852d7
-Source1:       %{name}-pl.po
-Patch0:                %{name}-nls.patch
+Source0:       http://dl.sourceforge.net/libexif/%{name}-%{version}.tar.bz2
+# Source0-md5: 2680dd3b0cad7c2345dea84ccaeb0356
+Patch0:                %{name}-pl.po-update.patch
+Patch1:                %{name}-ac.patch
 URL:           http://libexif.sourceforge.net/
-BuildRequires: autoconf >= 2.50
-BuildRequires: automake
-BuildRequires: gettext-devel
-BuildRequires: libexif-devel >= 1:0.6.9
+BuildRequires: autoconf >= 2.59
+BuildRequires: automake >= 1:1.9
+BuildRequires: gettext-devel >= 0.14.1
+BuildRequires: libexif-devel >= 1:0.6.17
 BuildRequires: libtool
 BuildRequires: pkgconfig
 BuildRequires: popt-devel
-Requires:      libexif >= 1:0.6.9
+Requires:      libexif >= 1:0.6.17
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -32,15 +32,14 @@ do pokazania możliwości libexif.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
-cp %{SOURCE1} po/pl.po
-%{__perl} -pi -e 's/de es fr/de es fr pl/' configure.in
 rm -f po/stamp-po
 
 %build
 %{__gettextize}
 %{__libtoolize}
-%{__aclocal}
+%{__aclocal} -I m4m
 %{__autoconf}
 %{__autoheader}
 %{__automake}
@@ -61,5 +60,5 @@ rm -rf $RPM_BUILD_ROOT
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS README ChangeLog
-%attr(755,root,root) %{_bindir}/*
-%{_mandir}/man1/*.1*
+%attr(755,root,root) %{_bindir}/exif
+%{_mandir}/man1/exif.1*
This page took 0.12154 seconds and 4 git commands to generate.