From 9535b88df5f3ec7879d3b3e457bb827e05af4a10 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 03:41:10 +0100 Subject: [PATCH] automatic update by autodist [release 1.4.7-1mamba;Wed Jan 08 2014] --- README.md | 2 ++ libXfont.spec | 97 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 99 insertions(+) create mode 100644 libXfont.spec diff --git a/README.md b/README.md index c2c2a18..2800cb9 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # libXfont +X.Org font library. + diff --git a/libXfont.spec b/libXfont.spec new file mode 100644 index 0000000..ba77677 --- /dev/null +++ b/libXfont.spec @@ -0,0 +1,97 @@ +Name: libXfont +Version: 1.4.7 +Release: 1mamba +Summary: X.Org font library +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://x.org +Source: http://ftp.x.org/pub/individual/lib/libXfont-%{version}.tar.bz2 +License: MIT +BuildRoot: %{_tmppath}/%{name}-%{version}-root +BuildRequires: libfontenc-devel >= 1.0.2 +BuildRequires: libfreetype-devel >= 2.1.10 +BuildRequires: links +Obsoletes: libXorg + +%description +X.Org font library. + +%package devel +Summary: Devel package for %{name} +Group: Development/Libraries +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} +Obsoletes: libXorg-devel + +%description devel +X.Org font library. +This package contains static libraries and header files need for development. + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_libdir}/libXfont.so.* +%doc AUTHORS COPYING ChangeLog + +%files devel +%defattr(-,root,root) +%{_libdir}/libXfont.a +%{_libdir}/libXfont.la +%{_libdir}/libXfont.so +%dir %{_includedir}/X11/fonts +%{_includedir}/X11/fonts/*.h +%{_libdir}/pkgconfig/*.pc + +%changelog +* Wed Jan 08 2014 Automatic Build System 1.4.7-1mamba +- automatic update by autodist + +* Wed Jul 24 2013 Automatic Build System 1.4.6-1mamba +- automatic update by autodist + +* Sat Apr 21 2012 Silvan Calarco 1.4.5-1mamba +- update to 1.4.5 + +* Mon Aug 15 2011 Automatic Build System 1.4.4-1mamba +- automatic version update by autodist + +* Tue Nov 09 2010 Automatic Build System 1.4.3-1mamba +- automatic update by autodist + +* Sat Jun 26 2010 Automatic Build System 1.4.2-1mamba +- automatic update by autodist + +* Thu Oct 15 2009 Automatic Build System 1.4.1-1mamba +- automatic update by autodist + +* Mon Mar 02 2009 Silvan Calarco 1.4.0-1mamba +- automatic update by autodist + +* Mon Jan 05 2009 Silvan Calarco 1.3.4-1mamba +- automatic update by autodist + +* Mon Sep 10 2007 Silvan Calarco 1.3.1-1mamba +- update to 1.3.1 + +* Tue Jul 17 2007 Silvan Calarco 1.3.0-1mamba +- update to 1.3.0 + +* Wed Feb 07 2007 Silvan Calarco 1.2.7-1qilnx +- update to version 1.2.7 by autospec + +* Mon Dec 18 2006 Silvan Calarco 1.1.0-1qilnx +- package created by autospec