Hello community,

here is the log from the commit of package pngcheck for openSUSE:Factory 
checked in at 2015-08-03 17:21:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pngcheck (Old)
 and      /work/SRC/openSUSE:Factory/.pngcheck.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pngcheck"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pngcheck/pngcheck.changes        2013-08-14 
22:57:41.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pngcheck.new/pngcheck.changes   2015-08-03 
17:22:05.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Aug  2 09:37:14 UTC 2015 - [email protected]
+
+- Use url for source
+- Cleanup spec file with spec-cleaner
+
+-------------------------------------------------------------------

Old:
----
  pngcheck-2.3.0.tar.bz2

New:
----
  pngcheck-2.3.0.tar.gz

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

Other differences:
------------------
++++++ pngcheck.spec ++++++
--- /var/tmp/diff_new_pack.YY02Bi/_old  2015-08-03 17:22:06.000000000 +0200
+++ /var/tmp/diff_new_pack.YY02Bi/_new  2015-08-03 17:22:06.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package lilypond
+# spec file for package pngcheck
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,18 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           pngcheck
 Version:        2.3.0
 Release:        0
 Summary:        PNG file format checker
-Source:         %{name}-%{version}.tar.bz2
-URL:            http://www.libpng.org/pub/png/apps/pngcheck.html
-Group:          Productivity/Graphics/Other
 License:        HPND and GPL-2.0+
-BuildRoot:      %{_tmppath}/build-%{name}-%{version}
-BuildRequires:  make zlib-devel
-Patch:          fixbuild.diff
+Group:          Productivity/Graphics/Other
+Url:            http://www.libpng.org/pub/png/apps/pngcheck.html
+Source:         
http://prdownloads.sourceforge.net/png-mng/%{name}-%{version}.tar.gz
 Source2:        %{name}.1.gz
+Patch0:         fixbuild.diff
+BuildRequires:  zlib-devel
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 pngcheck verifies the integrity of PNG, JNG and MNG files (by checking the
@@ -41,18 +42,18 @@
 
 %prep
 %setup -q
-%patch -p1
+%patch0 -p1
 
 %build
-make -f Makefile.unx
+make %{?_smp_mflags} -f Makefile.unx
 
 %install
-%__install -m 755 -d ${RPM_BUILD_ROOT}%{_bindir}
-%__install -m 755 %{name} %{buildroot}%{_bindir}/
-%__install -m 755 pngsplit %{buildroot}%{_bindir}/
-%__install -m 755 png-fix-IDAT-windowsize %{buildroot}%{_bindir}/
-%__install -m 755 -d ${RPM_BUILD_ROOT}%{_mandir}/man1/
-%__install -m 0644 %{SOURCE2} %{buildroot}%{_mandir}/man1/
+install -m 755 -d %{buildroot}%{_bindir}
+install -m 755 %{name} %{buildroot}%{_bindir}/
+install -m 755 pngsplit %{buildroot}%{_bindir}/
+install -m 755 png-fix-IDAT-windowsize %{buildroot}%{_bindir}/
+install -m 755 -d %{buildroot}%{_mandir}/man1/
+install -m 0644 %{SOURCE2} %{buildroot}%{_mandir}/man1/
 
 %files
 %defattr(-,root,root)



Reply via email to