splix/splix.spec

62 lines
1.6 KiB
RPMSpec
Raw Normal View History

Name: splix
Version: 2.0.0
Release: 2mamba
Summary: A driver for SPL printers (Samsung and several Xerox printers)
Group: System/Spooling
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://splix.sourceforge.net/
Source: http://sourceforge.net/projects/splix/files/splix/%{version}/splix-%{version}.tar.bz2
Patch0: %{name}-2.0.0-gcc45.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libcups-devel
BuildRequires: libe2fs-devel
BuildRequires: libgcc
BuildRequires: libgcrypt-devel
BuildRequires: libgnutls-devel
BuildRequires: libgpg-error-devel
BuildRequires: libjbig-devel
BuildRequires: libkrb5-devel
BuildRequires: libstdc++6-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END
BuildRequires: libcups-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
A driver for SPL printers (Samsung and several Xerox printers).
%prep
%setup -q
%patch0 -p1
%build
%make -j1
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_prefix}/lib/cups/filter/pstoqpdl
%{_prefix}/lib/cups/filter/rastertoqpdl
%{_datadir}/cups/model/dell/*.ppd
%{_datadir}/cups/model/samsung/*.ppd
%{_datadir}/cups/model/xerox/*.ppd
%doc AUTHORS COPYING
# ChangeLog README THANKS TODO
%changelog
* Mon Dec 19 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.0-2mamba
- rebuilt dynamically linked to libjbig
* Fri Oct 21 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.0-1mamba
- package created by autospec