Hello community,

here is the log from the commit of package pngtoico for openSUSE:Factory
checked in at Mon May 9 10:37:55 CEST 2011.



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

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/pngtoico/pngtoico.changes      2011-04-30 
19:32:17.000000000 +0200
@@ -0,0 +1,46 @@
+-------------------------------------------------------------------
+Sat Apr 30 17:31:53 UTC 2011 - [email protected]
+
+- cleaned up spec file
+
+-------------------------------------------------------------------
+Fri Feb 24 17:17:07 CET 2006 - [email protected]
+
+- update to version 1.0.1 
+  Update fixes only legal issue [#152758]
+
+-------------------------------------------------------------------
+Wed Jan 25 21:40:28 CET 2006 - [email protected]
+
+- converted neededforbuild to BuildRequires
+
+-------------------------------------------------------------------
+Tue Jan 17 22:32:23 CET 2006 - [email protected]
+
+- Don't strip binaries.
+
+-------------------------------------------------------------------
+Wed Nov  2 21:41:03 CET 2005 - [email protected]
+
+- don't build as root 
+
+-------------------------------------------------------------------
+Thu Jun 16 16:10:59 CEST 2005 - [email protected]
+
+- use RPM_OPT_FLAGS correctly.
+
+-------------------------------------------------------------------
+Mon Jan 13 16:06:13 CET 2003 - [email protected]
+
+- also add -lm 
+
+-------------------------------------------------------------------
+Thu Jul  4 02:15:06 CEST 2002 - [email protected]
+
+- add -lz for libpng 
+
+-------------------------------------------------------------------
+Wed Apr 17 17:59:07 CEST 2002 - [email protected]
+
+- first version of this packge (version 1.0)
+

calling whatdependson for head-i586


New:
----
  pngtoico-1.0.1.tar.bz2
  pngtoico-makefile.patch
  pngtoico.changes
  pngtoico.spec

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

Other differences:
------------------
++++++ pngtoico.spec ++++++
#
# spec file for package pngtoico
#
# Copyright (c) 2011 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:           pngtoico
Version:        1.0.1
Release:        131
License:        GPL
Summary:        Utility to convert PNG images to Microsoft ICO format
Url:            http://www.kernel.org/pub/software/graphics/pngtoico/
Group:          Productivity/Graphics/Convertors
Source0:        %{name}-%{version}.tar.bz2
# PATCH-FIX-OPENSUSE pngtoico-makefile.patch -- adjusts path and linkage
Patch0:         %{name}-makefile.patch
BuildRequires:  libpng-devel
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
pngtoico is a small utility to convert a set of PNG images to Microsoft
ICO format. Supports transparency.

%prep
%setup -q
%patch0
%{?suse_update_config:%{suse_update_config -f}}

%build
make CFLAGS="%{optflags}"

%install
make "INSTALLROOT=%{buildroot}" install

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc %{_mandir}/man1/pngtoico.1.gz
%{_bindir}/pngtoico

%changelog
++++++ pngtoico-makefile.patch ++++++
--- Makefile
+++ Makefile
@@ -15,15 +15,15 @@
 ##
 
 INSTALLROOT =
-prefix      = /usr/local
+prefix      = /usr
 bindir     = $(prefix)/bin
-mandir      = $(prefix)/man
+mandir      = $(prefix)/share/man
 man1dir     = $(mandir)/man1
 
 CC      = gcc -W -Wall
 CFLAGS  = -O2 -fomit-frame-pointer
-LDFLAGS = -s
-LIBS    = -lpng
+LDFLAGS = 
+LIBS    = -lpng -lz -lm
 INSTALL = install
 INSTALL_EXEC = $(INSTALL) -c -m 755
 INSTALL_DATA = $(INSTALL) -c -m 644

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



Remember to have fun...

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

Reply via email to