]> git.pld-linux.org Git - packages/gr-osmosdr.git/commitdiff
- updated files auto/th/gr-osmosdr-0.1.1-0.20140111.1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 11 Jan 2014 12:21:27 +0000 (13:21 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 11 Jan 2014 12:21:27 +0000 (13:21 +0100)
gr-osmosdr.spec

index 32a3149a22140e5a7ba89955fb92e924d016e4f1..da615f10805963303fc47c9bd5d8f0552b6e1534 100644 (file)
@@ -11,7 +11,7 @@ Source0:      %{name}-%{snap}.tar.bz2
 BuildRequires: boost-devel
 BuildRequires: cmake
 BuildRequires: doxygen
-BuildRequires: gnuradio-devel
+BuildRequires: gnuradio-devel >= 3.7
 BuildRequires: graphviz
 BuildRequires: python-devel
 BuildRequires: rtl-sdr-devel
@@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} -C build install \
        DESTDIR=$RPM_BUILD_ROOT
 
+rm -rf doc-inst
+mv $RPM_BUILD_ROOT%{_docdir}/%{name} doc-inst
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -60,14 +63,23 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING
-%attr(755,root,root) %{_bindir}/*
-%{_libdir}/*.so.*
-%{py_sitedir}/*
-%{_datadir}/gnuradio/grc/blocks/*
+%doc AUTHORS COPYING doc-inst/*
+%attr(755,root,root) %{_bindir}/osmocom_fft
+%attr(755,root,root) %{_bindir}/osmocom_siggen
+%attr(755,root,root) %{_bindir}/osmocom_siggen_nogui
+%attr(755,root,root) %{_bindir}/osmocom_spectrum_sense
+%attr(755,root,root) %{_libdir}/libgnuradio-osmosdr-*.so.*.*
+%attr(755,root,root) %ghost %{_libdir}/libgnuradio-osmosdr-*.so.0
+%dir %{py_sitedir}/osmosdr
+%attr(755,root,root) %{py_sitedir}/osmosdr/*.so
+%{py_sitedir}/osmosdr/*.py*
+%{_datadir}/gnuradio/grc/blocks/osmosdr_sink.xml
+%{_datadir}/gnuradio/grc/blocks/osmosdr_source.xml
+%{_datadir}/gnuradio/grc/blocks/rtlsdr_source.xml
 
 %files devel
 %defattr(644,root,root,755)
 %{_includedir}/osmosdr
-%{_libdir}/*.so
-%{_pkgconfigdir}/*.pc
+%attr(755,root,root) %{_libdir}/libgnuradio-osmosdr.so
+%attr(755,root,root) %{_libdir}/libgnuradio-osmosdr-*.so
+%{_pkgconfigdir}/gnuradio-osmosdr.pc
This page took 0.069331 seconds and 4 git commands to generate.