automatic rebuild by autodist [release 20060221-3mamba;Thu Jul 11 2013]
This commit is contained in:
parent
45c7bdbcaa
commit
504af719d7
@ -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).
|
||||
|
||||
|
48
poster.spec
Normal file
48
poster.spec
Normal file
@ -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 <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
|
Loading…
Reference in New Issue
Block a user