Hello community,

here is the log from the commit of package psutils for openSUSE:Factory checked 
in at 2013-04-14 10:37:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/psutils (Old)
 and      /work/SRC/openSUSE:Factory/.psutils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "psutils", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/psutils/psutils.changes  2011-09-23 
12:42:05.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.psutils.new/psutils.changes     2013-04-14 
10:37:19.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Apr  5 13:47:10 UTC 2013 - [email protected]
+
+- Cleanup spec file
+- Add Source URL, see https://en.opensuse.org/SourceUrls
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ psutils.spec ++++++
--- /var/tmp/diff_new_pack.6TU87B/_old  2013-04-14 10:37:19.000000000 +0200
+++ /var/tmp/diff_new_pack.6TU87B/_new  2013-04-14 10:37:19.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package psutils (Version p17)
+# spec file for package psutils
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -15,22 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           psutils
-License:        GPL-2.0+
-Group:          Productivity/Publishing/PS
-Provides:       psutils-p17
-Requires:       perl
-AutoReqProv:    on
 Version:        p17
-Release:        1002
+Release:        0
 Summary:        Tools for Manipulating PostScript Files
-Source:         psutils-p17.tar.gz
-Patch:          psutils-p17.dif
+License:        GPL-2.0+
+Group:          Productivity/Publishing/PS
+Source:         http://mirrors.ctan.org/support/psutils/psutils-p17.tar.gz
+Patch0:         psutils-p17.dif
 Patch1:         psutils-flip.dif
 Patch2:         psutils-pserror.dif
+Requires:       perl
+Provides:       psutils-p17
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -55,53 +52,45 @@
 describes several Perl scripts for importing PostScript files. A manual
 page for each ps utility is also included.
 
-
-
-Authors:
---------
-    Angus J. C. Duggan <[email protected]>
-
 %prep
-%setup
+%setup -q -n psutils
 %patch1 -p1 -b .flip
 %patch2 -p0 -b .sec
-%patch
+%patch0
 
 %build
-make %{_smp_mflags} -f Makefile.unix RPM_OPT_FLAGS="$RPM_OPT_FLAGS" 
+make %{?_smp_mflags} -f Makefile.unix RPM_OPT_FLAGS="%{optflags}"
 
 %install
-    rm -rf $RPM_BUILD_ROOT
-    mkdir -p $RPM_BUILD_ROOT%_mandir/man1 $RPM_BUILD_ROOT/usr/bin
-    make -f Makefile.unix BINDIR=$RPM_BUILD_ROOT/usr/bin 
MANDIR=$RPM_BUILD_ROOT%_mandir/man1 
INCLUDEDIR=$RPM_BUILD_ROOT/usr/share/psutils install
-
-%clean
-    rm -rf $RPM_BUILD_ROOT
+    mkdir -p %{buildroot}%{_mandir}/man1 %{buildroot}%{_prefix}/bin
+    make -f Makefile.unix BINDIR=%{buildroot}%{_bindir} \
+                          MANDIR=%{buildroot}%{_mandir}/man1 \
+                          INCLUDEDIR=%{buildroot}%{_datadir}/psutils install
 
 %files
 %defattr(-,root,root)
 %doc README LICENSE
-/usr/bin/epsffit
-/usr/bin/extractres
-/usr/bin/fixdlsrps
-/usr/bin/fixfmps
-/usr/bin/fixmacps
-/usr/bin/fixpsditps
-/usr/bin/fixpspps
-/usr/bin/fixscribeps
-/usr/bin/fixtpps
-/usr/bin/fixwfwps
-/usr/bin/fixwpps
-/usr/bin/fixwwps
-/usr/bin/getafm
-/usr/bin/includeres
-/usr/bin/psbook
-/usr/bin/psmerge
-/usr/bin/psnup
-/usr/bin/psresize
-/usr/bin/psselect
-/usr/bin/pstops
-/usr/bin/showchar
+%{_bindir}/epsffit
+%{_bindir}/extractres
+%{_bindir}/fixdlsrps
+%{_bindir}/fixfmps
+%{_bindir}/fixmacps
+%{_bindir}/fixpsditps
+%{_bindir}/fixpspps
+%{_bindir}/fixscribeps
+%{_bindir}/fixtpps
+%{_bindir}/fixwfwps
+%{_bindir}/fixwpps
+%{_bindir}/fixwwps
+%{_bindir}/getafm
+%{_bindir}/includeres
+%{_bindir}/psbook
+%{_bindir}/psmerge
+%{_bindir}/psnup
+%{_bindir}/psresize
+%{_bindir}/psselect
+%{_bindir}/pstops
+%{_bindir}/showchar
 %{_mandir}/man1/epsffit.1.gz
 %{_mandir}/man1/extractres.1.gz
 %{_mandir}/man1/fixdlsrps.1.gz
@@ -122,8 +111,8 @@
 %{_mandir}/man1/psresize.1.gz
 %{_mandir}/man1/psselect.1.gz
 %{_mandir}/man1/pstops.1.gz
-%dir /usr/share/psutils/
-/usr/share/psutils/md68_0.ps
-/usr/share/psutils/md71_0.ps
+%dir %{_datadir}/psutils/
+%{_datadir}/psutils/md68_0.ps
+%{_datadir}/psutils/md71_0.ps
 
 %changelog

++++++ psutils-p17.tar.gz ++++++

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to