auto-import changelog data from psutils-1.17-16.src.rpm

Thu Jun 20 2002 Than Ngo <than@redhat.com> 1.17-16
- Don't forcibly strip binaries
Thu May 23 2002 Tim Powers <timp@redhat.com>
- automated rebuild
Wed Jan 09 2002 Tim Powers <timp@redhat.com>
- automated rebuild
This commit is contained in:
cvsdist 2004-09-09 10:50:22 +00:00
parent e7b00f5fcf
commit 1256d39a43
2 changed files with 23 additions and 1 deletions

11
psutils-p17-strip.patch Normal file
View File

@ -0,0 +1,11 @@
--- psutils/Makefile.unix.orig 2002-06-20 12:41:54.000000000 +0200
+++ psutils/Makefile.unix 2002-06-20 12:41:41.000000000 +0200
@@ -226,7 +226,7 @@
-mkdir -p $(BINDIR)
@for i in $(BIN); do \
echo Installing $$i; \
- $(INSTALL) $$i -s $(BINDIR); \
+ $(INSTALL) $$i $(BINDIR); \
done
install.script: $(PERLSCRIPTS) $(SHELLSCRIPTS)

View File

@ -1,13 +1,14 @@
Summary: PostScript Utilities
Name: psutils
Version: 1.17
Release: 13
Release: 16
License: distributable
Group: Applications/Publishing
Source: ftp://ftp.dcs.ed.ac.uk/pub/ajcd/psutils-p17.tar.gz
Patch0: psutils-p17-Makefile.patch
Patch1: psutils-p17-misc.patch
Patch2: psutils-p17-paper.patch
Patch3: psutils-p17-strip.patch
BuildRoot: %{_tmppath}/psutils-root
%description
@ -20,6 +21,7 @@ signatures for booklet printing, and page merging for n-up printing.
%patch0 -p1 -b .makefile
%patch1 -p1 -b .misc
%patch2 -p1 -b .paper
%patch3 -p1 -b .strip
%build
make -f Makefile.unix RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
@ -42,6 +44,15 @@ rm -rf $RPM_BUILD_ROOT
/usr/lib/psutils
%changelog
* Thu Jun 20 2002 Than Ngo <than@redhat.com> 1.17-16
- Don't forcibly strip binaries
* Thu May 23 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Thu Jul 19 2001 Than Ngo <than@redhat.com> 1.17-13
- add patch from enrico.scholz@informatik.tu-chemnitz.de