rebuilt to add pkg-config provide [release 1.0.1-3mamba;Mon Aug 19 2013]

This commit is contained in:
Silvan Calarco 2024-01-06 03:42:21 +01:00
parent b34c3f3901
commit 384c14a242
2 changed files with 72 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# libXprintUtil # libXprintUtil
X.Org XprintUtil library.

70
libXprintUtil.spec Normal file
View 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