rpms/ibp/F-10 ibp.desktop, NONE, 1.1 ibp.png, NONE, 1.1 ibp.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Lucian Langa lucilanga at fedoraproject.org
Sun Nov 23 18:29:15 UTC 2008


Author: lucilanga

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

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


--- NEW FILE ibp.desktop ---
[Desktop Entry]
Encoding=UTF-8
Name=ibp
GenericName=ibp
Comment=A tool to show which IBP beacons is transmitting
Exec=ibp
Icon=ibp
Terminal=true
Type=Application
Categories=HamRadio;
Version=1.0


--- NEW FILE ibp.spec ---
Name:		ibp
Version:	0.21
Release:	1%{?dist}
Summary:	A tool to show which IBP beacons are transmitting

Group:		Applications/Communications
License:	GPLv2
URL:		http://wwwhome.cs.utwente.nl/~ptdeboer/ham/ibp.html
Source0:	http://wwwhome.cs.utwente.nl/~ptdeboer/ham/ibp-0.21.tgz
Source1:	ibp.desktop
Source2:	ibp.png
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	imake, ncurses-devel, libX11-devel, desktop-file-utils
#Requires:	

%description
The International Beacon Project is a set of 18 amateur (ham) radio
transmitters around the world, each of which transmit every 3 minutes on a set
of 5 short-wave frequencies. This allows short-wave radio users to quickly
assess the current worldwide propagation conditions.
Much more information can be found on http://www.ncdxf.org/beacons.html


%prep
%setup -q
xmkmf


%build
make -e CFLAGS="%{optflags}" %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
mkdir -p %{buildroot}%{_bindir}
install -m 755 -p ibp %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1
gzip ibp.1
install -m 644 -p ibp.1.gz %{buildroot}%{_mandir}/man1
# no upstream .desktop or icon yet
mkdir -p %{buildroot}%{_datadir}/pixmaps/
cp %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/%{name}.png
desktop-file-install \
	--dir=%{buildroot}%{_datadir}/applications %{SOURCE1}


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc COPYING
%{_bindir}/ibp
%{_mandir}/man1/ibp.1.gz
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop


%changelog
* Sun Sep 21 2008 Lucian Langa <cooly at gnome.eu.org> - 0.21-1
- initial specfile




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ibp/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Nov 2008 04:33:52 -0000	1.1
+++ .cvsignore	23 Nov 2008 18:28:44 -0000	1.2
@@ -0,0 +1 @@
+ibp-0.21.tgz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ibp/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Nov 2008 04:33:52 -0000	1.1
+++ sources	23 Nov 2008 18:28:44 -0000	1.2
@@ -0,0 +1 @@
+092ebbca8430707b8df6d9bd9720ebbd  ibp-0.21.tgz




More information about the fedora-extras-commits mailing list