[gnuradio] New version

Jaroslav Škarvada jskarvad at fedoraproject.org
Thu Feb 28 10:01:17 UTC 2013


commit ce200ddd2f20e1d83bdeb4e46e2e4c19fe76e07d
Author: Jaroslav Škarvada <jskarvad at redhat.com>
Date:   Thu Feb 28 11:01:13 2013 +0100

    New version
    
      Resolves: rhbz#916530

 gnuradio.spec |   28 +++++++++++++++-------------
 sources       |    2 +-
 2 files changed, 16 insertions(+), 14 deletions(-)
---
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 <jskarvad at redhat.com> - 3.6.4-1
+- New version
+  Resolves: rhbz#916530
+
 * Sun Feb 10 2013 Denis Arnaud <denis.arnaud_fedora at m4x.org> - 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


More information about the scm-commits mailing list