rpms/gtweakui/devel .cvsignore, 1.2, 1.3 gtweakui.spec, 1.5, 1.6 sources, 1.2, 1.3

Matthias Saou (thias) fedora-extras-commits at redhat.com
Thu Feb 9 11:38:36 UTC 2006


Author: thias

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

Modified Files:
	.cvsignore gtweakui.spec sources 
Log Message:
Update to 0.4.0.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gtweakui/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	9 Nov 2004 02:46:33 -0000	1.2
+++ .cvsignore	9 Feb 2006 11:38:35 -0000	1.3
@@ -1 +1 @@
-gTweakUI-0.0.6.tar.bz2
+gTweakUI-0.4.0.tar.bz2


Index: gtweakui.spec
===================================================================
RCS file: /cvs/extras/rpms/gtweakui/devel/gtweakui.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gtweakui.spec	6 Apr 2005 22:12:00 -0000	1.5
+++ gtweakui.spec	9 Feb 2006 11:38:35 -0000	1.6
@@ -1,18 +1,16 @@
-# $Id$
-
 %define real_name gTweakUI
 
 Summary: Extra configuration dialogs for GNOME
 Name: gtweakui
-Version: 0.0.6
-Release: 5
-
+Version: 0.4.0
+Release: 1%{?dist}
 License: GPL
 Group: User Interface/Desktops
 URL: http://gtweakui.sourceforge.net/
 Source: http://dl.sf.net/gtweakui/%{real_name}-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires: libgnomeui-devel >= 2.4.0, GConf2-devel >= 2.4.0, gettext
+BuildRequires: libgnomeui-devel >= 2.4.0, GConf2-devel >= 2.4.0, gettext-devel
+BuildRequires: perl(XML::Parser)
 Obsoletes: gTweakUI <= 0.0.6
 
 %description
@@ -22,7 +20,7 @@
 %prep
 %setup -n %{real_name}-%{version}
 
-%{__cat} <<EOF >gtweakui-menus.desktop.in
+%{__cat} > gtweakui-menus.desktop.in << EOF
 [Desktop Entry]
 Name=Menus
 Comment=Change extra menu preferences
@@ -36,7 +34,7 @@
 OnlyShowIn=GNOME;
 EOF
 
-%{__cat} <<EOF >gtweakui-nautilus.desktop.in
+%{__cat} > gtweakui-nautilus.desktop.in << EOF
 [Desktop Entry]
 Name=Nautilus
 Comment=Change extra nautilus preferences
@@ -50,7 +48,7 @@
 OnlyShowIn=GNOME;
 EOF
 
-%{__cat} <<EOF >gtweakui-session.desktop.in
+%{__cat} > gtweakui-session.desktop.in << EOF
 [Desktop Entry]
 Name=Session
 Comment=Change extra session preferences
@@ -64,6 +62,7 @@
 OnlyShowIn=GNOME;
 EOF
 
+
 %build
 %configure
 %{__make} %{?_smp_mflags}
@@ -72,35 +71,39 @@
 %install
 %{__rm} -rf %{buildroot}
 %makeinstall
+%find_lang %{real_name}
 
 
 %clean
 %{__rm} -rf %{buildroot}
 
 
-%files
+%files -f %{real_name}.lang
 %defattr(-, root, root, 0755)
-%doc AUTHORS COPYING ChangeLog NEWS README TODO FAQ
+%doc AUTHORS ChangeLog COPYING FAQ NEWS README TODO
 %{_bindir}/*
 %{_datadir}/gTweakUI/
 %{_datadir}/applications/*.desktop
 
 
 %changelog
+* Thu Feb  9 2006 Matthias Saou <http://freshrpms.net/> 0.4.0
+- Update to 0.4.0 to sync with freshrpms.
+
 * Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
 - rebuilt
 
-* Tue Nov 16 2004 Matthias Saou <http://freshrpms.net/> 0.6-4
+* Tue Nov 16 2004 Matthias Saou <http://freshrpms.net/> 0.0.6-4
 - Bump release to provide Extras upgrade path.
 
-* Thu Jul 22 2004 Matthias Saou <http://freshrpms.net/> 0.6-3
+* Thu Jul 22 2004 Matthias Saou <http://freshrpms.net/> 0.0.6-3
 - Fixed typo in summary.
 - Rebuild with proper category.
 
-* Fri Jun 11 2004 Dag Wieers <dag at wieers.com> - 0.6-2
+* Fri Jun 11 2004 Dag Wieers <dag at wieers.com> - 0.0.6-2
 - Added improved desktop files.
 
-* Wed Jun  9 2004 Matthias Saou <http://freshrpms.net/> 0.6-1
+* Wed Jun  9 2004 Matthias Saou <http://freshrpms.net/> 0.0.6-1
 - Adopted for freshrpms, based on provided source package.
 - Changed the name from gTweakUI to gtweakui.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gtweakui/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	9 Nov 2004 02:46:33 -0000	1.2
+++ sources	9 Feb 2006 11:38:35 -0000	1.3
@@ -1 +1 @@
-92a0f0eee8a43e0a158329ffa0465411  gTweakUI-0.0.6.tar.bz2
+9d4725ccf4a83da3f46106c3d0be6cc8  gTweakUI-0.4.0.tar.bz2




More information about the scm-commits mailing list