From ce200ddd2f20e1d83bdeb4e46e2e4c19fe76e07d Mon Sep 17 00:00:00 2001 From: Jaroslav Škarvada Date: Feb 28 2013 10:01:13 +0000 Subject: New version Resolves: rhbz#916530 --- diff --git a/gnuradio.spec b/gnuradio.spec index c689507..cf7f726 100644 --- a/gnuradio.spec +++ b/gnuradio.spec @@ -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 - 3.6.4-1 +- New version + Resolves: rhbz#916530 + * Sun Feb 10 2013 Denis Arnaud - 3.6.3-0.4.rc0 - Rebuild for Boost-1.53.0 diff --git a/sources b/sources index 371c8f3..eef970d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0a045b5ea4adfc602d3d8f9f62173bd6 gnuradio-3.6.3rc0.tar.gz +320a7f18593ec493e1061141f23c9a86 gnuradio-3.6.4.tar.gz