From efb4927b1a7e6ba7cd779fda055886d587b3c68a Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 09:49:56 +0000 Subject: [PATCH] auto-import changelog data from pango-0.17-2.src.rpm Fri Jul 20 2001 Owen Taylor - Configure --disable-gtk-doc - BuildRequires freetype-devel, XFree86-devel Tue Jun 12 2001 Havoc Pennington - 0.17 - libtool hackarounds Fri May 04 2001 Owen Taylor - 0.16, rename back to pango from pango-gtkbeta Fri Feb 16 2001 Owen Taylor - Obsolete fribidi-gtkbeta Mon Dec 11 2000 Havoc Pennington - Remove that patch I just put in Mon Dec 11 2000 Havoc Pennington - Patch pangox.pc.in to include -Iincludedir Fri Nov 17 2000 Owen Taylor - final 0.13 Tue Nov 14 2000 Owen Taylor - New 0.13 tarball Mon Nov 13 2000 Owen Taylor - 0.13pre1 Sun Aug 13 2000 Owen Taylor - Rename to 0.12b to avoid versioning problems Thu Aug 10 2000 Havoc Pennington - Move to a CVS snapshot Fri Jul 07 2000 Owen Taylor - Move back to /usr - Version 0.12 Mon Jun 19 2000 Owen Taylor - Add missing %defattr Thu Jun 08 2000 Owen Taylor - Rebuild with a prefix of /opt/gtk-beta Wed May 31 2000 Owen Taylor - version 0.11 - add --without-qt Wed Apr 26 2000 Owen Taylor - Make the devel package require *-gtkbeta-* not the normal packages. Tue Apr 25 2000 Owen Taylor - GTK+ snapshot version installing in /opt/gtk-beta Fri Feb 11 2000 Owen Taylor - Created spec file --- .cvsignore | 1 + pango.spec | 142 +++++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 144 insertions(+) create mode 100644 pango.spec diff --git a/.cvsignore b/.cvsignore index e69de29..7ad3a72 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +pango-0.17.tar.gz diff --git a/pango.spec b/pango.spec new file mode 100644 index 0000000..16d44f9 --- /dev/null +++ b/pango.spec @@ -0,0 +1,142 @@ + +# Something's not quite right with libtool.... +%define __libtoolize : + +Summary: System for layout and rendering of internationalized text +Name: pango +Version: 0.17 +Release: 2 +License: LGPL +Group: System Environment/Libraries +Source: ftp://ftp.gtk.org/pub/gtk/v1.3/pango-%{version}.tar.gz +Source2: fixed-ltmain.sh +URL: http://www.pango.org +BuildRoot: %{_tmppath}/pango-%{PACKAGE_VERSION}-root + +# We need to prereq this so we can run pango-querymodules +Prereq: glib2 >= 1.3.6 +BuildRequires: glib2-devel +BuildRequires: pkgconfig >= 0.7 +BuildRequires: freetype-devel >= 2.0.3 +BuildRequires: XFree86-devel >= 4.0.2 +Obsoletes: pango-gtkbeta, fribidi-gtkbeta + +%description +Pango is a system for layout and rendering of internationalized text. + +%package devel +Summary: System for layout and rendering of internationalized text +Group: Development/Libraries +Requires: pango = %{PACKAGE_VERSION} +Requires: XFree86-devel +Requires: glib2-devel +Requires: freetype-devel >= 2.0.3 +Obsoletes: fribidi-gtkbeta-devel, pango-gtkbeta-devel + +%description devel +The pango-devel package includes the static libraries, header files +and developer docs for the pango package. + +Install pango-devel if you want to develop programs which will use +pango. + +%changelog +* Fri Jul 20 2001 Owen Taylor +- Configure --disable-gtk-doc +- BuildRequires freetype-devel, XFree86-devel + +* Tue Jun 12 2001 Havoc Pennington +- 0.17 +- libtool hackarounds + +* Fri May 04 2001 Owen Taylor +- 0.16, rename back to pango from pango-gtkbeta + +* Fri Feb 16 2001 Owen Taylor +- Obsolete fribidi-gtkbeta + +* Mon Dec 11 2000 Havoc Pennington +- Remove that patch I just put in + +* Mon Dec 11 2000 Havoc Pennington +- Patch pangox.pc.in to include -Iincludedir + +* Fri Nov 17 2000 Owen Taylor +- final 0.13 + +* Tue Nov 14 2000 Owen Taylor +- New 0.13 tarball + +* Mon Nov 13 2000 Owen Taylor +- 0.13pre1 + +* Sun Aug 13 2000 Owen Taylor +- Rename to 0.12b to avoid versioning problems + +* Thu Aug 10 2000 Havoc Pennington +- Move to a CVS snapshot + +* Fri Jul 07 2000 Owen Taylor +- Move back to /usr +- Version 0.12 + +* Mon Jun 19 2000 Owen Taylor +- Add missing %%defattr + +* Thu Jun 8 2000 Owen Taylor +- Rebuild with a prefix of /opt/gtk-beta + +* Wed May 31 2000 Owen Taylor +- version 0.11 +- add --without-qt + +* Wed Apr 26 2000 Owen Taylor +- Make the devel package require *-gtkbeta-* not the normal packages. + +* Tue Apr 25 2000 Owen Taylor +- GTK+ snapshot version installing in /opt/gtk-beta + +* Fri Feb 11 2000 Owen Taylor +- Created spec file + +%prep +%setup -n pango-%{version} + +%build +rm ltmain.sh && cp %{SOURCE2} ltmain.sh +%configure --without-qt --disable-gtk-doc +make + +%install +rm -rf $RPM_BUILD_ROOT + +%makeinstall + +%clean +rm -rf $RPM_BUILD_ROOT + +%post +/sbin/ldconfig +%{_prefix}/bin/pango-querymodules > /etc/pango/pango.modules + +%postun -p /sbin/ldconfig + +%files +%defattr(-, root, root) +%doc README AUTHORS COPYING ChangeLog TODO +%doc examples/HELLO.utf8 +%{_prefix}/lib/libpango*-*.so +%{_prefix}/bin/pango-querymodules +%{_prefix}/lib/pango/modules/* +%config /etc/pango/pangox.aliases + +%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}/include/* +%{_prefix}/lib/pkgconfig/* +%{_prefix}/share/gtk-doc/* diff --git a/sources b/sources index e69de29..cd0e933 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +2dd051d1a6274dd315e00ab4a86a5070 pango-0.17.tar.gz