98 lines
2.6 KiB
RPMSpec
98 lines
2.6 KiB
RPMSpec
Name: libXrender
|
|
Version: 0.9.9
|
|
Release: 1mamba
|
|
Summary: X.Org Xrender library
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: http://x.org
|
|
Source: ftp://ftp.freedesktop.org/pub/individual/lib/libXrender-%{version}.tar.bz2
|
|
License: MIT
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libpthread-stubs-devel
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: libXau-devel
|
|
BuildRequires: libxcb-devel
|
|
BuildRequires: libXdmcp-devel
|
|
BuildRequires: pkg-config
|
|
BuildRequires: xproto-devel
|
|
## AUTOBUILDREQ-END
|
|
Obsoletes: libXorg
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
X.Org Xrender library.
|
|
|
|
%package devel
|
|
Summary: Devel package for %{name}
|
|
Group: Development/Libraries
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
Obsoletes: libXorg-devel
|
|
|
|
%description devel
|
|
X.Org Xrender 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}/libXrender.so.*
|
|
%doc AUTHORS COPYING
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libXrender.a
|
|
%{_libdir}/libXrender.la
|
|
%{_libdir}/libXrender.so
|
|
%dir %{_includedir}/X11/extensions
|
|
%{_includedir}/X11/extensions/*.h
|
|
%{_docdir}/libXrender/libXrender.txt
|
|
%{_libdir}/pkgconfig/*.pc
|
|
%doc ChangeLog
|
|
|
|
%changelog
|
|
* Sat May 23 2015 Automatic Build System <autodist@mambasoft.it> 0.9.9-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Mon Jun 17 2013 Automatic Build System <autodist@mambasoft.it> 0.9.8-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Mar 12 2012 Automatic Build System <autodist@mambasoft.it> 0.9.7-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Jun 26 2010 Automatic Build System <autodist@mambasoft.it> 0.9.6-2mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Wed Jun 09 2010 Automatic Build System <autodist@mambasoft.it> 0.9.6-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Wed Oct 07 2009 Automatic Build System <autodist@mambasoft.it> 0.9.5-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Mon Sep 10 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.4-1mamba
|
|
- update to 0.9.4
|
|
|
|
* Mon May 21 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.2-2mamba
|
|
- added set_lenght_field patch
|
|
|
|
* Wed Feb 07 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.2-1qilnx
|
|
- update to version 0.9.2 by autospec
|
|
|
|
* Thu Dec 21 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.1-1qilnx
|
|
- package created by autospec
|