Hello community,

here is the log from the commit of package pngcheck for openSUSE:Factory 
checked in at 2013-08-14 22:57:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pngcheck (Old)
 and      /work/SRC/openSUSE:Factory/.pngcheck.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pngcheck"

Changes:
--------
New Changes file:

--- /dev/null   2013-07-23 23:44:04.804033756 +0200
+++ /work/SRC/openSUSE:Factory/.pngcheck.new/pngcheck.changes   2013-08-14 
22:57:41.000000000 +0200
@@ -0,0 +1,10 @@
+-------------------------------------------------------------------
+Fri Aug  9 08:55:32 UTC 2013 - [email protected]
+
+- micro spec file cleanup, created *.changes
+
+-------------------------------------------------------------------
+Sat Aug 30 08:54:34 UTC 2009 - [email protected]
+
+- created 2.3.0
+

New:
----
  fixbuild.diff
  pngcheck-2.3.0.tar.bz2
  pngcheck.1.gz
  pngcheck.changes
  pngcheck.spec

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

Other differences:
------------------
++++++ pngcheck.spec ++++++
#
# spec file for package lilypond
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# 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
Source2:        %{name}.1.gz

%description
pngcheck verifies the integrity of PNG, JNG and MNG files (by checking the
internal 32-bit CRCs or checksums) and optionally dumps almost all of the
chunk-level information in the image in human-readable form. For example, it
can be used to print the basic stats about an image (dimensions, bit depth,
etc.); to list the color and transparency info in its palette; or to extract
the embedded text annotations. All PNG and JNG chunks are supported, plus
almost all MNG chunks (everything but PAST, DISC, tERm, DROP, DBYK, and
ORDR). This is a command-line program with batch capabilities (e.g.,
``pngcheck *.png'').

%prep
%setup -q
%patch -p1

%build
make -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/

%files
%defattr(-,root,root)
%doc CHANGELOG README gpl/COPYING
%{_bindir}/*
%{_mandir}/man1/%{name}.1.gz

%changelog
++++++ fixbuild.diff ++++++
diff -ur pngcheck-2.3.0/Makefile.unx pngcheck-2.3.0_fix//Makefile.unx
--- pngcheck-2.3.0/Makefile.unx 2006-06-18 00:47:35.000000000 +0200
+++ pngcheck-2.3.0_fix//Makefile.unx    2009-08-30 12:26:49.000000000 +0200
@@ -18,18 +18,12 @@
 
 # macros --------------------------------------------------------------------
 
-ZPATH = ../zlib
-ZINC = -I$(ZPATH)
-#ZLIB = -L$(ZPATH) -lz
-ZLIB = $(ZPATH)/libz.a
-
-INCS = $(ZINC)
-LIBS = $(ZLIB)
+LIBS = -lz
 
 CC = gcc
 LD = gcc
 RM = rm
-CFLAGS = -O -Wall $(INCS) -DUSE_ZLIB
+CFLAGS = -O -Wall -DUSE_ZLIB
 # [note that -Wall is a gcc-specific compilation flag ("all warnings on")]
 O = .o
 E =
Nur in pngcheck-2.3.0_fix/: Makefile.unx~.
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to