rpms/xpsk31/F-8 xpsk31-1.2-configure.patch, NONE, 1.1 xpsk31.desktop, NONE, 1.1 xpsk31.png, NONE, 1.1 xpsk31.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Lucian Langa (lucilanga) fedora-extras-commits at redhat.com
Sun Aug 3 14:40:31 UTC 2008


Author: lucilanga

Update of /cvs/pkgs/rpms/xpsk31/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10141

Modified Files:
	.cvsignore sources 
Added Files:
	xpsk31-1.2-configure.patch xpsk31.desktop xpsk31.png 
	xpsk31.spec 
Log Message:
update to version 1.2

xpsk31-1.2-configure.patch:

--- NEW FILE xpsk31-1.2-configure.patch ---
--- xpsk31/configure.in	2008-02-14 10:05:15.000000000 +0200
+++ xpsk31-mod/configure.in	2008-07-16 09:46:54.000000000 +0300
@@ -26,6 +26,5 @@
 AC_OUTPUT([
 Makefile
 src/Makefile
-po/Makefile.in
 ])
 
--- xpsk31/Makefile.am	2008-02-22 17:21:04.000000000 +0200
+++ xpsk31-mod/Makefile.am	2008-07-16 09:51:56.000000000 +0300
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-SUBDIRS = src po
+SUBDIRS = src 
 
 EXTRA_DIST = \
 	autogen.sh \


--- NEW FILE xpsk31.desktop ---
[Desktop Entry]
Encoding=UTF-8
Name=xpsk31
GenericName=xpsk31
Comment=GTK+ graphical version of lpsk31
Exec=xpsk31
Icon=xpsk31
Terminal=false
Type=Application
Categories=HamRadio;
Version=1.0


--- NEW FILE xpsk31.spec ---
Name:           xpsk31
Version:        1.2
Release:        1%{?dist}
Summary:        GTK+ graphical version of lpsk31 for Ham Radio

Group:          Applications/Communications
License:        GPLv2+
URL:            http://5b4az.chronos.org.uk/pages/digital.html
Source0:        http://5b4az.chronos.org.uk/pkg/psk31/%{name}/%{name}-%{version}.tar.gz
Source1:        %{name}.desktop
Source2:        %{name}.png
Patch0:         xpsk31-1.2-configure.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: autoconf
BuildRequires: automake
BuildRequires: glib2-devel
BuildRequires: gtk2-devel >= 2.0.0
BuildRequires: desktop-file-utils

%description
xpsk31 is a GTK+ graphical version of lpsk31, using the same basic signal 
decoding and encoding engine but controlled by the user via the GUI. In 
addition it has a FFT-derived "waterfall" display of the incoming signal and a 
"magniphase" display that shows the magnitude, phase and frequency error of the
psk31 signal.

%prep
%setup -q -n %{name}
%patch0 -p1 -b conf
autoreconf -v -i

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


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"

# 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}
cp xpsk31/xpsk31rc xpsk31rc.sample


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS README COPYING xpsk31rc.sample
%{_bindir}/%{name}
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/*%{name}.desktop

%changelog
* Sat Aug  2 2008 Lucian Langa <cooly at gnome.eu.org> - 1.2-1
- update to 1.2 release

* Wed Jul 16 2008 Lucian Langa <cooly at gnome.eu.org> - 0.8-2
- proper handle of configure
- fix desktop file
- misc cleanups

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

* Thu Feb 28 2008 Robert 'Bob' Jensen <bob at bobjensen.com> 0.7-3
- Add .desktop and icon for GUI application
- Submit for review

* Tue Nov 20 2007 Robert 'Bob' Jensen <bob at bobjensen.com> 0.7-2
- Fix files section

* Tue Nov 20 2007 Robert 'Bob' Jensen <bob at bobjensen.com> 0.7-1
- Initial Fedora SPEC




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xpsk31/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	3 Aug 2008 04:07:02 -0000	1.1
+++ .cvsignore	3 Aug 2008 14:40:00 -0000	1.2
@@ -0,0 +1 @@
+xpsk31-1.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xpsk31/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	3 Aug 2008 04:07:02 -0000	1.1
+++ sources	3 Aug 2008 14:40:00 -0000	1.2
@@ -0,0 +1 @@
+61d3149f07d358ea02e0cf9d847a0fed  xpsk31-1.2.tar.gz




More information about the fedora-extras-commits mailing list