]> git.pld-linux.org Git - packages/gnuradio.git/commitdiff
real -doc subpackage; refs 79e30fd
authorElan Ruusamäe <glen@delfi.ee>
Mon, 16 May 2016 16:01:33 +0000 (19:01 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 16 May 2016 16:01:45 +0000 (19:01 +0300)
gnuradio.spec

index 161c0299fd7205d08a86114f75de66a96a289784..87f14d4e9938c524ef86f753289f29db39990eb0 100644 (file)
@@ -6,7 +6,7 @@
 Summary:       Software defined radio framework
 Name:          gnuradio
 Version:       3.7.7.1
-Release:       5
+Release:       6
 License:       GPL v3
 Group:         Applications/Engineering
 Source0:       http://gnuradio.org/releases/gnuradio/%{name}-%{version}.tar.gz
@@ -197,7 +197,6 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README.hacking
-%doc inst-doc/*
 %attr(755,root,root) %{_bindir}/gnuradio-*
 %attr(755,root,root) %{_bindir}/gr_*
 %attr(755,root,root) %{_bindir}/grcc
@@ -333,6 +332,10 @@ rm -rf $RPM_BUILD_ROOT
 %{?with_uhd:%{_libdir}/cmake/gnuradio/FindUHD.cmake}
 %{_libdir}/cmake/volk
 
+%files doc
+%defattr(644,root,root,755)
+%doc inst-doc/*
+
 %files examples
 %defattr(644,root,root,755)
 %{_datadir}/gnuradio/examples
This page took 0.183902 seconds and 4 git commands to generate.