automatic version update by autodist [release 2.3.1-1mamba;Mon Jul 02 2012]
This commit is contained in:
parent
a70141a499
commit
d442418bb1
95
libXft.spec
Normal file
95
libXft.spec
Normal file
@ -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 <silvan.calarco@mambasoft.it>
|
||||||
|
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 <autodist@mambasoft.it> 2.3.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Mar 16 2012 Automatic Build System <autodist@mambasoft.it> 2.3.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Dec 10 2010 Automatic Build System <autodist@mambasoft.it> 2.2.0-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Sat Jun 26 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.14-2mamba
|
||||||
|
- rebuilt to add pkgconfig provides
|
||||||
|
|
||||||
|
* Thu Oct 15 2009 Automatic Build System <autodist@mambasoft.it> 2.1.14-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Mon Jan 12 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.13-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Thu Mar 13 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.12-2mamba
|
||||||
|
- specfile updates
|
||||||
|
|
||||||
|
* Wed Jan 03 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.12-1qilnx
|
||||||
|
- update to version 2.1.12 by autospec
|
||||||
|
|
||||||
|
* Thu Dec 21 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.8.2-1qilnx
|
||||||
|
- package created by autospec
|
Loading…
Reference in New Issue
Block a user