automatic version update by autodist [release 5.3.3-1mamba;Thu Nov 14 2019]
This commit is contained in:
parent
e0e6794166
commit
2e5a125c54
@ -1,7 +1,7 @@
|
|||||||
%define majver %(echo %version | cut -d. -f 1-2)
|
%define majver %(echo %version | cut -d. -f 1-2)
|
||||||
|
|
||||||
Name: gutenprint
|
Name: gutenprint
|
||||||
Version: 5.2.15
|
Version: 5.3.3
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A suite of printer drivers that may be used with cups
|
Summary: A suite of printer drivers that may be used with cups
|
||||||
Group: System/Spooling
|
Group: System/Spooling
|
||||||
@ -9,7 +9,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://gutenprint.sourceforge.net
|
URL: http://gutenprint.sourceforge.net
|
||||||
Source: http://download.sourceforge.net/sourceforge/gimp-print/gutenprint-%{version}.tar.bz2
|
Source: http://download.sourceforge.net/sourceforge/gimp-print/gutenprint-%{version}.tar.xz
|
||||||
Patch0: %{name}-5.2.3-parallel-build.patch
|
Patch0: %{name}-5.2.3-parallel-build.patch
|
||||||
Patch1: %{name}-5.2.3-LD_PRELOAD_fix.patch
|
Patch1: %{name}-5.2.3-LD_PRELOAD_fix.patch
|
||||||
Patch2: %{name}-5.2.6-fix_includes.patch
|
Patch2: %{name}-5.2.6-fix_includes.patch
|
||||||
@ -83,6 +83,8 @@ Despite the name, printing support for The GIMP is only one small part of what G
|
|||||||
Gutenprint printer drivers can be used with all common UNIX print spooling systems, by means of either CUPS or Ghostscript.
|
Gutenprint printer drivers can be used with all common UNIX print spooling systems, by means of either CUPS or Ghostscript.
|
||||||
This is the devel package.
|
This is the devel package.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
@ -133,18 +135,19 @@ exit 0
|
|||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
#%{_bindir}/ijsgutenprint.%{majver}
|
|
||||||
%{_bindir}/testpattern
|
%{_bindir}/testpattern
|
||||||
%{_sbindir}/cups-genppd.%{majver}
|
%{_sbindir}/cups-genppd.%{majver}
|
||||||
#%{_sbindir}/cups-genppdconfig.%{majver}
|
|
||||||
%{_sbindir}/cups-genppdupdate
|
%{_sbindir}/cups-genppdupdate
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
%{_prefix}/lib/cups/backend/gutenprint52+usb
|
%{_prefix}/lib/cups/backend/gutenprint5*+usb
|
||||||
%{_prefix}/lib/cups/driver/gutenprint.%{majver}
|
%{_prefix}/lib/cups/driver/gutenprint.%{majver}
|
||||||
%{_prefix}/lib/cups/filter/commandtocanon
|
%{_prefix}/lib/cups/filter/commandtocanon
|
||||||
%{_prefix}/lib/cups/filter/commandtoepson
|
%{_prefix}/lib/cups/filter/commandtoepson
|
||||||
%{_prefix}/lib/cups/filter/rastertogutenprint.%{majver}
|
%{_prefix}/lib/cups/filter/rastertogutenprint.%{majver}
|
||||||
%{_libdir}/gimp/2.0/plug-ins/gutenprint
|
%{_libdir}/gimp/2.0/plug-ins/gutenprint
|
||||||
|
%dir %{_libdir}/gutenprint
|
||||||
|
%dir %{_libdir}/gutenprint/%{majver}
|
||||||
|
%{_libdir}/gutenprint/%{majver}/config.summary
|
||||||
%{_datadir}/cups/calibrate.ppm
|
%{_datadir}/cups/calibrate.ppm
|
||||||
%{_datadir}/cups/usb/net.sf.gimp-print.usb-quirks
|
%{_datadir}/cups/usb/net.sf.gimp-print.usb-quirks
|
||||||
%dir %{_datadir}/gutenprint
|
%dir %{_datadir}/gutenprint
|
||||||
@ -172,6 +175,12 @@ exit 0
|
|||||||
%{_libdir}/pkgconfig/gutenprintui2.pc
|
%{_libdir}/pkgconfig/gutenprintui2.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 14 2019 Automatic Build System <autodist@mambasoft.it> 5.3.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Aug 18 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 5.3.1-1mamba
|
||||||
|
- update to 5.3.1
|
||||||
|
|
||||||
* Wed Aug 14 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 5.2.15-1mamba
|
* Wed Aug 14 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 5.2.15-1mamba
|
||||||
- update to 5.2.15
|
- update to 5.2.15
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user