rpms/HamFax/F-10 .cvsignore, 1.1, 1.2 HamFax.desktop, 1.1, 1.2 HamFax.spec, 1.1, 1.2 import.log, 1.1, 1.2

Randy Berry dp67 at fedoraproject.org
Mon Feb 2 00:48:37 UTC 2009


Author: dp67

Update of /cvs/pkgs/rpms/HamFax/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8256

Modified Files:
	.cvsignore 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: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/HamFax/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	15 Oct 2008 21:56:26 -0000	1.1
+++ .cvsignore	2 Feb 2009 00:48:07 -0000	1.2
@@ -0,0 +1 @@
+HamFax-0.6.4.tar.bz2


Index: HamFax.desktop
===================================================================
RCS file: /cvs/pkgs/rpms/HamFax/F-10/HamFax.desktop,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- HamFax.desktop	12 Jan 2009 21:54:11 -0000	1.1
+++ HamFax.desktop	2 Feb 2009 00:48:07 -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/F-10/HamFax.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- HamFax.spec	12 Jan 2009 21:54:11 -0000	1.1
+++ HamFax.spec	2 Feb 2009 00:48:07 -0000	1.2
@@ -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/F-10/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- import.log	12 Jan 2009 21:54:11 -0000	1.1
+++ import.log	2 Feb 2009 00:48:07 -0000	1.2
@@ -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 scm-commits mailing list