Merge branch 'f17'
This commit is contained in:
commit
8fbba88069
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
|||||||
/foomatic-db-engine-4.0.8.tar.gz
|
/foomatic-db-engine-4.0.8.tar.gz
|
||||||
/foomatic-filters-4.0.8.tar.gz
|
/foomatic-filters-4.0.8.tar.gz
|
||||||
/foomatic-filters-4.0.13.tar.gz
|
/foomatic-filters-4.0.13.tar.gz
|
||||||
|
/foomatic-filters-4.0.15.tar.gz
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
%define enginever 4.0.8
|
%define enginever 4.0.8
|
||||||
%define filtersver 4.0.13
|
%define filtersver 4.0.15
|
||||||
|
|
||||||
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: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
|
|
||||||
@ -136,7 +136,7 @@ rm -rf \
|
|||||||
$RPM_BUILD_ROOT%{_libdir}/ppr \
|
$RPM_BUILD_ROOT%{_libdir}/ppr \
|
||||||
$RPM_BUILD_ROOT%{_sysconfdir}/foomatic/filter.conf.sample \
|
$RPM_BUILD_ROOT%{_sysconfdir}/foomatic/filter.conf.sample \
|
||||||
$RPM_BUILD_ROOT%{_datadir}/foomatic/templates
|
$RPM_BUILD_ROOT%{_datadir}/foomatic/templates
|
||||||
#$RPM_BUILD_ROOT%{_libdir}/perl5/site_perl
|
#$RPM_BUILD_ROOT%%{_libdir}/perl5/site_perl
|
||||||
find $RPM_BUILD_ROOT -name .packlist | xargs rm -f
|
find $RPM_BUILD_ROOT -name .packlist | xargs rm -f
|
||||||
|
|
||||||
%post
|
%post
|
||||||
@ -180,6 +180,9 @@ exit 0
|
|||||||
%{_mandir}/man1/foomatic-rip.1*
|
%{_mandir}/man1/foomatic-rip.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 30 2012 Jiri Popelka <jpopelka@redhat.com> - 4.0.8-10
|
||||||
|
- Updated filters to 4.0.15
|
||||||
|
|
||||||
* Tue Apr 10 2012 Tim Waugh <twaugh@redhat.com> - 4.0.8-9
|
* Tue Apr 10 2012 Tim Waugh <twaugh@redhat.com> - 4.0.8-9
|
||||||
- Use perl_bootstrap macro to allow for easier perl bootstrapping
|
- Use perl_bootstrap macro to allow for easier perl bootstrapping
|
||||||
(bug #810542).
|
(bug #810542).
|
||||||
|
Loading…
Reference in New Issue
Block a user