Accepting request 29037 from Publishing

Copy from Publishing/psutils based on submit request 29037 from user WernerFink

OBS-URL: https://build.opensuse.org/request/show/29037
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/psutils?expand=0&rev=5
This commit is contained in:
OBS User autobuild 2010-01-11 15:22:40 +00:00 committed by Git OBS Bridge
parent f3a67dc62b
commit 70d797708f
2 changed files with 9 additions and 41 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jan 5 16:48:53 CET 2010 - jengelh@medozas.de
- enable parallel build
-------------------------------------------------------------------
Wed Jan 25 21:40:41 CET 2006 - mls@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package psutils (Version p17)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,13 +19,13 @@
Name: psutils
License: GPL v2 or later
License: GPLv2+
Group: Productivity/Publishing/PS
Provides: psutils-p17
Requires: perl
AutoReqProv: on
Version: p17
Release: 1001
Release: 1002
Summary: Tools for Manipulating PostScript Files
Source: psutils-p17.tar.gz
Patch: psutils-p17.dif
@ -68,7 +68,7 @@ Authors:
%patch
%build
make -f Makefile.unix RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
make %{_smp_mflags} -f Makefile.unix RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
%install
rm -rf $RPM_BUILD_ROOT
@ -127,40 +127,3 @@ Authors:
/usr/share/psutils/md71_0.ps
%changelog
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Sat Jan 14 2006 schwab@suse.de
- Don't strip binaries.
* Mon Apr 04 2005 werner@suse.de
- Harden message function to avoid buffer overflows (bug #75721)
* Wed Jun 16 2004 werner@suse.de
- Add some paper names and sizes (bug #42105)
* Sun Jan 11 2004 adrian@suse.de
- add %%defattr
* Fri Jul 11 2003 garloff@suse.de
- use RPM_OPT_FLAGS
* Tue May 27 2003 coolo@suse.de
- use BuildRoot
* Mon Sep 16 2002 sbrabec@suse.cz
- Added psutils-flip.dif patch, which implements page flipping to
pstops.
* Fri Aug 30 2002 werner@suse.de
- Add comment what to use if psmerge fails
* Thu Dec 14 2000 werner@suse.de
- Group tag
* Mon May 29 2000 kukuk@suse.de
- Use doc macro
* Mon Jan 24 2000 werner@suse.de
- Fix getafm
- Avoid SIGSEGV in psselect with empty page range
- Fix man page of pstops
- Use RPM_OPT_FLAGS
- /usr/man -> /usr/share/man
* Mon Sep 13 1999 bs@suse.de
- ran old prepare_spec on spec file to switch to new prepare_spec.
* Sun Nov 16 1997 werner@suse.de
- Update to new version
- Fix some programs
* epsffit.c (make showpage work even if inner graphics redefine showpage)
* psnup.c (remove nasty compile warnings)
* psutil.c (POSIX conform file position check even if pipes are used)