OBS User unknown 2007-01-25 17:24:49 +00:00 committed by Git OBS Bridge
parent 52dd050bb6
commit 58a8ac1b83
2 changed files with 26 additions and 21 deletions

View File

@ -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

View File

@ -1,11 +1,11 @@
#
# 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
@ -13,8 +13,8 @@
Name: xpenguins
BuildRequires: update-desktop-files xorg-x11-devel
Version: 2.2
Release: 623
License: GPL
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/
@ -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