rpms/HamFax/devel HamFax.desktop, 1.1, 1.2 HamFax.spec, 1.3, 1.4 import.log, 1.5, 1.6

Randy Berry dp67 at fedoraproject.org
Sun Feb 1 01:34:33 UTC 2009


Author: dp67

Update of /cvs/pkgs/rpms/HamFax/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3998/devel

Modified Files:
	HamFax.desktop HamFax.spec import.log 
Log Message:

* Fri Jan 30 2009 Randall J. Berry 'Dp67' <randyn3lrx at gmail.com> - 0.6.4-3
- Fix unowned directories Bug #483319
- Fix .desktop file



Index: HamFax.desktop
===================================================================
RCS file: /cvs/pkgs/rpms/HamFax/devel/HamFax.desktop,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- HamFax.desktop	15 Oct 2008 23:06:17 -0000	1.1
+++ HamFax.desktop	1 Feb 2009 01:34:02 -0000	1.2
@@ -3,8 +3,8 @@
 Name=HamFax
 GenericName=HamFax
 Comment=A ham radio Fax for linux
-Exec=HamFax
-Icon=HamFax.png
+Exec=hamfax
+Icon=HamFax
 Terminal=false
 Type=Application
 Categories=HamRadio;


Index: HamFax.spec
===================================================================
RCS file: /cvs/pkgs/rpms/HamFax/devel/HamFax.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- HamFax.spec	18 Oct 2008 06:11:52 -0000	1.3
+++ HamFax.spec	1 Feb 2009 01:34:03 -0000	1.4
@@ -1,20 +1,23 @@
-Name:           HamFax
-Version:        0.6.4
-Release:        2%{?dist}
-Summary:        HamFax is an application for sending and receiving facsimiles in amateur radio      
-
-Group:          Applications/Communications  
-License:        GPLv2+ 
-URL:            http://hamfax.sourceforge.net/
-Source0:        http://downloads.sourceforge.net/hamfax/%{name}-%{version}.tar.bz2
-Source1:        %{name}.desktop
-Source2:        %{name}.png
-Patch0:         %{name}-%{version}-configure.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildRequires:   audiofile-devel qt-devel qt3-devel libXmu-devel libX11-devel desktop-file-utils
-#Requires:       
-
+Name:		HamFax
+Version:	0.6.4
+Release:	3%{?dist}
+Summary:	HamFax is an application for sending and receiving facsimiles in amateur radio      
+
+Group:		Applications/Communications  
+License:	GPLv2+ 
+URL:		http://hamfax.sourceforge.net/
+Source0:	http://downloads.sourceforge.net/hamfax/%{name}-%{version}.tar.bz2
+Source1:	%{name}.desktop
+Source2:	%{name}.png
+Patch0:		%{name}-%{version}-configure.patch
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:	audiofile-devel
+BuildRequires:	qt-devel
+BuildRequires:	qt3-devel
+BuildRequires:	libXmu-devel
+BuildRequires:	libX11-devel
+BuildRequires:	desktop-file-utils
 
 %description
 HamFax is an application for sending and receiving facsimiles in
@@ -22,7 +25,6 @@
 weather maps. Supported interfaces are sound cards and the SCS-PTCII
 from Special Communication Systems.
 
-
 %prep
 %setup -q
 %patch0 -p1 -b %{name}-%{vesrion}-configure.patch
@@ -31,7 +33,6 @@
 %configure
 make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
 
-
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
@@ -40,33 +41,36 @@
 # No upstream icon so we'll use a temporary icon
  cp %{SOURCE2} ${RPM_BUILD_ROOT}%{_datadir}/pixmaps/%{name}.png
  desktop-file-install --vendor="fedora" \
-       --dir=${RPM_BUILD_ROOT}%{_datadir}/applications %{SOURCE1}
-
+	--dir=${RPM_BUILD_ROOT}%{_datadir}/applications %{SOURCE1}
+# --vendor="fedora" obsolete per new guidelines but already existed in orignal file.
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS README TODO 
 %{_datadir}/pixmaps/%{name}.png
 %{_datadir}/applications/*%{name}.desktop
-%{_datadir}/HamFax/HamFax.html
-%{_datadir}/HamFax/hamfax_de.qm
+%dir %{_datadir}/%{name}
+%{_datadir}/%{name}/%{name}.html
+%{_datadir}/%{name}/hamfax_de.qm
 %{_bindir}/*
 
-
 %changelog
+* Fri Jan 30 2009 Randall J. Berry 'Dp67' <randyn3lrx at gmail.com> - 0.6.4-3
+- Fix unowned directories Bug #483319
+- Fix .desktop file
+
 * Tue Oct 14 2008 Randall J. Berry 'Dp67' <randyn3lrx at gmail.com> 0.6.4-2
 - Add patch to allow build on x86_64
 - Edit spec per review
-- rpmlint    = pass
-- rpmbuild   = pass
+- rpmlint = pass
+- rpmbuild = pass
 - mock build = 9, rawhide (i386)
 
 * Sun Sep 28 2008 Randall J. Berry 'Dp67' <randyn3lrx at gmail.com> 0.6.4-1
 - Initial Spec
-- rpmlint    = pass
-- rpmbuild   = pass
+- rpmlint = pass
+- rpmbuild = pass
 - mock build = pass


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/HamFax/devel/import.log,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- import.log	18 Oct 2008 21:04:08 -0000	1.5
+++ import.log	1 Feb 2009 01:34:03 -0000	1.6
@@ -3,3 +3,4 @@
 HamFax-0_6_4-3_fc9:HEAD:HamFax-0.6.4-3.fc9.src.rpm:1224306917
 HamFax-0_6_4-2_fc9:HEAD:HamFax-0.6.4-2.fc9.src.rpm:1224310260
 HamFax-0_6_4-2_fc9:HEAD:HamFax-0.6.4-2.fc9.src.rpm:1224363819
+HamFax-0_6_4-3_fc10:HEAD:HamFax-0.6.4-3.fc10.src.rpm:1233451966




More information about the fedora-extras-commits mailing list