Hello community,

here is the log from the commit of package imgvtopgm for openSUSE:Factory 
checked in at 2014-12-21 12:04:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/imgvtopgm (Old)
 and      /work/SRC/openSUSE:Factory/.imgvtopgm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "imgvtopgm"

Changes:
--------
--- /work/SRC/openSUSE:Factory/imgvtopgm/imgvtopgm.changes      2011-09-23 
02:03:30.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.imgvtopgm.new/imgvtopgm.changes 2014-12-21 
12:04:25.000000000 +0100
@@ -1,0 +2,6 @@
+Sun Oct  5 20:41:13 UTC 2014 - [email protected]
+
+- Update homepage URL, remove ancient/redundant sections from
+  specfile, use modern macros.
+
+-------------------------------------------------------------------

Old:
----
  imgvtopgm-2.0.tar.bz2

New:
----
  imgvtopgm-2.0.tar.gz

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

Other differences:
------------------
++++++ imgvtopgm.spec ++++++
--- /var/tmp/diff_new_pack.L2lCL3/_old  2014-12-21 12:04:26.000000000 +0100
+++ /var/tmp/diff_new_pack.L2lCL3/_new  2014-12-21 12:04:26.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package imgvtopgm (Version 2.0)
+# spec file for package imgvtopgm
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           imgvtopgm
-BuildRequires:  libnetpbm-devel
-License:        GPL-2.0+
-Group:          Productivity/Graphics/Convertors
-Requires:       netpbm
-AutoReqProv:    on
 Version:        2.0
-Release:        676
+Release:        0
 Summary:        Palm Pilot Image Viewer to PGM Converter
-Source:         http://www.trends.net/~mu/srcs/%{name}-%{version}.tar.bz2
+License:        GPL-2.0+
+Group:          Productivity/Graphics/Convertors
+Url:            http://sf.net/projects/imgvtopgm/
+
+#SVN-Clone:    svn://svn.code.sf.net/p/imgvtopgm/code/trunk
+Source:         http://downloads.sf.net/%name/%name-%version.tar.gz
 Patch:          %{name}-%{version}-warnings-fix.diff
-Url:            http://www.trends.net/~mu/pilot.html
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  libnetpbm-devel
+Requires:       netpbm
 
 %description
 Tools for converting Pilot Image Viewer pdb files to and from Portable
@@ -48,29 +47,21 @@
     Eric Howe <[email protected]>
 
 %prep
-%setup
+%setup -qn %name-%version.orig
 %patch
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" \
-CXXFLAGS="$RPM_OPT_FLAGS" \
-LIBS="-lm" \
-./configure --mandir=%{_mandir} \
-                --prefix=%{_prefix} \
-                --datadir=%{_prefix}/share
-make LDFLAGS=
+%configure
+make %{?_smp_mflags}
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install 
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+%make_install
 
 %files
 %defattr(-,root,root)
 %doc AUTHORS  CREDITS  INSTALL  NEWS Pilot16 COPYING  ChangeLog  Pilot README
 %doc samples/
-%{_prefix}/bin/*
-%{_prefix}/share/man/man1/*
+%_bindir/*
+%_mandir/man1/*.1*
 
 %changelog

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

Reply via email to