rpms/xwota/F-9 xwota.desktop, NONE, 1.1 xwota.png, NONE, 1.1 xwota.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Lucian Langa lucilanga at fedoraproject.org
Wed Nov 12 19:29:49 UTC 2008


Author: lucilanga

Update of /cvs/pkgs/rpms/xwota/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30883

Modified Files:
	.cvsignore sources 
Added Files:
	xwota.desktop xwota.png xwota.spec 
Log Message:
initial import


--- NEW FILE xwota.desktop ---
[Desktop Entry]
Encoding=UTF-8
Name=xwota
GenericName=xwota
Comment=Who's On the Air Database interface
Exec=xwota
Icon=xwota
Terminal=false
Type=Application
Categories=HamRadio;
Version=1.0


--- NEW FILE xwota.spec ---
Name:           xwota
Version:        0.4
Release:        5%{?dist}
Summary:        Who's On the Air Database interface

Group:          Applications/Communications
License:        GPL+
URL:            http://people.fabaris.it/iz0ete/xwota/
Source0:        http://people.fabaris.it/iz0ete/%{name}/%{name}-%{version}.tar.gz
Source1:        xwota.desktop
Source2:        xwota.png
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  pkgconfig
BuildRequires:  gtk2-devel
BuildRequires:  desktop-file-utils
#Requires:       

%description
Xwota is intended for amateur radio operators who want to make use of the WOTA 
database.

It can be used to find out who is on the air, the band and frequency they are 
operating on, and their location by country, state, county, grid, and 
latitude/longitude

It's very similar to a DX Cluster client, but it works with the WOTA database 
and contains more informations.

If you don't known what is the WOTA database, please read some infos at 
http://www.wotadb.org.

%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
# Don't include these twice
rm -rf $RPM_BUILD_ROOT%{_usr}/doc/
mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/pixmaps/
cp %{SOURCE2} ${RPM_BUILD_ROOT}%{_datadir}/pixmaps/%{name}.png
desktop-file-install \
        --dir=${RPM_BUILD_ROOT}%{_datadir}/applications %{SOURCE1}


%clean
rm -rf $RPM_BUILD_ROOT


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


%changelog
* Fri Nov 07 2008 Lucian Langa <cooly at gnome.eu.org> - 0.4-5
- license fix
- desktop icon fix
- description fix

* Thu Aug 28 2008 Lucian Langa <cooly at gnome.eu.org> - 0.4-4
- added missing desktop/icon file

* Wed Aug 27 2008 Lucian Langa <cooly at gnome.eu.org> - 0.4-3
- preserve timestamps

* Tue Nov 20 2007 Robert 'Bob' Jensen <bob at bobjensen.com> 0.4-2
- Fix rpmlint errors
* Tue Nov 20 2007 Robert 'Bob' Jensen <bob at bobjensen.com> 0.4-1
- Initial SPEC



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xwota/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 Nov 2008 18:48:24 -0000	1.1
+++ .cvsignore	12 Nov 2008 19:29:18 -0000	1.2
@@ -0,0 +1 @@
+xwota-0.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xwota/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 Nov 2008 18:48:24 -0000	1.1
+++ sources	12 Nov 2008 19:29:18 -0000	1.2
@@ -0,0 +1 @@
+598b96037c27c3bff4d0146750cc5574  xwota-0.4.tar.gz




More information about the fedora-extras-commits mailing list