2.29.1
This commit is contained in:
parent
b8ef79cf84
commit
c7cd578df6
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@ gdk-pixbuf-2.21.6.tar.bz2
|
||||
/gdk-pixbuf-2.28.0.tar.xz
|
||||
/gdk-pixbuf-2.28.1.tar.xz
|
||||
/gdk-pixbuf-2.29.0.tar.xz
|
||||
/gdk-pixbuf-2.29.1.tar.xz
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
%global glib2_version 2.37.0
|
||||
|
||||
Name: gdk-pixbuf2
|
||||
Version: 2.29.0
|
||||
Release: 2%{?dist}
|
||||
Version: 2.29.1
|
||||
Release: 1%{?dist}
|
||||
Summary: An image loading library
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -51,6 +51,15 @@ Conflicts: gtk2-devel <= 2.21.2
|
||||
This package contains the libraries and header files that are needed
|
||||
for writing applications that are using gdk-pixbuf.
|
||||
|
||||
%package tests
|
||||
Summary: Tests for the %{name} package
|
||||
Group: Development/Libraries
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description tests
|
||||
The %{name}-tests package contains tests that can be used to verify
|
||||
the functionality of the installed %{name} package.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n gdk-pixbuf-%{version}
|
||||
@ -60,7 +69,9 @@ for writing applications that are using gdk-pixbuf.
|
||||
%configure $CONFIGFLAGS \
|
||||
--with-x11 \
|
||||
--with-libjasper \
|
||||
--with-included-loaders=png )
|
||||
--with-included-loaders=png \
|
||||
--enable-installed-tests
|
||||
)
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
@ -115,8 +126,16 @@ fi
|
||||
%{_datadir}/gtk-doc/html/*
|
||||
%{_mandir}/man1/gdk-pixbuf-csource.1*
|
||||
|
||||
%files tests
|
||||
%{_libexecdir}/installed-tests
|
||||
%{_datadir}/installed-tests
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jun 21 2013 Matthias Clasen <mclasen@redhat.com> - 2.29.1-1
|
||||
- Update to 2.29.1
|
||||
- Add a tests subpackage
|
||||
|
||||
* Mon Jun 17 2013 Peter Robinson <pbrobinson@fedoraproject.org> 2.29.0-2
|
||||
- Rebuild (libpng)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user