1.35.0
This commit is contained in:
parent
2b35418bfc
commit
1c4c8fbe1f
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
27
pango.spec
27
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 <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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user