rpms/gnokii/devel gnokii-smsd.init,1.1,1.2 gnokii.spec,1.27,1.28

Robert Scheck (robert) fedora-extras-commits at redhat.com
Fri May 23 11:57:36 UTC 2008


Author: robert

Update of /cvs/pkgs/rpms/gnokii/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25442

Modified Files:
	gnokii-smsd.init gnokii.spec 
Log Message:
- Set empty --vendor rather none for using desktop-file-install
- Fixed initscript as gnokii-smsd stays in /usr/bin not /usr/sbin



Index: gnokii-smsd.init
===================================================================
RCS file: /cvs/pkgs/rpms/gnokii/devel/gnokii-smsd.init,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnokii-smsd.init	1 Apr 2006 18:24:59 -0000	1.1
+++ gnokii-smsd.init	23 May 2008 11:56:46 -0000	1.2
@@ -9,7 +9,7 @@
 # config:      /etc/gnokiirc
 # config:      /etc/sysconfig/gnokii-smsd
 
-exec=/usr/sbin/gnokii-smsd
+exec=/usr/bin/gnokii-smsd
 prog=$(basename $exec)
 
 # Make sure relevant files exist


Index: gnokii.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnokii/devel/gnokii.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- gnokii.spec	19 May 2008 12:35:08 -0000	1.27
+++ gnokii.spec	23 May 2008 11:56:46 -0000	1.28
@@ -2,7 +2,7 @@
 
 Name:           gnokii
 Version:        0.6.25
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Linux/Unix tool suite for various mobile phones
 
 Group:          Applications/Communications
@@ -120,6 +120,7 @@
 # Fix up the default desktop file
 desktop-file-install \
   --delete-original \
+  --vendor "" \
   --dir $RPM_BUILD_ROOT%{_datadir}/applications \
   --mode 644 \
   --add-category X-Fedora \
@@ -226,6 +227,10 @@
 %{_libdir}/pkgconfig/xgnokii.pc
 
 %changelog
+* Fri May 23 2008 Robert Scheck <robert at fedoraproject.org> 0.6.25-2
+- Set empty --vendor rather none for using desktop-file-install
+- Fixed initscript as gnokii-smsd stays in /usr/bin not /usr/sbin
+
 * Mon May 19 2008 - Bastien Nocera <bnocera at redhat.com> - 0.6.25-1
 - Update to 0.6.25
 




More information about the fedora-extras-commits mailing list