rpms/kdegames/F-9 kdegames.spec,1.97,1.98 sources,1.58,1.59

Lukas Tinkl ltinkl at fedoraproject.org
Wed Jan 28 15:43:27 UTC 2009


Author: ltinkl

Update of /cvs/extras/rpms/kdegames/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12672

Modified Files:
	kdegames.spec sources 
Log Message:
KDE 4.2.0



Index: kdegames.spec
===================================================================
RCS file: /cvs/extras/rpms/kdegames/F-9/kdegames.spec,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- kdegames.spec	9 Jan 2009 00:05:00 -0000	1.97
+++ kdegames.spec	28 Jan 2009 15:42:57 -0000	1.98
@@ -1,15 +1,14 @@
-%define _default_patch_fuzz 2
 %{!?_ggz_datadir:%define _ggz_datadir %(ggz-config --datadir >& /dev/null ||:)}
 
 Name:    kdegames
 Summary: K Desktop Environment 4 - Games
 Epoch:   6
-Version: 4.1.4
+Version: 4.2.0
 Release: 1%{?dist}
 
 License: GPLv2
 URL:     http://www.kde.org/
-Group:   Amusements/Games 
+Group:   Amusements/Games
 Source0: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/kdegames-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -22,11 +21,9 @@
 Obsoletes: ksirk < %{version}-%{release}
 Provides:  ksirk = %{version}-%{release}
 
-BuildRequires: cmake 
 BuildRequires: ggz-client-libs-devel
 BuildRequires: kdelibs4-devel >= %{version}
-# for macros.kde4
-BuildRequires: kde-filesystem
+BuildRequires: qca2-devel
 
 %{?_kde4_macros_api:Requires: kde4-macros(api) = %{_kde4_macros_api} }
 Requires: %{name}-libs = %{?epoch:%{epoch}:}%{version}-%{release}
@@ -36,7 +33,9 @@
 
 %description
 Games for the K Desktop Environment 4, including:
+* bomber
 * bovo
+* kapman
 * katomic
 * kbackgammon
 * kbattleship
@@ -47,6 +46,7 @@
 * kdiamond
 * kfourinline
 * kgoldrunner
+* killbots
 * kiriki
 * kjumpingcube
 * klines
@@ -103,7 +103,7 @@
 %install
 rm -rf %{buildroot}
 
-make install DESTDIR=%{buildroot} -C %{_target_platform}
+make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
 
 # HACK, FIXME
 install -m644 -p -D ./kbattleship/src/module.dsc %{buildroot}%{_ggz_datadir}/kbattleship.dsc
@@ -130,7 +130,7 @@
 %{_ggz_config} --remove --modfile=%{_ggz_datadir}/ksquares.dsc ||:
 fi
 
-%postun 
+%postun
 xdg-icon-resource forceupdate --theme hicolor 2> /dev/null || :
 xdg-icon-resource forceupdate --theme locolor 2> /dev/null || :
 xdg-icon-resource forceupdate --theme oxygen 2> /dev/null || :
@@ -152,6 +152,8 @@
 %{_kde4_appsdir}/*
 %exclude %{_kde4_appsdir}/cmake/
 %{_kde4_configdir}/*
+%{_kde4_datadir}/sounds/*.ogg
+%{_kde4_datadir}/sounds/*/*.ogg
 %{_kde4_datadir}/applications/kde4/*
 %{_kde4_datadir}/config.kcfg/*
 %{_kde4_docdir}/HTML/en/*
@@ -162,7 +164,7 @@
 %{_ggz_datadir}/kreversi.dsc
 %{_ggz_datadir}/ksquares.dsc
 
-%files libs 
+%files libs
 %defattr(-,root,root,-)
 %doc COPYING
 %{_kde4_libdir}/lib*.so.*
@@ -175,11 +177,33 @@
 
 
 %changelog
-* Fri Jan  9 2009 Lukáš Tinkl <ltinkl at redhat.com> 4.1.4-1
-- KDE 4.1.4
+* Thu Jan 22 2009 Than Ngo <than at redhat.com> - 4.2.0-1
+- 4.2.0
 
-* Wed Nov  5 2008 Lukáš Tinkl <ltinkl at redhat.com> 4.1.3-1
-- KDE 4.1.3
+* Wed Jan 07 2009 Than Ngo <than at redhat.com> - 4.1.96-1
+- 4.2rc1
+
+* Fri Dec 12 2008 <than at redhat.com> 4.1.85-1
+- 4.2beta2
+
+* Fri Dec 05 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> 6:4.1.80-4
+- rebuild for fixed kde-filesystem (macros.kde4) (get rid of rpaths)
+
+* Thu Dec 04 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> 6:4.1.80-3
+- add missing BR qca2-devel (for ksirk)
+- add killbots, kapman and bomber to the description
+
+* Thu Nov 20 2008 Than Ngo <than at redhat.com> 4.1.80-2
+- merged
+
+* Thu Nov 20 2008 Lorenzo Villani <lvillani at binaryhelix.net> 6:4.1.80-1
+- 4.1.80
+- BR cmake >= 2.6.2
+- make install/fast
+- drop _default_patch_fuzz 2
+
+* Wed Nov 12 2008 Than Ngo <than at redhat.com> 4.1.3-1
+- 4.1.3
 
 * Mon Sep 29 2008 Rex Dieter <rdieter at fedoraproject.org> 4.1.2-2
 - make VERBOSE=1
@@ -318,7 +342,7 @@
 - cleanup
 
 * Tue Mar 06 2007 Than Ngo <than at redhat.com> - 6:3.5.6-2.fc7
-- cleanup 
+- cleanup
 
 * Wed Feb 07 2007 Than Ngo <than at redhat.com> 6:3.5.6-1.fc7
 - 3.5.6
@@ -351,7 +375,7 @@
 * Tue Feb 07 2006 Jesse Keating <jkeating at redhat.com> - 6:3.5.1-1.1
 - rebuilt for new gcc4.1 snapshot and glibc changes
 
-* Fri Feb 03 2006 Than Ngo <than at redhat.com> 6:3.5.1-1 
+* Fri Feb 03 2006 Than Ngo <than at redhat.com> 6:3.5.1-1
 - 3.5.1
 
 * Fri Dec 09 2005 Jesse Keating <jkeating at redhat.com>
@@ -396,7 +420,7 @@
 * Mon Oct 18 2004 Than Ngo <than at redhat.com> 6:3.3.1-2
 - add missing klickety icons #135614
 
-* Wed Oct 13 2004 Than Ngo <than at redhat.com> 6:3.3.1-1 
+* Wed Oct 13 2004 Than Ngo <than at redhat.com> 6:3.3.1-1
 - update to 3.3.1
 
 * Fri Oct 08 2004 Than Ngo <than at redhat.com> 6:3.3.0-2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/kdegames/F-9/sources,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- sources	9 Jan 2009 00:05:00 -0000	1.58
+++ sources	28 Jan 2009 15:42:57 -0000	1.59
@@ -1 +1 @@
-b18b4b89c83ea20a76bab5fac03bcc0b  kdegames-4.1.4.tar.bz2
+68cefd627025be99ba136e5a4e35e554  kdegames-4.2.0.tar.bz2




More information about the fedora-extras-commits mailing list