From 1256d39a43ff2c641a3310f26f8797e313d3d1bd Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 10:50:22 +0000 Subject: [PATCH] auto-import changelog data from psutils-1.17-16.src.rpm Thu Jun 20 2002 Than Ngo 1.17-16 - Don't forcibly strip binaries Thu May 23 2002 Tim Powers - automated rebuild Wed Jan 09 2002 Tim Powers - automated rebuild --- psutils-p17-strip.patch | 11 +++++++++++ psutils.spec | 13 ++++++++++++- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 psutils-p17-strip.patch diff --git a/psutils-p17-strip.patch b/psutils-p17-strip.patch new file mode 100644 index 0000000..67b3af1 --- /dev/null +++ b/psutils-p17-strip.patch @@ -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) diff --git a/psutils.spec b/psutils.spec index 4f2fb73..06a6006 100644 --- a/psutils.spec +++ b/psutils.spec @@ -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 1.17-16 +- Don't forcibly strip binaries + +* Thu May 23 2002 Tim Powers +- automated rebuild + +* Wed Jan 09 2002 Tim Powers +- automated rebuild + * Thu Jul 19 2001 Than Ngo 1.17-13 - add patch from enrico.scholz@informatik.tu-chemnitz.de