printproto/printproto.spec

55 lines
1.3 KiB
RPMSpec
Raw Permalink Normal View History

Name: printproto
Version: 1.0.5
Release: 1mamba
Summary: X11 prototype headers for printing
Group: Development/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.x.org
Source: ftp://ftp.x.org/pub/individual/proto/printproto-%{version}.tar.bz2
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: libXau-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
X11 prototype headers for printing.
%package devel
Summary: X11 prototype headers for printing
Group: Development/Libraries
%description devel
X11 prototype headers for printing.
%prep
%setup -q
sed -i "s/| arm-\* |/| arm-\* | aarch64-\* |/" config.sub
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files devel
%defattr(-,root,root)
%{_includedir}/X11/extensions/Print.h
%{_includedir}/X11/extensions/Printstr.h
%{_libdir}/pkgconfig/printproto.pc
%{_mandir}/man7/Xprint.7*
%changelog
* Sat Jan 29 2011 Automatic Build System <autodist@mambasoft.it> 1.0.5-1mamba
- automatic update by autodist
* Sun Aug 22 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.4-1mamba
- package created from xproto