rpms/gdeskcal/FC-6 gdeskcal.patch,NONE,1.1 gdeskcal.spec,1.18,1.19

Paul F. Johnson (pfj) fedora-extras-commits at redhat.com
Fri Feb 16 01:53:55 UTC 2007


Author: pfj

Update of /cvs/extras/rpms/gdeskcal/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25808/FC-6

Modified Files:
	gdeskcal.spec 
Added Files:
	gdeskcal.patch 
Log Message:
auto-import gdeskcal-1.0-11 on branch FC-6 from gdeskcal-1.0-11.src.rpm

gdeskcal.patch:

--- NEW FILE gdeskcal.patch ---
--- gDeskCal-1.0/code/CalMediator.py	2006-08-06 11:48:56.000000000 +0100
+++ gDeskCal-1.0/code/CalMediator-new.py	2006-12-27 22:49:15.000000000 +0000
@@ -329,7 +329,7 @@
         about.set_comments(_("Keep in touch with your appointments."))
         
         about.show()
-
+        about.destroy()
 
 
     #


Index: gdeskcal.spec
===================================================================
RCS file: /cvs/extras/rpms/gdeskcal/FC-6/gdeskcal.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- gdeskcal.spec	3 Nov 2006 12:39:05 -0000	1.18
+++ gdeskcal.spec	16 Feb 2007 01:53:23 -0000	1.19
@@ -1,6 +1,6 @@
 Name:           gdeskcal
 Version:        1.0
-Release:        9%{?dist}
+Release:        11%{?dist}
 Summary:        Eye-candy calendar for your desktop
 Group:          User Interface/Desktops
 License:        GPL
@@ -8,6 +8,7 @@
 Source0:        http://www.pycage.de/download/gDeskCal-1.0.tar.gz
 Source1:        gdeskcal.png
 Source2:        gdeskcal.desktop
+Patch0:		gdeskcal.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  desktop-file-utils, pygtk2-devel, perl(XML::Parser), gettext
@@ -22,12 +23,21 @@
 transparency with smooth alpha-blending and its appearance can be changed
 completely by using skins.
 
+%package languages
+Summary: Locale language files for gdesklets
+Group: Documentation
+
+%description languages
+Locale language files for gdesklets
+
 %prep
 %setup -q -n gDeskCal-%{version}
+%patch0 -p1 -b .original
 
 %build
 %configure
-make %{?_smp_mflags}
+make 
+# no multi build as it's annoying the buildsys
 
 %install
 rm -rf %{buildroot}
@@ -61,9 +71,20 @@
 %{_datadir}/pixmaps/%{name}.png
 %{_libdir}/%{name}/
 
+%files languages -f gdesklets.lang
+
 %changelog
+* Fri Feb 16 2007 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.0-11
+- removed the languages files from the main package
+
+* Wed Dec 27 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.0-10
+- added fix for about dialog
+
 * Fri Nov 03 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.0-9
-- added gettext
+- added BR gettext
+
+* Thu Nov 02 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.0-8
+- removed the smp_mflags as it was annoying the RH buildsys
 
 * Thu Nov 02 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.0-7
 - added perl(xml::parser)




More information about the scm-commits mailing list