0.6.20 bump
Doxygen docs refreshed to 0.6.20 release (after more then two years, yay)
This commit is contained in:
parent
9b9081ef56
commit
22264a79d4
2
.gitignore
vendored
2
.gitignore
vendored
@ -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
|
||||
|
12
libexif.spec
12
libexif.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user