[meego-commits] 7305: New package Trunk/tone-generator
Peter Zhu
no_reply at build.meego.com
Fri Sep 3 09:34:48 UTC 2010
Hi,
Adding new package tone-generator in project Trunk. Please review and accept ASAP.
Justification for this new package:
Move to Trunk
Thank You,
Peter Zhu
[This message was auto-generated]
---
Request #7305:
submit: Trunk:Testing/tone-generator(r1) -> Trunk/tone-generator
Message:
Move to Trunk
State: new 2010-09-03T02:34:48 peter
Comment: None
This is a NEW package in Trunk project.
The files in the new package:
tone-generator/
|__ tone-generator-1.5.tar.gz
|__ tone-generator.changes
|__ tone-generator.spec
|__ tone-generator.yaml
The content of the YAML file, tone-generator.yaml:
===================================================================
Name: tone-generator
Summary: Tone generator daemon for call progress indication and DTMF
Version: 1.5
Release: 1
Group: System/Daemons
License: LGPLv2.1
URL: http://meego.gitorious.org/maemo-multimedia/tone-generator
Description: |
Tone generator daemon for call progress indication and DTMF
Sources:
- "%{name}-%{version}.tar.gz"
Requires:
- pulseaudio
PkgConfigBR:
- dbus-1
- dbus-glib-1
- gobject-2.0
- glib-2.0
- libpulse
- libpulse-mainloop-glib
PkgBR:
- autoconf
- pkgconfig
- make
Files:
- "/usr/bin/tonegend"
- "%config /etc/dbus-1/system.d/tone-generator.conf"
NoAutoLoacale: True
NoDesktop: True
Configure: configure
===================================================================
The content of the spec file, tone-generator.spec:
===================================================================
#
# Do not Edit! Generated by:
# spectacle version 0.18
#
# >> macros
# << macros
Name: tone-generator
Summary: Tone generator daemon for call progress indication and DTMF
Version: 1.5
Release: 1
Group: System/Daemons
License: LGPLv2.1
URL: http://meego.gitorious.org/maemo-multimedia/tone-generator
Source0: %{name}-%{version}.tar.gz
Source100: tone-generator.yaml
Requires: pulseaudio
BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(libpulse)
BuildRequires: pkgconfig(libpulse-mainloop-glib)
BuildRequires: autoconf
BuildRequires: pkgconfig
BuildRequires: make
%description
Tone generator daemon for call progress indication and DTMF
%prep
%setup -q -n %{name}-%{version}
# >> setup
# << setup
%build
# >> build pre
# << build pre
%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,-)
/usr/bin/tonegend
%config /etc/dbus-1/system.d/tone-generator.conf
# >> files
# << files
===================================================================
More information about the MeeGo-commits
mailing list