0.6.20 bump

Doxygen docs refreshed to 0.6.20 release (after more then two years, yay)
This commit is contained in:
Petr Sabata 2011-03-18 12:47:32 +01:00
parent 9b9081ef56
commit 22264a79d4
3 changed files with 11 additions and 7 deletions

2
.gitignore vendored
View File

@ -1,2 +1,4 @@
libexif-0.6.19.tar.bz2
libexif-docs.tar.gz
/libexif-0.6.20.tar.bz2
/libexif-doc-0.6.20.tar.bz2

View File

@ -1,12 +1,12 @@
Summary: Library for extracting extra information from image files
Name: libexif
Version: 0.6.19
Release: 3%{?dist}
Version: 0.6.20
Release: 1%{?dist}
Group: System Environment/Libraries
License: LGPLv2+
URL: http://libexif.sourceforge.net/
Source0: %{name}-%{version}.tar.bz2
Source1: %{name}-docs.tar.gz
Source1: %{name}-doc-%{version}.tar.bz2
BuildRequires: doxygen, pkgconfig
%description
@ -28,7 +28,7 @@ for writing programs that use libexif.
%setup -q
# to avoid multilib conflicts, we toss in pre-generated docs
# and neuter make all in the docs dir
tar xzf %{SOURCE1}
tar xjf %{SOURCE1}
%build
%configure --disable-static --disable-docs
@ -60,7 +60,9 @@ iconv -f latin1 -t utf-8 < README > README.utf8; cp README.utf8 README
%{_libdir}/pkgconfig/libexif.pc
%changelog
* Fri Mar 18 2011 Petr Sabata <psabata@redhat.com> - 0.6.19-3
* Fri Mar 18 2011 Petr Sabata <psabata@redhat.com> - 0.6.20-1
- 0.6.20 bump
- Repackaging prehistoric libexif-docs, introducing version string in filename
- Buildroot cleanup
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.19-2

View File

@ -1,2 +1,2 @@
56144a030a4c875c600b1ccf713f69f7 libexif-0.6.19.tar.bz2
916f61beb4afa88f05130b10e7640333 libexif-docs.tar.gz
19844ce6b5d075af16f0d45de1e8a6a3 libexif-0.6.20.tar.bz2
253f03a0e36aea10f30aab8ab410c3d0 libexif-doc-0.6.20.tar.bz2