rebuilt dynamically linked to libjbig [release 2.0.0-2mamba;Mon Dec 19 2011]
This commit is contained in:
parent
3e218b20ed
commit
b86b87c0fc
@ -1,2 +1,4 @@
|
||||
# splix
|
||||
|
||||
A driver for SPL printers (Samsung and several Xerox printers).
|
||||
|
||||
|
12
splix-2.0.0-gcc45.patch
Normal file
12
splix-2.0.0-gcc45.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -Nru splix-2.0.0.orig/src/ppdfile.cpp splix-2.0.0/src/ppdfile.cpp
|
||||
--- splix-2.0.0.orig/src/ppdfile.cpp 2009-02-06 12:49:10.000000000 +0100
|
||||
+++ splix-2.0.0/src/ppdfile.cpp 2011-10-21 00:30:40.652147953 +0200
|
||||
@@ -282,7 +282,7 @@
|
||||
* Opérateur d'assignation
|
||||
* Assignment operator
|
||||
*/
|
||||
-void PPDFile::Value::operator = (const PPDFile::Value::Value &val)
|
||||
+void PPDFile::Value::operator = (const PPDFile::Value &val)
|
||||
{
|
||||
if (_preformatted)
|
||||
delete[] _preformatted;
|
61
splix.spec
Normal file
61
splix.spec
Normal file
@ -0,0 +1,61 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user