renamed "clean" tarball to psutils-p17-clean.tar.gz
This commit is contained in:
parent
1340d261fb
commit
163869bd85
@ -1 +1 @@
|
||||
psutils-p17.tar.gz
|
||||
psutils-p17-clean.tar.gz
|
||||
|
@ -1,9 +1,9 @@
|
||||
#!/bin/bash
|
||||
archive_name=psutils-p17.tar.gz
|
||||
tar xzf $archive_name
|
||||
tar xzf psutils-p17.tar.gz
|
||||
rm psutils/fixmacps*
|
||||
rm psutils/md68_0.ps
|
||||
rm psutils/md71_0.ps
|
||||
patch -p0 < psutils-copyright.patch
|
||||
tar czf $archive_name psutils/
|
||||
tar czf psutils-p17-clean.tar.gz psutils/
|
||||
rm -r psutils/
|
||||
|
11
psutils.spec
11
psutils.spec
@ -1,10 +1,13 @@
|
||||
Summary: PostScript Utilities
|
||||
Name: psutils
|
||||
Version: 1.17
|
||||
Release: 34%{dist}
|
||||
Release: 35%{dist}
|
||||
License: psutils
|
||||
Group: Applications/Publishing
|
||||
Source: ftp://ftp.knackered.org/pub/psutils/psutils-p17.tar.gz
|
||||
# We cannot use the upstream tarball because it contains non-free files.
|
||||
# To generate a clean tarball, run the psutils-remove-copyrighted-files script.
|
||||
#Source: ftp://ftp.knackered.org/pub/psutils/psutils-p17.tar.gz
|
||||
Source0: psutils-p17-clean.tar.gz
|
||||
Source1: psutils-remove-copyrighted-files
|
||||
URL: http://www.tardis.ed.ac.uk/~ajcd/psutils/
|
||||
Patch0: psutils-p17-Makefile.patch
|
||||
@ -105,6 +108,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Apr 22 2010 Daniel Novotny <dnovotny@redhat.com> 1.17-35
|
||||
- renamed "clean" tarball to psutils-p17-clean.tar.gz
|
||||
(merge review: #226324)
|
||||
|
||||
* Tue Jan 26 2010 Daniel Novotny <dnovotny@redhat.com> 1.17-34
|
||||
- remove Apple copyrighted files (merge review: #226324)
|
||||
- fixed URLs to upstream
|
||||
|
Loading…
Reference in New Issue
Block a user