diff --git a/.gitignore b/.gitignore index 9c37a75..94968cd 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/pango.spec b/pango.spec index f23450b..3a8b0b9 100644 --- a/pango.spec +++ b/pango.spec @@ -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 - 1.35.0-1 +- Update to 1.35.0 +- Add a tests subpackage + * Mon May 13 2013 Richard Hughes - 1.34.1-1 - Update to 1.34.1 diff --git a/sources b/sources index 00bd0c4..42d5f99 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e36dc70c0e246db84b41736a40edf7a0 pango-1.34.1.tar.xz +43a4a1a4e76deef0f817d6cb5046dbce pango-1.35.0.tar.xz