From 236d5ded47c843a21d96d986124d00419a929c07 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 04:47:16 +0000 Subject: [PATCH] auto-import changelog data from fontconfig-0.0.1.020603.0131-3.src.rpm Fri Jun 07 2002 Havoc Pennington - rebuild in different environment Mon Jun 03 2002 Owen Taylor - New version, new upstream mega-tarball Tue May 28 2002 Owen Taylor - Fix problem with FcConfigSort Fri May 24 2002 Owen Taylor - Initial specfile --- .cvsignore | 1 + fontconfig.spec | 88 +++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 90 insertions(+) create mode 100644 fontconfig.spec diff --git a/.cvsignore b/.cvsignore index e69de29..147bcab 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +fcpackage.02-06-03.01-31.tar.gz diff --git a/fontconfig.spec b/fontconfig.spec new file mode 100644 index 0000000..d1e5152 --- /dev/null +++ b/fontconfig.spec @@ -0,0 +1,88 @@ +%define fcpackage_version 02-06-03.01-31 +%define relno 020603.0131 + +%define freetype_version 2.0.9 + +Summary: Font configuration and customization library +Name: fontconfig +Version: 0.0.1.%{relno} +Release: 3 +License: MIT +Group: System Environment/Libraries +Source: http://keithp.com/fonts/pub/fcpackage.%{fcpackage_version}.tar.gz +URL: http://keithp.com/fonts +BuildRoot: %{_tmppath}/fontconfig-%{PACKAGE_VERSION}-root + +BuildRequires: freetype-devel >= %{freetype_version} +BuildRequires: expat-devel + +%description +Fontconfig is designed to locate fonts within the +system and select them according to requirements specified by +applications. + +%package devel +Summary: Font configuration and customization library +Group: Development/Libraries +Requires: fontconfig = %{PACKAGE_VERSION} +Requires: freetype-devel >= %{freetype_version} + +%description devel +The fontconfig-devel package includes the header files, +and developer docs for the fontconfig package. + +Install fontconfig-devel if you want to develop programs which +will use fontconfig. + +%changelog +* Fri Jun 07 2002 Havoc Pennington +- rebuild in different environment + +* Mon Jun 3 2002 Owen Taylor +- New version, new upstream mega-tarball + +* Tue May 28 2002 Owen Taylor +- Fix problem with FcConfigSort + +* Fri May 24 2002 Owen Taylor +- Initial specfile + +%prep +%setup -n fcpackage.%{fcpackage_version}/fontconfig + +%build + +%configure +make + +%install +rm -rf $RPM_BUILD_ROOT + +make install DESTDIR=$RPM_BUILD_ROOT +mkdir -p $RPM_BUILD_ROOT%{_mandir}/man3 +install -m 0644 src/fontconfig.man $RPM_BUILD_ROOT%{_mandir}/man3/fontconfig.3 + +%clean +rm -rf $RPM_BUILD_ROOT + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + +%files +%defattr(-, root, root) +%doc README AUTHORS COPYING +%{_libdir}/libfontconfig.so.* +%{_bindir}/fc-cache +%{_bindir}/fc-list +%dir %{_sysconfdir}/fonts +%{_sysconfdir}/fonts/fonts.dtd +%config(noreplace) %{_sysconfdir}/fonts/fonts.conf + +%files devel +%defattr(-, root, root) +%{_libdir}/libfontconfig.so +%{_libdir}/pkgconfig +%{_includedir}/fontconfig +%{_bindir}/fontconfig-config +%{_mandir}/man3/fontconfig.3* diff --git a/sources b/sources index e69de29..b7066ce 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +ba7284fe90ef44187eaafeada08001e8 fcpackage.02-06-03.01-31.tar.gz