Hello community,

here is the log from the commit of package kye for openSUSE:Factory checked in 
at 2012-11-16 13:39:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kye (Old)
 and      /work/SRC/openSUSE:Factory/.kye.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kye", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/kye/kye.changes  2011-09-23 02:07:31.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.kye.new/kye.changes     2012-11-16 
13:39:10.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Nov 15 00:43:25 UTC 2012 - [email protected]
+
+- Avoid use of --record-rpm in %install
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ kye.spec ++++++
--- /var/tmp/diff_new_pack.ZK6XgS/_old  2012-11-16 13:39:11.000000000 +0100
+++ /var/tmp/diff_new_pack.ZK6XgS/_new  2012-11-16 13:39:11.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kye
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -16,21 +16,25 @@
 #
 
 
-
 Name:           kye
 Version:        1.0
-Release:        1
-Group:          Amusements/Games/Strategy/Turn Based
+Release:        0
 Summary:        Logic puzzle game with arcade elements
 License:        GPL-2.0+
+Group:          Amusements/Games/Strategy/Turn Based
 Url:            http://games.moria.org.uk/kye/
 
+#Freecode-URL: https://freecode.com/projects/python-kye
 Source:         %name-%version.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  desktop-file-utils python-base update-desktop-files xz
+BuildRequires:  desktop-file-utils
+BuildRequires:  python-base
+BuildRequires:  update-desktop-files
+BuildRequires:  xz
 BuildArch:      noarch
 %py_requires
-Requires:       gdk-pixbuf-loader-rsvg, python-gtk
+Requires:       gdk-pixbuf-loader-rsvg
+Requires:       python-gtk
 
 %description
 This is a clone of the original Kye game for Windows, by Colin Garbutt.
@@ -45,10 +49,6 @@
 different playing pieces, obeying simple rules, combine to create a
 game of enormous variety and complexity.
 
-Authors:
---------
-       Colin Phipps
-
 %prep
 %setup -q
 
@@ -56,8 +56,7 @@
 python setup.py build;
 
 %install
-python setup.py install --prefix=%_prefix --root=%buildroot \
-       --record-rpm=INSTALLED_FILES;
+python setup.py install --prefix=%_prefix --root=%buildroot;
 mkdir -p "%buildroot/%_datadir/pixmaps";
 cp -a kye*icon.png "%buildroot/%_datadir/pixmaps/";
 # convenience
@@ -92,9 +91,13 @@
 %suse_update_desktop_file %name
 %suse_update_desktop_file %name-edit
 
-%files -f INSTALLED_FILES
+%files
 %defattr(-,root,root)
 %_bindir/kye*
-%_datadir/*/*
+%_bindir/Kye*
+%_datadir/%name
+%_datadir/applications/kye*
+%_datadir/pixmaps/kye*
+%python_sitelib/*
 
 %changelog


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

Reply via email to