rebuilt to add pkg-config provide [release 1.0.1-3mamba;Mon Aug 19 2013]
This commit is contained in:
parent
b34c3f3901
commit
384c14a242
70
libXprintUtil.spec
Normal file
70
libXprintUtil.spec
Normal file
@ -0,0 +1,70 @@
|
|||||||
|
Name: libXprintUtil
|
||||||
|
Version: 1.0.1
|
||||||
|
Release: 3mamba
|
||||||
|
Summary: X.Org XprintUtil 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/libXprintUtil-%{version}.tar.bz2
|
||||||
|
License: MIT
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libX11-devel
|
||||||
|
BuildRequires: libXau-devel
|
||||||
|
BuildRequires: libXp-devel
|
||||||
|
BuildRequires: libXt-devel
|
||||||
|
BuildRequires: printproto-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
|
%description
|
||||||
|
X.Org XprintUtil library.
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Devel package for %{name}
|
||||||
|
Group: Development/Libraries
|
||||||
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
X.Org XprintUtil 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}/libXprintUtil.so.*
|
||||||
|
%doc COPYING ChangeLog
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_libdir}/libXprintUtil.a
|
||||||
|
%{_libdir}/libXprintUtil.la
|
||||||
|
%{_libdir}/libXprintUtil.so
|
||||||
|
%{_includedir}/X11/XprintUtil/xprintutil.h
|
||||||
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Mon Aug 19 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.1-3mamba
|
||||||
|
- rebuilt to add pkg-config provide
|
||||||
|
|
||||||
|
* Thu Mar 13 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.1-2mamba
|
||||||
|
- ... add a changelog entry
|
||||||
|
|
||||||
|
* Thu Dec 21 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.1-1qilnx
|
||||||
|
- package created by autospec
|
Loading…
Reference in New Issue
Block a user