rpms/gdeskcal/devel gdeskcal.patch, NONE, 1.1 gdeskcal.spec, 1.19, 1.20

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


Author: pfj

Update of /cvs/extras/rpms/gdeskcal/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25703/devel

Modified Files:
	gdeskcal.spec 
Added Files:
	gdeskcal.patch 
Log Message:
auto-import gdeskcal-1.0-11 on branch devel 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/devel/gdeskcal.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- gdeskcal.spec	27 Dec 2006 22:55:35 -0000	1.19
+++ gdeskcal.spec	16 Feb 2007 01:51:55 -0000	1.20
@@ -1,6 +1,6 @@
 Name:           gdeskcal
 Version:        1.0
-Release:        10%{?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,8 +23,16 @@
 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
@@ -62,9 +71,14 @@
 %{_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
-- rebuild
+- added fix for about dialog
 
 * Fri Nov 03 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.0-9
 - added BR gettext




More information about the scm-commits mailing list