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-0.6.19.tar.bz2
|
||||||
libexif-docs.tar.gz
|
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
|
Summary: Library for extracting extra information from image files
|
||||||
Name: libexif
|
Name: libexif
|
||||||
Version: 0.6.19
|
Version: 0.6.20
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://libexif.sourceforge.net/
|
URL: http://libexif.sourceforge.net/
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
Source1: %{name}-docs.tar.gz
|
Source1: %{name}-doc-%{version}.tar.bz2
|
||||||
BuildRequires: doxygen, pkgconfig
|
BuildRequires: doxygen, pkgconfig
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -28,7 +28,7 @@ for writing programs that use libexif.
|
|||||||
%setup -q
|
%setup -q
|
||||||
# to avoid multilib conflicts, we toss in pre-generated docs
|
# to avoid multilib conflicts, we toss in pre-generated docs
|
||||||
# and neuter make all in the docs dir
|
# and neuter make all in the docs dir
|
||||||
tar xzf %{SOURCE1}
|
tar xjf %{SOURCE1}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static --disable-docs
|
%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
|
%{_libdir}/pkgconfig/libexif.pc
|
||||||
|
|
||||||
%changelog
|
%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
|
- Buildroot cleanup
|
||||||
|
|
||||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.19-2
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.19-2
|
||||||
|
Loading…
Reference in New Issue
Block a user