From 504af719d7b93195d60deca2b9ccc6334f780d5a Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 10:25:59 +0100 Subject: [PATCH] automatic rebuild by autodist [release 20060221-3mamba;Thu Jul 11 2013] --- README.md | 2 ++ poster.spec | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 poster.spec diff --git a/README.md b/README.md index 552132e..cdd7192 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # poster +A small PostScript utility to allow large poster printing (e.g. A1) by splitting it into pieces that can be printed on small paper sheets (e.g. A4). + diff --git a/poster.spec b/poster.spec new file mode 100644 index 0000000..a2b87d6 --- /dev/null +++ b/poster.spec @@ -0,0 +1,48 @@ +Name: poster +Version: 20060221 +Release: 3mamba +Summary: A small PostScript utility to allow large poster printing +Group: System/Tools +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://printing.kde.org/downloads/ +Source: ftp://ftp.kde.org/pub/kde/printing/poster.tar.bz2 +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +A small PostScript utility to allow large poster printing (e.g. A1) by splitting it into pieces that can be printed on small paper sheets (e.g. A4). + +%prep +%setup -q + +%build +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +install -D -m 0755 poster %{buildroot}%{_bindir}/poster +install -D -m 0755 poster.1 %{buildroot}%{_mandir}/man1/poster.1 + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/poster +%{_mandir}/man1/poster.1.gz +%doc COPYING ChangeLog README + +%changelog +* Thu Jul 11 2013 Automatic Build System 20060221-3mamba +- automatic rebuild by autodist + +* Thu Apr 02 2009 Silvan Calarco 20060221-2mamba +- specfile updated + +* Mon Feb 12 2007 Silvan Calarco 20060221-1qilnx +- package created by autospec