rpms/system-config-network/devel system-config-network.spec, 1.28, 1.29

Harald Hoyer (harald) fedora-extras-commits at redhat.com
Fri Aug 17 15:02:50 UTC 2007


Author: harald

Update of /cvs/pkgs/rpms/system-config-network/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14783

Modified Files:
	system-config-network.spec 
Log Message:
- fixed desktop categories and build root



Index: system-config-network.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-network/devel/system-config-network.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- system-config-network.spec	16 Aug 2007 15:16:55 -0000	1.28
+++ system-config-network.spec	17 Aug 2007 15:02:12 -0000	1.29
@@ -2,7 +2,7 @@
 Summary: The GUI of the Network Adminstration Tool
 Name: system-config-network
 Version: 1.4.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 URL: http://fedora.redhat.com/projects/config-tools/redhat-config-network.html
 Source0: %{name}-%{version}.tar.gz
 License: GPL
@@ -13,7 +13,8 @@
 BuildRequires: python >= 0:2.2, openjade, docbook-style-dsssl, perl, gettext, glibc-devel, gcc, desktop-file-utils, yelp, perl-XML-Parser
 Requires: %{name}-tui = %{version}-%{release}
 Requires: libglade2, pygtk2-libglade, pygtk2, gnome-python2, gnome-python2-canvas
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
 
 %description
 This is the GUI of the network configuration tool,
@@ -46,7 +47,8 @@
 for i in neat.desktop neat-control.desktop; do \
   desktop-file-install --vendor redhat --delete-original       \
     --dir $RPM_BUILD_ROOT%{_datadir}/applications             \
-    --add-category X-Red-Hat-Base                             \
+    --add-category System                                     \
+    --add-category Settings                                   \
     $RPM_BUILD_ROOT%{_datadir}/system-config-network/$i; \
 done;
 
@@ -95,6 +97,9 @@
 %{_bindir}/system-config-network-cmd
 
 %changelog
+* Fri Aug 17 2007 Harald Hoyer <harald at redhat.com> - 1.4.0-2
+- fixed desktop categories and build root
+
 * Thu Aug 16 2007 Harald Hoyer <harald at redhat.com> - 1.4.0
 - version 1.4.0
 




More information about the fedora-extras-commits mailing list