rpms/gdesklets/devel .cvsignore, 1.3, 1.4 gdesklets.spec, 1.20, 1.21 sources, 1.3, 1.4

Luya Tshimbalanga (luya) fedora-extras-commits at redhat.com
Wed Nov 8 05:48:16 UTC 2006


Author: luya

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

Modified Files:
	.cvsignore gdesklets.spec sources 
Log Message:
updated tarball and spec files


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gdesklets/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	17 Jan 2006 23:21:09 -0000	1.3
+++ .cvsignore	8 Nov 2006 05:47:46 -0000	1.4
@@ -1 +1 @@
-gDesklets-0.35.3.tar.bz2
+gDesklets-0.35.4.tar.bz2


Index: gdesklets.spec
===================================================================
RCS file: /cvs/extras/rpms/gdesklets/devel/gdesklets.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- gdesklets.spec	31 Aug 2006 21:59:38 -0000	1.20
+++ gdesklets.spec	8 Nov 2006 05:47:46 -0000	1.21
@@ -1,16 +1,15 @@
-Name:           gdesklets
-Version:        0.35.3
-Release:        14%{?dist}
-Summary:        Advanced architecture for desktop applets
-
-Group:          User Interface/Desktops
-License:        GPL
-
-URL:            http://www.gdesklets.org/
-Source0:        http://www.gdesklets.org/releases/gDesklets-%{version}.tar.bz2
-Patch0:		Pyorbit-1.0-fix.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Name:		gdesklets
+Version:	0.35.4
+Release:	1%{?dist}
+Summary:	An interactive Imlib2 console for the X Window system
 
+Group:		User Interface/Desktops
+License:	GPL
+
+URL:		http://www.gdesklets.org/
+Source0:	http://www.gdesklets.org/releases/gDesklets-%{version}.tar.bz2
+
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel > 2.0.0, pyorbit-devel , pygtk2-devel > 2.4.0, 
 BuildRequires:  librsvg2-devel, libgtop2-devel >= 2.8.0, gettext   
@@ -18,9 +17,7 @@
 BuildRequires:  gnome-python2 >= 2.0.0, libgnome-devel > 2.6.0, desktop-file-utils
 Requires:	gnome-python2-gconf >= 2.6.0
 Requires:	python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
-#Requires(post): desktop-file-utils
 Requires(post): shared-mime-info
-#Requires(postun): desktop-file-utils
 Requires(postun): shared-mime-info
 
 
@@ -32,7 +29,6 @@
 
 %prep
 %setup -q -n gDesklets-%{version}
-%patch0 -p1
 
 %build
 
@@ -47,12 +43,12 @@
 %find_lang %{name}
 
 desktop-file-install --vendor=fedora  \
-  --dir ${RPM_BUILD_ROOT}%{_datadir}/applications         \
-  --add-category X-Fedora \
-  --add-category Accessories \
-  --add-category Application \
-  --add-category Utility \
-        data/%{name}.desktop
+	--dir ${RPM_BUILD_ROOT}%{_datadir}/applications         \
+	--add-category X-Fedora \
+	--add-category Accessories \
+	--add-category Application \
+	--add-category Utility \
+	data/%{name}.desktop
 
 mkdir -p  ${RPM_BUILD_ROOT}{%{_bindir},%{_datadir}/%{name}/data/}
 ln -sf ../../../../%{_datadir}/pixmaps/%{name}.png ${RPM_BUILD_ROOT}/%{_libdir}/%{name}/data/%{name}.png
@@ -65,12 +61,9 @@
 
 %post
 update-mime-database %{_datadir}/mime &> /dev/null || :
-#update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
-
 
 %postun
 update-mime-database %{_datadir}/mime &> /dev/null || :
-#update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
 
 
 %clean
@@ -90,43 +83,32 @@
 
 
 %changelog
-* Thu Aug 31 2006 Luya Tshimbalanga <luya_tfz at thefinalzone.com> - 0.35-3-14
+* Tue Nov 07 2006 Luya Tshimbalanga <luya_tfz at thefinalzone.com> - 0.35.4-1
+- Removed patch no longer needed
+- Updated to 0.35.4
+
+* Thu Aug 31 2006 Luya Tshimbalanga <luya_tfz at thefinalzone.com> - 0.35.3-14
 - Add patch related to pyorbit due to upstream bug
 
-* Wed Aug 30 2006 Luya Tshimbalanga <luya_tfz at thefinalzone.com> - 0.35-3-13.2
+* Wed Aug 30 2006 Luya Tshimbalanga <luya_tfz at thefinalzone.com> - 0.35.3-13.2
 - pyorbit for FC-4 is 2.0.1 (-_-)
 
-* Wed Aug 30 2006 Luya Tshimbalanga <luya_tfz at thefinalzone.com> - 0.35-3-13
+* Wed Aug 30 2006 Luya Tshimbalanga <luya_tfz at thefinalzone.com> - 0.35.3-13
 - Fixed a silly typo
 - Added intltool for BuildRequires
 
