From d442418bb1be0a9dc8d207eecafe487f14366711 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 03:41:26 +0100 Subject: [PATCH] automatic version update by autodist [release 2.3.1-1mamba;Mon Jul 02 2012] --- README.md | 2 ++ libXft.spec | 95 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 97 insertions(+) create mode 100644 libXft.spec diff --git a/README.md b/README.md index 1f031d8..2f7e856 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # libXft +X.Org Xft library. + diff --git a/libXft.spec b/libXft.spec new file mode 100644 index 0000000..7159918 --- /dev/null +++ b/libXft.spec @@ -0,0 +1,95 @@ +Name: libXft +Version: 2.3.1 +Release: 1mamba +Summary: X.Org Xft library +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://x.org +Source: ftp://ftp.x.org/pub/individual/lib/libXft-%{version}.tar.bz2 +License: MIT +BuildRoot: %{_tmppath}/%{name}-%{version}-root +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libfontconfig-devel +BuildRequires: libfreetype-devel +BuildRequires: libX11-devel +BuildRequires: libXrender-devel +BuildRequires: libz-devel +## AUTOBUILDREQ-END +BuildRequires: libexpat-devel +Obsoletes: libXorg + +%description +X.Org Xft library. + +%package devel +Summary: Devel package for %{name} +Group: Development/Libraries +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} +Obsoletes: libXorg-devel + +%description devel +X.Org Xft 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) +#%{_bindir}/xft-config +%{_libdir}/libXft.so.* +#%{_mandir}/man1/xft-config.1.gz +%doc AUTHORS COPYING ChangeLog README + +%files devel +%defattr(-,root,root) +%{_libdir}/libXft.a +%{_libdir}/libXft.la +%{_libdir}/libXft.so +%dir %{_includedir}/X11/Xft +%{_includedir}/X11/Xft/*.h +%{_libdir}/pkgconfig/*.pc +%{_mandir}/man3/Xft.3.gz + +%changelog +* Mon Jul 02 2012 Automatic Build System 2.3.1-1mamba +- automatic version update by autodist + +* Fri Mar 16 2012 Automatic Build System 2.3.0-1mamba +- automatic version update by autodist + +* Fri Dec 10 2010 Automatic Build System 2.2.0-1mamba +- automatic update by autodist + +* Sat Jun 26 2010 Silvan Calarco 2.1.14-2mamba +- rebuilt to add pkgconfig provides + +* Thu Oct 15 2009 Automatic Build System 2.1.14-1mamba +- automatic update by autodist + +* Mon Jan 12 2009 Silvan Calarco 2.1.13-1mamba +- automatic update by autodist + +* Thu Mar 13 2008 Silvan Calarco 2.1.12-2mamba +- specfile updates + +* Wed Jan 03 2007 Silvan Calarco 2.1.12-1qilnx +- update to version 2.1.12 by autospec + +* Thu Dec 21 2006 Silvan Calarco 2.1.8.2-1qilnx +- package created by autospec