forked from pool/xpinguin
This commit is contained in:
parent
1e2623100c
commit
e4171756c7
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 5 15:58:39 CEST 2007 - coolo@suse.de
|
||||||
|
|
||||||
|
- put the desktop file into the package
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 2 20:37:39 CEST 2006 - aj@suse.de
|
Wed Aug 2 20:37:39 CEST 2006 - aj@suse.de
|
||||||
|
|
||||||
|
10
xpinguin.desktop
Normal file
10
xpinguin.desktop
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Encoding=UTF-8
|
||||||
|
Name=Tux
|
||||||
|
GenericName=Linux Mascot
|
||||||
|
Exec=xpinguin
|
||||||
|
Icon=xpinguin
|
||||||
|
Path=
|
||||||
|
Type=Application
|
||||||
|
Terminal=false
|
||||||
|
X-KDE-StartupNotify=false
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xpinguin (Version 1.0.2)
|
# spec file for package xpinguin (Version 1.0.2)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, 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.
|
||||||
#
|
#
|
||||||
@ -12,14 +12,15 @@
|
|||||||
|
|
||||||
Name: xpinguin
|
Name: xpinguin
|
||||||
BuildRequires: update-desktop-files xorg-x11-devel
|
BuildRequires: update-desktop-files xorg-x11-devel
|
||||||
License: GPL
|
License: GPL v2 or later
|
||||||
Group: Amusements/Toys/Graphics
|
Group: Amusements/Toys/Graphics
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Summary: The 'Logo' of Linux 2.0
|
Summary: The 'Logo' of Linux 2.0
|
||||||
Version: 1.0.2
|
Version: 1.0.2
|
||||||
Release: 1036
|
Release: 1097
|
||||||
Source: xpinguin.tar.gz
|
Source: xpinguin.tar.gz
|
||||||
Source1: pinguin.png
|
Source1: xpinguin.png
|
||||||
|
Source2: xpinguin.desktop
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -44,8 +45,6 @@ make
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install install.man
|
make DESTDIR=$RPM_BUILD_ROOT install install.man
|
||||||
rm -f $RPM_BUILD_ROOT/usr/X11R6/man/man1/xpinguin.1x.gz
|
rm -f $RPM_BUILD_ROOT/usr/X11R6/man/man1/xpinguin.1x.gz
|
||||||
install -d $RPM_BUILD_ROOT/usr/share/pixmaps
|
|
||||||
install -m 644 %{SOURCE1} $RPM_BUILD_ROOT/usr/share/pixmaps
|
|
||||||
%suse_update_desktop_file -i xpinguin Amusement
|
%suse_update_desktop_file -i xpinguin Amusement
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -56,9 +55,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%_bindir/xpinguin
|
%_bindir/xpinguin
|
||||||
%_mandir/man1/xpinguin.1x.gz
|
%_mandir/man1/xpinguin.1x.gz
|
||||||
/usr/share/applications/xpinguin.desktop
|
/usr/share/applications/xpinguin.desktop
|
||||||
/usr/share/pixmaps/pinguin.png
|
/usr/share/pixmaps/xpinguin.png
|
||||||
|
|
||||||
%changelog -n xpinguin
|
%changelog
|
||||||
|
* Thu Jul 05 2007 - coolo@suse.de
|
||||||
|
- put the desktop file into the package
|
||||||
* Wed Aug 02 2006 - aj@suse.de
|
* Wed Aug 02 2006 - aj@suse.de
|
||||||
- Fix paths for X11R7.
|
- Fix paths for X11R7.
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 - mls@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user