[w_scan] many updates and code cleanups preliminary DVB-T2 support

Felix Kaechele heffer at fedoraproject.org
Sat Jan 21 08:56:01 UTC 2012


commit f6529faeb9877aef2dfa43f5d92bdfe4b19f55c2
Author: Felix Kaechele <heffer at fedoraproject.org>
Date:   Sat Jan 21 09:54:48 2012 +0100

    many updates and code cleanups
    preliminary DVB-T2 support

 .gitignore  |    1 +
 sources     |    2 +-
 w_scan.spec |   21 ++++++++-------------
 3 files changed, 10 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 72b11cc..c9ab5cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ w_scan-20100529.tar.bz2
 /w_scan-20110206.tar.bz2
 /w_scan-20110502.tar.bz2
 /w_scan-20111011.tar.bz2
+/w_scan-20120112.tar.bz2
diff --git a/sources b/sources
index a777f3f..b9e0066 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7cc3cfdd50c6d0890f89882ccdb4d2a7  w_scan-20111011.tar.bz2
+7f59ac6152f41a238eb6c3e81a6ef58b  w_scan-20120112.tar.bz2
diff --git a/w_scan.spec b/w_scan.spec
index 0d72164..e6f39cc 100644
--- a/w_scan.spec
+++ b/w_scan.spec
@@ -1,6 +1,6 @@
 Name:           w_scan
-Version:        20111011
-Release:        2%{?dist}
+Version:        20120112
+Release:        1%{?dist}
 Summary:        Tool for scanning DVB transponders
 
 Group:          Applications/Multimedia
@@ -20,9 +20,7 @@ iconv -f iso-8859-1 -t utf-8 doc/w_scan.1 > doc/w_scan.1.utf-8
 touch -r doc/w_scan.1 doc/w_scan.1.utf-8
 mv doc/w_scan.1.utf-8 doc/w_scan.1
 
-chmod 644 doc/*
-chmod 644 *.c *.h ChangeLog
-
+chmod 644 README
 
 %build
 %configure
@@ -32,11 +30,6 @@ make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
-install -dm 755 $RPM_BUILD_ROOT%{_datadir}/%{name}
-install -pm 644 pci.classes $RPM_BUILD_ROOT%{_datadir}/%{name}
-install -pm 644 pci.ids $RPM_BUILD_ROOT%{_datadir}/%{name}
-install -pm 644 usb.classes $RPM_BUILD_ROOT%{_datadir}/%{name}
-install -pm 644 usb.ids $RPM_BUILD_ROOT%{_datadir}/%{name}
 
 
 %clean
@@ -46,14 +39,16 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %doc ChangeLog COPYING README
-%doc doc/README.file_formats doc/rotor.conf
+%doc doc/README.file_formats doc/README_VLC_DVB doc/rotor.conf
 %{_bindir}/%{name}
-%{_bindir}/%{name}_start.sh
-%{_datadir}/%{name}
 %{_datadir}/man/man?/%{name}*
 
 
 %changelog
+* Sat Jan 21 2012 Felix Kaechele <heffer at fedoraproject.org> - 20120112-1
+- many updates and code cleanups
+- preliminary DVB-T2 support
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 20111011-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list