From 7a5cc240d12da94af1ab1a63867c68db4c0f3813 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 10:31:39 +0100 Subject: [PATCH] automatic update by autodist [release 1.0.5-1mamba;Sat Jan 29 2011] --- README.md | 2 ++ printproto.spec | 54 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 printproto.spec diff --git a/README.md b/README.md index 4a80c38..a1becd1 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # printproto +X11 prototype headers for printing. + diff --git a/printproto.spec b/printproto.spec new file mode 100644 index 0000000..fcec98e --- /dev/null +++ b/printproto.spec @@ -0,0 +1,54 @@ +Name: printproto +Version: 1.0.5 +Release: 1mamba +Summary: X11 prototype headers for printing +Group: Development/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +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 1.0.5-1mamba +- automatic update by autodist + +* Sun Aug 22 2010 Silvan Calarco 1.0.4-1mamba +- package created from xproto