rpms/gtweakui/devel gtweakui.spec,1.8,1.9

Matthias Saou (thias) fedora-extras-commits at redhat.com
Sun Aug 5 11:12:26 UTC 2007


Author: thias

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

Modified Files:
	gtweakui.spec 
Log Message:
Update License field.



Index: gtweakui.spec
===================================================================
RCS file: /cvs/extras/rpms/gtweakui/devel/gtweakui.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gtweakui.spec	28 Aug 2006 11:24:14 -0000	1.8
+++ gtweakui.spec	5 Aug 2007 11:11:54 -0000	1.9
@@ -3,8 +3,8 @@
 Summary: Extra configuration dialogs for GNOME
 Name: gtweakui
 Version: 0.4.0
-Release: 3%{?dist}
-License: GPL
+Release: 4
+License: GPLv2
 Group: User Interface/Desktops
 URL: http://gtweakui.sourceforge.net/
 Source: http://dl.sf.net/gtweakui/%{real_name}-%{version}.tar.bz2
@@ -18,7 +18,7 @@
 
 
 %prep
-%setup -n %{real_name}-%{version}
+%setup -q -n %{real_name}-%{version}
 
 
 %build
@@ -28,7 +28,7 @@
 
 %install
 %{__rm} -rf %{buildroot}
-%makeinstall
+%{__make} install DESTDIR=%{buildroot}
 %find_lang %{real_name}
 
 
@@ -37,7 +37,7 @@
 
 
 %files -f %{real_name}.lang
-%defattr(-, root, root, 0755)
+%defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING FAQ NEWS README TODO
 %{_bindir}/*
 %{_datadir}/gTweakUI/
@@ -45,6 +45,11 @@
 
 
 %changelog
+* Sun Aug  5 2007 Matthias Saou <http://freshrpms.net/> 0.4.0-4
+- Update License field.
+- Remove dist tag, since the package will seldom change.
+- Use DESTDIR make install method.
+
 * Mon Aug 28 2006 Matthias Saou <http://freshrpms.net/> 0.4.0-3
 - FC6 rebuild.
 - No longer replace (most of) the desktop files, keep the provided ones.




More information about the fedora-extras-commits mailing list