49 lines
1.4 KiB
RPMSpec
49 lines
1.4 KiB
RPMSpec
|
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 <silvan.calarco@mambasoft.it>
|
||
|
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 <autodist@mambasoft.it> 20060221-3mamba
|
||
|
- automatic rebuild by autodist
|
||
|
|
||
|
* Thu Apr 02 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 20060221-2mamba
|
||
|
- specfile updated
|
||
|
|
||
|
* Mon Feb 12 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 20060221-1qilnx
|
||
|
- package created by autospec
|