]> git.pld-linux.org Git - packages/exif.git/commitdiff
- updated to 0.6.15
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 26 May 2007 19:15:00 +0000 (19:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated nls patch, added ac patch
- merged pl.po replaced by pl.po-update patch

Changed files:
    exif.spec -> 1.16

exif.spec

index bbcf679bcdbda89d5c5986fdb484c776a9cef608..09b876fd9b37f2df9ca90c87a9efc8fa61b6cbbc 100644 (file)
--- a/exif.spec
+++ b/exif.spec
@@ -1,23 +1,24 @@
 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
+Version:       0.6.15
+Release:       1
 License:       GPL
 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: ed5f245c191c30824a4c05a805df3bd0
+Patch0:                %{name}-pl.po-update.patch
+Patch1:                %{name}-nls.patch
+Patch2:                %{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: libexif-devel >= 1:0.6.15
 BuildRequires: libtool
 BuildRequires: pkgconfig
 BuildRequires: popt-devel
-Requires:      libexif >= 1:0.6.9
+Requires:      libexif >= 1:0.6.15
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -32,15 +33,15 @@ do pokazania możliwości libexif.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+%patch2 -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 +62,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.093541 seconds and 4 git commands to generate.