[meego-commits] 8329: New package devel:ux:handset:MeeGo:1.1/meego-handset-sound-theme
Shane Bryan
no_reply at build.meego.com
Tue Oct 12 20:56:51 UTC 2010
Hi,
Adding new package meego-handset-sound-theme in project devel:ux:handset:MeeGo:1.1. Please review and accept ASAP.
Justification for this new package:
Add new package to MeeGo:1.1 handset sandbox. Fixes BMC #8345
Thank You,
Shane Bryan
[This message was auto-generated]
---
Request #8329:
submit: devel:ux:handset/meego-handset-sound-theme(r4) -> devel:ux:handset:MeeGo:1.1/meego-handset-sound-theme
Message:
Add new package to MeeGo:1.1 handset sandbox. Fixes BMC #8345
State: new 2010-10-12T13:56:51 sbryan
Comment: None
This is a NEW package in devel:ux:handset:MeeGo:1.1 project.
The files in the new package:
meego-handset-sound-theme/
|__ Makefile
|__ meego-handset-sound-theme-0.1.tar.bz2
|__ meego-handset-sound-theme.changes
|__ meego-handset-sound-theme.spec
|__ meego-handset-sound-theme.yaml
The content of the YAML file, meego-handset-sound-theme.yaml:
===================================================================
Name: meego-handset-sound-theme
Summary: MeeGo Handset sound theme
Description: Provides a default MeeGo sound theme for handset target devices
Version: 0.1
Release: 1
Group: System/Desktop
License: CCBYSA3.0
URL: http://www.meego.com
Provides:
- moblin-sound-theme
Sources:
- "%{name}-%{version}.tar.bz2"
PkgBR:
- intltool
- gettext
NoAutoLocale: True
BuildArch: noarch
Files:
- "%doc README"
- "%doc COPYING"
- "%dir %{_datadir}/sounds/meego"
- "%dir %{_datadir}/sounds/meego/stereo"
- "%{_datadir}/sounds/meego/index.theme"
- "%{_datadir}/sounds/meego/stereo/*"
===================================================================
The content of the spec file, meego-handset-sound-theme.spec:
===================================================================
#
# Do NOT Edit the Auto-generated Part!
# Generated by: spectacle version 0.20
#
# >> macros
# << macros
Name: meego-handset-sound-theme
Summary: MeeGo Handset sound theme
Version: 0.1
Release: 1
Group: System/Desktop
License: CCBYSA3.0
BuildArch: noarch
URL: http://www.meego.com
Source0: %{name}-%{version}.tar.bz2
Source100: meego-handset-sound-theme.yaml
BuildRequires: intltool
BuildRequires: gettext
Provides: moblin-sound-theme
%description
Provides a default MeeGo sound theme for handset target devices
%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,-)
%doc README
%doc COPYING
%dir %{_datadir}/sounds/meego
%dir %{_datadir}/sounds/meego/stereo
%{_datadir}/sounds/meego/index.theme
%{_datadir}/sounds/meego/stereo/*
# >> files
# << files
===================================================================
More information about the MeeGo-commits
mailing list