diff --git a/xpenguins.changes b/xpenguins.changes index e6f4797..80ce4ea 100644 --- a/xpenguins.changes +++ b/xpenguins.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 25 18:13:05 CET 2007 - meissner@suse.de + +- use RPM_OPT_FLAGS + ------------------------------------------------------------------- Wed Jan 25 21:43:22 CET 2006 - mls@suse.de diff --git a/xpenguins.spec b/xpenguins.spec index 92a4afe..494a7ef 100644 --- a/xpenguins.spec +++ b/xpenguins.spec @@ -1,31 +1,31 @@ # # spec file for package xpenguins (Version 2.2) # -# Copyright (c) 2004 SuSE Linux AG, Nuernberg, Germany. +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # -# Please submit bugfixes or comments via http://www.suse.de/feedback/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild -Name: xpenguins -BuildRequires: update-desktop-files xorg-x11-devel -Version: 2.2 -Release: 623 -License: GPL -Group: Amusements/Toys/Background -Summary: cute little penguins that walk along the tops of your windows -URL: http://xpenguins.seul.org/ -Source: xpenguins-%{version}.tar.bz2 -Source1: README.SuSE -Source2: %name.desktop -Source3: %name-stop.desktop -Source4: %name.png -Source5: %name-stop.png -Patch: xpenguins-%{version}-typo.diff -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Name: xpenguins +BuildRequires: update-desktop-files xorg-x11-devel +Version: 2.2 +Release: 673 +License: GNU General Public License (GPL) +Group: Amusements/Toys/Background +Summary: cute little penguins that walk along the tops of your windows +URL: http://xpenguins.seul.org/ +Source: xpenguins-%{version}.tar.bz2 +Source1: README.SuSE +Source2: %name.desktop +Source3: %name-stop.desktop +Source4: %name.png +Source5: %name-stop.png +Patch: xpenguins-%{version}-typo.diff +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This program animates a friendly family of penguins on your root @@ -50,9 +50,7 @@ cp %{S:1} %{S:4} %{S:5} . aclocal automake -a autoconf -CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" -./configure --prefix=%{_prefix} \ - --mandir=%{_mandir} +%configure make %install @@ -76,6 +74,8 @@ rm -rf $RPM_BUILD_ROOT /usr/share/applications/*.desktop %changelog -n xpenguins +* Thu Jan 25 2007 - meissner@suse.de +- use RPM_OPT_FLAGS * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Tue Mar 30 2004 - sbrabec@suse.cz