rpms/x3270/devel x3270.desktop,1.1,1.2 x3270.spec,1.3,1.4

Karsten Hopp (karsten) fedora-extras-commits at redhat.com
Wed Apr 20 12:05:21 UTC 2005


Author: karsten

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

Modified Files:
	x3270.desktop x3270.spec 
Log Message:
- more fixes, enable StartupNotify and set a GenericName



Index: x3270.desktop
===================================================================
RCS file: /cvs/extras/rpms/x3270/devel/x3270.desktop,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- x3270.desktop	20 Apr 2005 10:53:57 -0000	1.1
+++ x3270.desktop	20 Apr 2005 12:05:18 -0000	1.2
@@ -1,7 +1,9 @@
 [Desktop Entry]
 Name=x3270
+GenericName=Terminal emulator
 Type=Application
 Comment=3270 terminal emulator
 Exec=x3270
 Icon=x3270.png
+StartupNotify=true
 


Index: x3270.spec
===================================================================
RCS file: /cvs/extras/rpms/x3270/devel/x3270.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- x3270.spec	20 Apr 2005 10:53:57 -0000	1.3
+++ x3270.spec	20 Apr 2005 12:05:18 -0000	1.4
@@ -5,7 +5,7 @@
 Summary: An X Window System based IBM 3278/3279 terminal emulator
 Name: x3270
 Version: 3.3.4
-Release: 2
+Release: 3
 License: MIT
 Group: Applications/Internet
 URL: http://www.geocities.com/SiliconValley/Peaks/7814
@@ -127,9 +127,9 @@
 
 %if %{desktop_file}
 mkdir -p $RPM_BUILD_ROOT/%{_datadir}/applications
-desktop-file-install --vendor net \
+desktop-file-install --vendor fedora \
         --dir $RPM_BUILD_ROOT/%{_datadir}/applications \
-        --add-category "Application;System;X-Red-Hat-Extra" \
+        --add-category "Application;System;X-Fedora-Extra" \
         $RPM_BUILD_ROOT%{_sysconfdir}/X11/applnk/Utilities/x3270.desktop
 
 # remove x3270.desktop from the buildroot now that we're done with
@@ -143,7 +143,7 @@
 rm -f Examples/*.rh
 chmod -x Examples/*
 for i in pr3287 x3270if; do
-	mv $RPM_BUILD_ROOT/%{_prefix}/X11R6/bin/$i $RPM_BUILD_ROOT/%{_prefix}/bin
+	mv $RPM_BUILD_ROOT/%{_prefix}/X11R6/bin/$i $RPM_BUILD_ROOT/%{_bindir}
 	ln -s ../../bin/$i $RPM_BUILD_ROOT/%{_prefix}/X11R6/bin
 done
 
@@ -197,6 +197,9 @@
 %{_mandir}/man1/c3270*
 
 %changelog
+* Wed Apr 20 2005 Karsten Hopp <karsten at redhat.de> 3.3.4-3
+- more fixes, enable StartupNotify
+
 * Wed Apr 20 2005 Karsten Hopp <karsten at redhat.de> 3.3.4-2
 - spec file cleanups from Chris Ricker <kaboom at oobleck.net>
 - remove backup files from rpm patch process




More information about the scm-commits mailing list