60 lines
1.5 KiB
RPMSpec
60 lines
1.5 KiB
RPMSpec
Name: splix
|
|
Version: 2.0.0
|
|
Release: 3mamba
|
|
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: https://splix.sourceforge.net/
|
|
Source: http://sourceforge.net/projects/splix/files/splix/%{version}/splix-%{version}.tar.bz2
|
|
Patch0: splix-2.0.0-gcc45.patch
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libcups-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libjbig-devel
|
|
BuildRequires: libstdc++6-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: libcups-devel
|
|
|
|
%description
|
|
A driver for SPL printers (Samsung and several Xerox printers).
|
|
|
|
#% debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
%patch 0 -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
|
|
* Wed Aug 16 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.0-3mamba
|
|
- rebuilt
|
|
|
|
* 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
|