rpms/grc/F-9 grc, NONE, 1.1 grc.desktop, NONE, 1.1 grc.spec, NONE, 1.1 sources, 1.1, 1.2

Marek Mahut mmahut at fedoraproject.org
Sun Aug 31 15:11:10 UTC 2008


Author: mmahut

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

Modified Files:
	sources 
Added Files:
	grc grc.desktop grc.spec 
Log Message:
initial update



--- NEW FILE grc ---
#!/bin/bash
/usr/bin/python /usr/share/grc/src/Editor.py "$@"


--- NEW FILE grc.desktop ---
[Desktop Entry]
Name=GRC
Comment=GUI for GNURadio
GenericName=GRC
Exec=grc
Icon=/usr/share/grc/data/grc-icon-32
Type=Application
Categories=Utility;Science;Engineering;


--- NEW FILE grc.spec ---
Name:		grc
Version:	0.70
Release:	3%{?dist}
Summary:	GUI for Gnuradio

Group:		Applications/Engineering
License:	GPLv2+ and CC-BY-SA
URL:		http://gnuradio.org/trac/wiki/GNURadioCompanion
Source0:	http://www.joshknows.com/download/grc/releases/stable/%{name}_%{version}.tar.gz
Source1:	grc.desktop
Source2:	grc

BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:	desktop-file-utils
Requires:	gnuradio
Requires:	PyXML
Provides:	gnuradio-companion

BuildArch:	noarch

%description
The GNU Radio Companion is a preliminary graphical user interface
which allows GNU Radio components to be put together graphically.
It is currently under development by Josh Blum. GNU Radio Companion
encompasses over 200 blocks from the GNU Radio Project.

%prep
%setup -q -n %{name}_%{version}

%build

%install
rm -fr $RPM_BUILD_ROOT
install -Dm 755 %{SOURCE2} $RPM_BUILD_ROOT%{_bindir}/grc
mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/data $RPM_BUILD_ROOT%{_datadir}/%{name}/examples $RPM_BUILD_ROOT%{_datadir}/%{name}/src
cp -prv data $RPM_BUILD_ROOT%{_datadir}/%{name}
cp -prv examples $RPM_BUILD_ROOT%{_datadir}/%{name}
cp -prv src $RPM_BUILD_ROOT%{_datadir}/%{name}
desktop-file-install --vendor fedora --dir $RPM_BUILD_ROOT%{_datadir}/applications %{SOURCE1}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc readme.txt license/creative_commons_legal_code.txt license/free_software_message.txt license/gpl.txt notes/release_notes.txt notes/creating_a_signal_block_def.txt notes/todo.txt notes/programming_style.txt
%{_bindir}/grc
%{_datadir}/%{name}/data
%{_datadir}/%{name}/examples
%{_datadir}/%{name}/src
%{_datadir}/applications/fedora-grc.desktop

%changelog
* Fri Aug 8 2008 Marek Mahut <mmahut at fedoraproject.org> - 0.70-2
- Initial package release


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/grc/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	26 Aug 2008 23:25:08 -0000	1.1
+++ sources	31 Aug 2008 15:10:40 -0000	1.2
@@ -0,0 +1 @@
+ef2e02a5bfec8ef7ab98e798902f0747  grc_0.70.tar.gz




More information about the fedora-extras-commits mailing list