This commit is contained in:
Matthias Clasen 2013-06-21 17:27:43 -04:00
parent 2b35418bfc
commit 1c4c8fbe1f
3 changed files with 26 additions and 4 deletions

1
.gitignore vendored
View File

@ -18,3 +18,4 @@ pango-1.28.1.tar.bz2
/pango-1.33.9.tar.xz
/pango-1.34.0.tar.xz
/pango-1.34.1.tar.xz
/pango-1.35.0.tar.xz

View File

@ -9,12 +9,12 @@
Summary: System for layout and rendering of internationalized text
Name: pango
Version: 1.34.1
Version: 1.35.0
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
#VCS: git:git://git.gnome.org/pango
Source: http://download.gnome.org/sources/pango/1.34/pango-%{version}.tar.xz
Source: http://download.gnome.org/sources/pango/1.35/pango-%{version}.tar.xz
URL: http://www.pango.org
Requires: glib2 >= %{glib2_version}
@ -60,6 +60,16 @@ Requires: cairo-devel >= %{cairo_version}
The pango-devel package includes the header files and developer documentation
for the pango package.
%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 pango-%{version}
@ -69,7 +79,9 @@ for the pango package.
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
%configure $CONFIGFLAGS \
--enable-doc-cross-references \
--with-included-modules=basic-fc )
--with-included-modules=basic-fc \
--enable-installed-tests
)
make %{?_smp_mflags}
@ -135,7 +147,16 @@ fi
%{_datadir}/gir-1.0/PangoXft-1.0.gir
%files tests
%{_libexecdir}/%{name}/installed-tests
%{_datadir}/installed-tests
%changelog
* Fri Jun 21 2013 Matthias Clasen <mclasen@redhat.com> - 1.35.0-1
- Update to 1.35.0
- Add a tests subpackage
* Mon May 13 2013 Richard Hughes <rhughes@redhat.com> - 1.34.1-1
- Update to 1.34.1

View File

@ -1 +1 @@
e36dc70c0e246db84b41736a40edf7a0 pango-1.34.1.tar.xz
43a4a1a4e76deef0f817d6cb5046dbce pango-1.35.0.tar.xz