rpms/grc/devel grc, NONE, 1.1 grc.desktop, NONE, 1.1 grc.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Marek Mahut mmahut at fedoraproject.org
Fri Aug 29 07:48:14 UTC 2008


Author: mmahut

Update of /cvs/pkgs/rpms/grc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10483/devel

Modified Files:
	.cvsignore sources 
Added Files:
	grc grc.desktop grc.spec import.log 
Log Message:
initial import



--- 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


--- NEW FILE import.log ---
grc-0_70-3_fc8:HEAD:grc-0.70-3.fc8.src.rpm:1219995982


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/grc/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	26 Aug 2008 23:25:08 -0000	1.1
+++ .cvsignore	29 Aug 2008 07:47:44 -0000	1.2
@@ -0,0 +1 @@
+grc_0.70.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/grc/devel/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	29 Aug 2008 07:47:44 -0000	1.2
@@ -0,0 +1 @@
+ef2e02a5bfec8ef7ab98e798902f0747  grc_0.70.tar.gz




More information about the fedora-extras-commits mailing list