clean foomatic-filters tarball to remove test/*.sh, those files are non-free (Artistic)
This commit is contained in:
parent
c559fcce23
commit
7ebfbfc6e0
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
|||||||
/foomatic-filters-4.0.15.tar.gz
|
/foomatic-filters-4.0.15.tar.gz
|
||||||
/foomatic-filters-4.0.17.tar.gz
|
/foomatic-filters-4.0.17.tar.gz
|
||||||
/foomatic-db-engine-4.0.9.tar.gz
|
/foomatic-db-engine-4.0.9.tar.gz
|
||||||
|
/foomatic-filters-4.0.17-clean.tar.gz
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Summary: Tools for using the foomatic database of printers and printer drivers
|
Summary: Tools for using the foomatic database of printers and printer drivers
|
||||||
Name: foomatic
|
Name: foomatic
|
||||||
Version: %{enginever}
|
Version: %{enginever}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
|
|
||||||
@ -12,7 +12,9 @@ Group: System Environment/Libraries
|
|||||||
Source0: http://www.openprinting.org/download/foomatic/foomatic-db-engine-%{enginever}.tar.gz
|
Source0: http://www.openprinting.org/download/foomatic/foomatic-db-engine-%{enginever}.tar.gz
|
||||||
|
|
||||||
# The CUPS driver and filter.
|
# The CUPS driver and filter.
|
||||||
Source1: http://www.openprinting.org/download/foomatic/foomatic-filters-%{filtersver}.tar.gz
|
# Source1: http://www.openprinting.org/download/foomatic/foomatic-filters-%{filtersver}.tar.gz
|
||||||
|
# We need to remove test/*.sh, because those files are non-free (Artistic). We don't use them.
|
||||||
|
Source1: foomatic-filters-%{filtersver}-clean.tar.gz
|
||||||
|
|
||||||
## PATCHES FOR FOOMATIC-FILTERS (PATCHES 1 TO 100)
|
## PATCHES FOR FOOMATIC-FILTERS (PATCHES 1 TO 100)
|
||||||
Patch1: foomatic-filters-debug-string.patch
|
Patch1: foomatic-filters-debug-string.patch
|
||||||
@ -185,6 +187,9 @@ exit 0
|
|||||||
%{_mandir}/man1/foomatic-rip.1*
|
%{_mandir}/man1/foomatic-rip.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 28 2013 Tom Callaway <spot@fedoraproject.org> - 4.0.9-2
|
||||||
|
- remove Artistic test scripts from source tarball (bz 967406)
|
||||||
|
|
||||||
* Tue Mar 12 2013 Jiri Popelka <jpopelka@redhat.com> - 4.0.9-1
|
* Tue Mar 12 2013 Jiri Popelka <jpopelka@redhat.com> - 4.0.9-1
|
||||||
- 4.0.9
|
- 4.0.9
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user