rpms/HamFax/devel HamFax.desktop, NONE, 1.1 HamFax.png, NONE, 1.1 HamFax.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Randy Berry dp67 at fedoraproject.org
Wed Oct 15 23:06:47 UTC 2008


Author: dp67

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

Modified Files:
	.cvsignore sources 
Added Files:
	HamFax.desktop HamFax.png HamFax.spec import.log 
Log Message:



--- NEW FILE HamFax.desktop ---
[Desktop Entry]
Encoding=UTF-8
Name=HamFax
GenericName=HamFax
Comment=A ham radio Fax for linux
Exec=HamFax
Icon=HamFax.png
Terminal=false
Type=Application
Categories=HamRadio;
Version=1.0


--- NEW FILE HamFax.spec ---
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
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:   audiofile-devel qt-devel qt3-devel libXmu-devel libX11-devel desktop-file-utils
#Requires:       


%description
HamFax is an application for sending and receiving facsimiles in
amateur radio and for receiving public facsimile broadcasts like
weather maps. Supported interfaces are sound cards and the SCS-PTCII
from Special Communication Systems.


%prep
%setup -q


%build
%configure
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
cp hamfax ${RPM_BUILD_ROOT}%{_bindir}/hamfax
 mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/pixmaps/
# 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}


%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
%{_bindir}/*


%changelog
* Tue Oct 14 2008 Randall J. Berry 'Dp67' <randyn3lrx at gmail.com> 0.6.4-2
- Edit spec per review
- 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
- mock build = pass


--- NEW FILE import.log ---
HamFax-0_6_4-2_fc9:HEAD:HamFax-0.6.4-2.fc9.src.rpm:1224111818


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/HamFax/devel/.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	15 Oct 2008 23:06:17 -0000	1.2
@@ -0,0 +1 @@
+HamFax-0.6.4.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/HamFax/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	15 Oct 2008 21:56:26 -0000	1.1
+++ sources	15 Oct 2008 23:06:17 -0000	1.2
@@ -0,0 +1 @@
+c64372820247d88bed23b98e9db11b7b  HamFax-0.6.4.tar.bz2




More information about the scm-commits mailing list