-* Sun Aug 27 2006 Luya Tshimbalanga <luya_tfz at thefinalzone.com> - 0.35-3-10
+* Sun Aug 27 2006 Luya Tshimbalanga <luya_tfz at thefinalzone.com> - 0.35.3-10
 - Removed unecessary comment
 
-* Tue Aug 01 2006 Luya Tshimbalanga <luya_tfz at thefinalzone.com> - 0.35.3-9
-- Rebuilt
-
 * Wed Apr 19 2006 Luya Tshimbalanga <luya_tfz at thefinalzone.com> - 0.35.3-8
 - Remove conditional sign for pyorbit-devel
 
-* Mon Apr 03 2006 Luya Tshimbalanga <luya_tfz at thefinalzone.com> - 0.35.3-7
-- Bump 
-
-* Mon Apr 03 2006 Luya Tshimbalanga <luya_tfz at thefinalzone.com> - 0.35.3-6
-- Bump 
-
 * Mon Apr 03 2006 Luya Tshimbalanga <luya_tfz at thefinalzone.com> - 0.35.3-5
 - Ajusted pyorbit requirement for ppc64
 
 * Thu Jan 19 2006 Luya Tshimbalanga <luya_tfz at thefinalzone.com> - 0.35.3-4
 - Rebuild for Fedora Extras 5
 
-* Thu Jan 19 2006 Luya Tshimbalanga <luya_tfz at thefinalzone.com> - 0.35.3-2
-- Rebuilt
-
-* Mon Jan 16 2006 Luya Tshimbalanga <luya_tfz at thefinalzone.com> - 0.35.3-1.1
-- Rebuilt
-
 * Mon Jan 16 2006 Luya Tshimbalanga <luya_tfz at thefinalzone.com> - 0.35.3-1
 - Updated to 0.35.3
 - Removed thumbmail
@@ -159,27 +141,14 @@
 - Fixed the right path for symbolic link
 
 * Sat Dec 3 2005 Luya Tshimbalanga <luya_tfz at thefinalzone.com> - 0.35.2-19
-- Added disable-schemas-install on %_configure
+- Added disable-schemas-install on configure
 - Trying to symlink using nrpms method based on FC3 version
 
 * Tue Nov 29 2005 Luya Tshimbalanga <luya_tfz at thefinalzone.com> - 0.35.2-18
 - Added patch against NullObject.py (thanks jwb)
 
 * Tue Nov 29 2005 Luya Tshimbalanga <luya_tfz at thefinalzone.com> - 0.35.2-17
-- Reorganized names and fixed %_install
-
-
-* Mon Nov 21 2005 Luya Tshimbalanga <luya_tfz at thefinalzone.com> - 0.35.2-16
-- Rebuild
-
-* Mon Nov 21 2005 Luya Tshimbalanga <luya_tfz at thefinalzone.com> - 0.35.2-15
-- Fixed %_install
-
-* Mon Nov 21 2005 Luya Tshimbalanga <luya_tfz at thefinalzone.com> - 0.35.2-14
-- Bump
-
-* Mon Nov 21 2005 Luya Tshimbalanga <luya_tfz at thefinalzone.com> - 0.35.2-13
-- Bump
+- Reorganized names and fixed install
 
 * Mon Nov 21 2005 Luya Tshimbalanga <luya_tfz at thefinalzone.com> - 0.35.2-12
 - Removed pygtk2
@@ -197,12 +166,6 @@
 * Fri Nov 18 2005 Luya Tshimbalanga <luya_tfz at thefinalzone.com> - 0.35.2-8
 - Fixed error on mime.cache
 
-* Fri Nov 18 2005 Luya Tshimbalanga <luya_tfz at thefinalzone.com> - 0.35.2-7
-- Rebuilt
-
-* Fri Nov 18 2005 Luya Tshimbalanga <luya_tfz at thefinalzone.com> - 0.35.2-6
-- Rebuilt
-
 * Wed Nov 16 2005 Luya Tshimbalanga <luya_tfz at thefinalzone.com> - 0.35.2-5
 - Added desktop-file-utils command for post and postun
 
@@ -212,8 +175,5 @@
 * Sat Nov 12 2005 Luya Tshimbalanga <luya_tfz at thefinalzone.com> - 0.35.2-3
 - Enhanced codes to be FedoraGuide compliant (thanks to Brian Pepple (bdpepple at ameritech.net))
 
-* Sat Nov 12 2005 Luya Tshimbalanga <luya_tfz at thefinalzone.com> - 0.35.2-2
-- bump
-
 * Sat Nov 12 2005 Luya Tshimbalanga <luya_tfz at thefinalzone.com> - 0.35.2-1
 - Initial Fedora Extras package


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gdesklets/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	17 Jan 2006 23:21:09 -0000	1.3
+++ sources	8 Nov 2006 05:47:46 -0000	1.4
@@ -1 +1 @@
-3f9ce7f2ca4522bc96cb9bc4a4b91774  gDesklets-0.35.3.tar.bz2
+2b4318ed80d451afd38a9f235dfb400a  gDesklets-0.35.4.tar.bz2




More information about the fedora-extras-commits mailing list