rpms/xdemorse/F-9 xdemorse.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Lucian Langa (lucilanga) fedora-extras-commits at redhat.com
Wed Jul 16 17:14:35 UTC 2008


Author: lucilanga

Update of /cvs/pkgs/rpms/xdemorse/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25486

Modified Files:
	.cvsignore sources 
Added Files:
	xdemorse.spec 
Log Message:
initial import


--- NEW FILE xdemorse.spec ---
Name:           xdemorse
Version:        0.9
Release:        4%{?dist}
Summary:        GTK based application for decoding and displaying Morse code signals

Group:          Applications/Communications
License:        GPLv2+
URL:            http://5b4az.chronos.org.uk/pages/morse.html
Source0:        http://5b4az.chronos.org.uk/pkg/morse/%{name}/%{name}-%{version}.tar.gz
#add .desktop file
Source1:        %{name}.desktop
#temporary Icon
Source2:        %{name}.png
#Wrapper script for user config
Source3:        xdemorse.sh.in
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  autoconf, automake, gtk2-devel, desktop-file-utils
#Requires:       

%description
xdemorse is a GTK+ graphical version of demorse, using the same
decoding engine as demorse. 

It has an FFT-derived "waterfall" display of the incoming audio signal's
spectrum, as well as a 'scope-like display of the audio detector's output
and status of the mark/space discriminator ("slicer"). xdemorse also has
CAT for the FT-847 and this can be used to net the receiver's frequency
to the incoming signal, by clicking near its trace in the waterfall display.

%prep
%setup -qn %{name}


%build
./autogen.sh
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

#install default user configuration file
install -p -D -m 0644 $RPM_BUILD_DIR/%{name}/default/.xdemorserc $RPM_BUILD_ROOT%{_datadir}/%{name}/xdemorserc

#move original binary to libexecdir
mkdir -p $RPM_BUILD_ROOT%{_libexecdir}/
mv $RPM_BUILD_ROOT%{_bindir}/%{name} $RPM_BUILD_ROOT%{_libexecdir}/%{name}-bin

#install wrapper script 
install -p -D -m 0755 %{SOURCE3} $RPM_BUILD_ROOT%{_bindir}/xdemorse

# no upstream .desktop or icon yet
mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/pixmaps/
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 README doc/Morsecode.txt doc/xdemorse.html
%{_bindir}/*
%{_libexecdir}/*
%{_datadir}/%{name}
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/*%{name}.desktop

%changelog
* Wed Jul 16 2008 Lucian Langa <cooly at gnome.eu.org> - 0.9-4
- Add missing doc

* Sun Mar 02 2008 Sindre Pedersen Bjordal <sindrepb at fedoraproject.org> - 0.9-3
- Add wrapper script to ensure required user configuration is present

* Sat Mar 01 2008 Robert 'Bob' Jensen <bob at bobjensen.com> - 0.9-2
- Add .desktop and icon
- Submit for review

* Sat Mar 01 2008 Robert 'Bob' Jensen <bob at bobjensen.com> - 0.9-1
- Upstream Version Bump

* Mon Dec 10 2007 Sindre Pedersen Bjørdal - 0.8-1
- Initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xdemorse/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	16 Jul 2008 16:04:59 -0000	1.1
+++ .cvsignore	16 Jul 2008 17:13:50 -0000	1.2
@@ -0,0 +1 @@
+xdemorse-0.9.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xdemorse/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	16 Jul 2008 16:04:59 -0000	1.1
+++ sources	16 Jul 2008 17:13:50 -0000	1.2
@@ -0,0 +1 @@
+a116aa7fa66dd93a744bcfe98354b45a  xdemorse-0.9.tar.gz




More information about the fedora-extras-commits mailing list