auto-import changelog data from pango-1.0.0-5.src.rpm
Tue Mar 19 2002 Owen Taylor <otaylor@redhat.com> - Patch from CVS for big speedup with FreeType-2.0.9 Mon Mar 11 2002 Owen Taylor <otaylor@redhat.com> - Rebuild Fri Mar 08 2002 Owen Taylor <otaylor@redhat.com> - Version 1.0.0 Mon Feb 25 2002 Alex Larsson <alexl@redhat.com> - Update to 0.26 Thu Feb 21 2002 Alex Larsson <alexl@redhat.com> - Bump for rebuild Mon Feb 18 2002 Alex Larsson <alexl@redhat.com> - Update to 0.25 Fri Feb 15 2002 Havoc Pennington <hp@redhat.com> - add horrible buildrequires hack Thu Feb 14 2002 Havoc Pennington <hp@redhat.com> - 0.24.90 cvs snap Tue Jan 29 2002 Owen Taylor <otaylor@redhat.com> - Version 0.24 Wed Jan 09 2002 Tim Powers <timp@redhat.com> - automated rebuild
This commit is contained in:
parent
3d79492ba9
commit
a39ba95633
@ -1 +1 @@
|
||||
pango-0.23.90.tar.gz
|
||||
pango-1.0.0.tar.gz
|
||||
|
||||
73
pango.spec
73
pango.spec
@ -1,25 +1,27 @@
|
||||
# Something's not quite right with libtool....
|
||||
%define __libtoolize :
|
||||
|
||||
%define glib2_base_version 1.3.12
|
||||
%define glib2_extra_version .90-1
|
||||
%define glib2_version %{glib2_base_version}%{glib2_extra_version}
|
||||
%define pkgconfig_version 0.8
|
||||
%define freetype_version 2.0.3
|
||||
%define glib2_base_version 2.0.0
|
||||
%define glib2_version %{glib2_base_version}-1
|
||||
%define pkgconfig_version 0.12
|
||||
%define freetype_version 2.0.9
|
||||
|
||||
Summary: System for layout and rendering of internationalized text.
|
||||
Name: pango
|
||||
Version: 0.23.90
|
||||
Release: 1
|
||||
Version: 1.0.0
|
||||
Release: 5
|
||||
License: LGPL
|
||||
Group: System Environment/Libraries
|
||||
Source: ftp://ftp.gtk.org/pub/gtk/v1.3/pango-%{version}.tar.gz
|
||||
Source: ftp://ftp.gtk.org/pub/gtk/v2.0/pango-%{version}.tar.gz
|
||||
Source2: fixed-ltmain.sh
|
||||
Patch1: pango-1.0.0-firstchar.patch
|
||||
URL: http://www.pango.org
|
||||
BuildRoot: %{_tmppath}/pango-%{PACKAGE_VERSION}-root
|
||||
|
||||
# We need to prereq this so we can run pango-querymodules
|
||||
Prereq: glib2 >= %{glib2_version}
|
||||
BuildRequires: autoconf253
|
||||
BuildRequires: /usr/bin/automake-1.4
|
||||
BuildRequires: glib2-devel >= %{glib2_version}
|
||||
BuildRequires: pkgconfig >= %{pkgconfig_version}
|
||||
BuildRequires: freetype-devel >= %{freetype_version}
|
||||
@ -47,6 +49,36 @@ Install pango-devel if you want to develop programs which will use
|
||||
pango.
|
||||
|
||||
%changelog
|
||||
* Tue Mar 19 2002 Owen Taylor <otaylor@redhat.com>
|
||||
- Patch from CVS for big speedup with FreeType-2.0.9
|
||||
|
||||
* Mon Mar 11 2002 Owen Taylor <otaylor@redhat.com>
|
||||
- Rebuild
|
||||
|
||||
* Fri Mar 8 2002 Owen Taylor <otaylor@redhat.com>
|
||||
- Version 1.0.0
|
||||
|
||||
* Mon Feb 25 2002 Alex Larsson <alexl@redhat.com>
|
||||
- Update to 0.26
|
||||
|
||||
* Thu Feb 21 2002 Alex Larsson <alexl@redhat.com>
|
||||
- Bump for rebuild
|
||||
|
||||
* Mon Feb 18 2002 Alex Larsson <alexl@redhat.com>
|
||||
- Update to 0.25
|
||||
|
||||
* Fri Feb 15 2002 Havoc Pennington <hp@redhat.com>
|
||||
- add horrible buildrequires hack
|
||||
|
||||
* Thu Feb 14 2002 Havoc Pennington <hp@redhat.com>
|
||||
- 0.24.90 cvs snap
|
||||
|
||||
* Tue Jan 29 2002 Owen Taylor <otaylor@redhat.com>
|
||||
- Version 0.24
|
||||
|
||||
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
||||
- automated rebuild
|
||||
|
||||
* Wed Jan 2 2002 Havoc Pennington <hp@redhat.com>
|
||||
- new snap 0.23.90
|
||||
|
||||
@ -142,16 +174,17 @@ pango.
|
||||
|
||||
%prep
|
||||
%setup -n pango-%{version}
|
||||
%patch1 -p0 -b .firstchar
|
||||
|
||||
%build
|
||||
|
||||
## ensure that --nodeps doesn't mess things up
|
||||
if ! pkg-config --atleast-version=%{glib2_base_version} glib-2.0; then
|
||||
echo "glib2-devel does not meet the build requirements"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
rm ltmain.sh && cp %{SOURCE2} ltmain.sh
|
||||
# .firstchar patch modifies configure.in, the other ones
|
||||
# are run to keep them from being rerun on make.
|
||||
aclocal-1.4
|
||||
automake-1.4
|
||||
autoconf-2.53
|
||||
autoheader-2.53
|
||||
%configure --without-qt --disable-gtk-doc
|
||||
make
|
||||
|
||||
@ -173,18 +206,16 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-, root, root)
|
||||
%doc README AUTHORS COPYING ChangeLog TODO
|
||||
%doc examples/HELLO.utf8
|
||||
%{_prefix}/lib/libpango*-*.so
|
||||
%{_prefix}/lib/libpango*-*.so.*
|
||||
%{_prefix}/bin/pango-querymodules
|
||||
%{_prefix}/lib/pango/modules/*
|
||||
%{_prefix}/lib/pango
|
||||
%config /etc/pango/pangox.aliases
|
||||
%ghost /etc/pango/pango.modules
|
||||
|
||||
|
||||
%files devel
|
||||
%defattr(-, root, root)
|
||||
%{_prefix}/lib/libpango.so
|
||||
%{_prefix}/lib/libpangox.so
|
||||
%{_prefix}/lib/libpangoft2.so
|
||||
%{_prefix}/lib/libpangoxft.so
|
||||
%{_prefix}/lib/libpango*.a
|
||||
%{_prefix}/lib/libpango*.so
|
||||
%{_prefix}/include/*
|
||||
%{_prefix}/lib/pkgconfig/*
|
||||
%{_prefix}/share/gtk-doc/*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user