New version

Resolves: rhbz#916530
This commit is contained in:
Jaroslav Škarvada 2013-02-28 11:01:13 +01:00
commit ce200ddd2f
2 changed files with 16 additions and 14 deletions

View file

@ -17,11 +17,9 @@
# For versions not yet on ftp, pull from git
#%%global git_commit 441a3767e05d15e62c519ea66b848b5adb0f4b3a
%global pretag rc0
Name: gnuradio
Version: 3.6.3
Release: 0.4.%{pretag}%{?dist}
Version: 3.6.4
Release: 1%{?dist}
Summary: Software defined radio framework
Group: Applications/Engineering
@ -29,7 +27,7 @@ License: GPLv3
URL: http://www.gnuradio.org
#Source0: ftp://ftp.gnu.org/gnu/gnuradio/gnuradio-%%{version}.tar.gz
#Source0: http://gnuradio.org/redmine/attachments/download/%%{attachment_id}/gnuradio-%%{version}.tar.gz
Source0: http://gnuradio.org/releases/gnuradio/gnuradio-%{version}%{pretag}.tar.gz
Source0: http://gnuradio.org/releases/gnuradio/gnuradio-%{version}.tar.gz
# git clone git://gnuradio.org/gnuradio
# cd gnuradio
# git archive --format=tar --prefix=%%{name}-%%{version}/ %%{git_commit} | \
@ -86,7 +84,7 @@ Requires: %{name} = %{version}-%{release}
GNU Radio examples
%prep
%setup -q -n %{name}-%{version}%{pretag}
%setup -q
#force regeneration of cached moc output files
find . -name "*_moc.cc" -exec rm {} \;
@ -118,8 +116,8 @@ make install DESTDIR=%{buildroot}
# install some more docs
popd
mkdir -p %{buildroot}%{_docdir}/%{name}-%{version}%{pretag}
install -m 644 -t %{buildroot}%{_docdir}/%{name}-%{version}%{pretag} COPYING AUTHORS
mkdir -p %{buildroot}%{_docdir}/%{name}-%{version}
install -m 644 -t %{buildroot}%{_docdir}/%{name}-%{version} COPYING AUTHORS
%clean
rm -rf %{buildroot}
@ -136,9 +134,9 @@ rm -rf %{buildroot}
%{_datadir}/gnuradio
%config(noreplace) %{_sysconfdir}/gnuradio
%exclude %{_datadir}/gnuradio/examples
%exclude %{_docdir}/%{name}-%{version}%{pretag}/html
%exclude %{_docdir}/%{name}-%{version}%{pretag}/xml
%doc %{_docdir}/%{name}-%{version}%{pretag}
%exclude %{_docdir}/%{name}-%{version}/html
%exclude %{_docdir}/%{name}-%{version}/xml
%doc %{_docdir}/%{name}-%{version}
%files devel
%defattr(-,root,root,-)
@ -148,14 +146,18 @@ rm -rf %{buildroot}
%files doc
%defattr(-,root,root,-)
%doc %{_docdir}/%{name}-%{version}%{pretag}/html
%doc %{_docdir}/%{name}-%{version}%{pretag}/xml
%doc %{_docdir}/%{name}-%{version}/html
%doc %{_docdir}/%{name}-%{version}/xml
%files examples
%defattr(-,root,root,-)
%{_datadir}/gnuradio/examples
%changelog
* Thu Feb 28 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 3.6.4-1
- New version
Resolves: rhbz#916530
* Sun Feb 10 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 3.6.3-0.4.rc0
- Rebuild for Boost-1.53.0

View file

@ -1 +1 @@
0a045b5ea4adfc602d3d8f9f62173bd6 gnuradio-3.6.3rc0.tar.gz
320a7f18593ec493e1061141f23c9a86 gnuradio-3.6.4.tar.gz