This commit is contained in:
parent
52dd050bb6
commit
58a8ac1b83
@ -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
|
Wed Jan 25 21:43:22 CET 2006 - mls@suse.de
|
||||||
|
|
||||||
|
@ -1,31 +1,31 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xpenguins (Version 2.2)
|
# 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
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# 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
|
# norootforbuild
|
||||||
|
|
||||||
Name: xpenguins
|
Name: xpenguins
|
||||||
BuildRequires: update-desktop-files xorg-x11-devel
|
BuildRequires: update-desktop-files xorg-x11-devel
|
||||||
Version: 2.2
|
Version: 2.2
|
||||||
Release: 623
|
Release: 673
|
||||||
License: GPL
|
License: GNU General Public License (GPL)
|
||||||
Group: Amusements/Toys/Background
|
Group: Amusements/Toys/Background
|
||||||
Summary: cute little penguins that walk along the tops of your windows
|
Summary: cute little penguins that walk along the tops of your windows
|
||||||
URL: http://xpenguins.seul.org/
|
URL: http://xpenguins.seul.org/
|
||||||
Source: xpenguins-%{version}.tar.bz2
|
Source: xpenguins-%{version}.tar.bz2
|
||||||
Source1: README.SuSE
|
Source1: README.SuSE
|
||||||
Source2: %name.desktop
|
Source2: %name.desktop
|
||||||
Source3: %name-stop.desktop
|
Source3: %name-stop.desktop
|
||||||
Source4: %name.png
|
Source4: %name.png
|
||||||
Source5: %name-stop.png
|
Source5: %name-stop.png
|
||||||
Patch: xpenguins-%{version}-typo.diff
|
Patch: xpenguins-%{version}-typo.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This program animates a friendly family of penguins on your root
|
This program animates a friendly family of penguins on your root
|
||||||
@ -50,9 +50,7 @@ cp %{S:1} %{S:4} %{S:5} .
|
|||||||
aclocal
|
aclocal
|
||||||
automake -a
|
automake -a
|
||||||
autoconf
|
autoconf
|
||||||
CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
%configure
|
||||||
./configure --prefix=%{_prefix} \
|
|
||||||
--mandir=%{_mandir}
|
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -76,6 +74,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/usr/share/applications/*.desktop
|
/usr/share/applications/*.desktop
|
||||||
|
|
||||||
%changelog -n xpenguins
|
%changelog -n xpenguins
|
||||||
|
* Thu Jan 25 2007 - meissner@suse.de
|
||||||
|
- use RPM_OPT_FLAGS
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 - mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Tue Mar 30 2004 - sbrabec@suse.cz
|
* Tue Mar 30 2004 - sbrabec@suse.cz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user