[meego-commits] 24022: New package devel:tv:1.2/w-scan

Chen Jie no_reply at build.meego.com
Tue Sep 20 08:49:08 UTC 2011


Hi,
Adding new package w-scan in project devel:tv:1.2. Please review and accept ASAP.

Justification for this new package:

declare the install files in yaml

Thank You,
Chen Jie

[This message was auto-generated]

---

Request #24022:

  submit:   home:jiea:branches:devel:tv:1.2/w-scan(r2)(cleanup) -> devel:tv:1.2/w-scan


Message:
    declare the install files in yaml

State:   new          2011-09-20T01:38:23 jiea
Comment: None


This is a NEW package in devel:tv:1.2 project.
The files in the new package:
w-scan/
  |__  Makefile
  |__  w-scan.changes
  |__  w-scan.spec
  |__  w-scan.yaml
  |__  w_scan-0.1.0.tar.bz2

The content of the YAML file, w-scan.yaml:
===================================================================
Name: w-scan
Summary: A small channel scan tool which generates ATSC and DVB channels conf files
Version: 0.1.0
Release: 1
Group: Applications/System
License: GPLv2
URL: http://wirbel.htpc-forum.de/w_scan/index2.html
Sources:
    - w_scan-%{version}.tar.bz2
Description: |
    w_scan is a small command line utility used to perform frequency scans for DVB and ATSC transmissions.
    It is capable of creating channels.conf files (in different output formats !) as well as initial tuning data for scan.
    It's based on the utility scan from linuxtv-dvb-apps, but meanwhile it was heavily changed and has different features:
    
       1. no need for "initial transponders", and such no need for a config file
       2. w_scan finds automatically the best matching dvb card
       3. complete different command line options
       4. a different default output format as well as bunch of output formats. (if you feel, that some format is missing - contact me)

Configure: autogen
Builder: make

Files:
    - "%{_bindir}/w_scan"
    - "%{_bindir}/w_scan_start.sh"
    - "%dir %{_mandir}/man1/"
    - "%{_mandir}/man1/w_scan.1.gz"

===================================================================


The content of the spec file, w-scan.spec:
===================================================================
# 
# Do NOT Edit the Auto-generated Part!
# Generated by: spectacle version 0.22
# 
# >> macros
# << macros

Name:       w-scan
Summary:    A small channel scan tool which generates ATSC and DVB channels conf files
Version:    0.1.0
Release:    1
Group:      Applications/System
License:    GPLv2
URL:        http://wirbel.htpc-forum.de/w_scan/index2.html
Source0:    w_scan-%{version}.tar.bz2
Source100:  w-scan.yaml


%description
w_scan is a small command line utility used to perform frequency scans for DVB and ATSC transmissions.
It is capable of creating channels.conf files (in different output formats !) as well as initial tuning data for scan.
It's based on the utility scan from linuxtv-dvb-apps, but meanwhile it was heavily changed and has different features:

   1. no need for "initial transponders", and such no need for a config file
   2. w_scan finds automatically the best matching dvb card
   3. complete different command line options
   4. a different default output format as well as bunch of output formats. (if you feel, that some format is missing - contact me)




%prep
%setup -q -n w_scan-%{version}

# >> setup
# << setup

%build
# >> build pre
# << build pre

%autogen --disable-static
%configure --disable-static
make %{?jobs:-j%jobs}

# >> build post
# << build post
%install
rm -rf %{buildroot}
# >> install pre
# << install pre
%make_install

# >> install post
# << install post






%files
%defattr(-,root,root,-)
%{_bindir}/w_scan
%{_bindir}/w_scan_start.sh
%dir %{_mandir}/man1/
%{_mandir}/man1/w_scan.1.gz
# >> files
# << files



===================================================================



More information about the MeeGo-commits mailing list