[meego-commits] 15204: New package Trunk:Testing/meego-app-fingerpaint
Prajwal Mohan
no_reply at build.meego.com
Fri Mar 25 09:35:58 UTC 2011
Hi,
Adding new package meego-app-fingerpaint in project Trunk:Testing. Please review and accept ASAP.
Justification for this new package:
Promoting meego-app-fingerpaint to Trunk:Testing
Thank You,
Prajwal Mohan
[This message was auto-generated]
---
Request #15204:
submit: devel:ux/meego-app-fingerpaint(r1) -> Trunk:Testing/meego-app-fingerpaint
Message:
Promoting meego-app-fingerpaint to Trunk:Testing
State: new 2011-03-25T02:35:51 praj
Comment: None
This is a NEW package in Trunk:Testing project.
The files in the new package:
meego-app-fingerpaint/
|__ Makefile
|__ meego-app-fingerpaint-0.2.0.tar.bz2
|__ meego-app-fingerpaint.changes
|__ meego-app-fingerpaint.spec
|__ meego-app-fingerpaint.yaml
The content of the YAML file, meego-app-fingerpaint.yaml:
===================================================================
Name: meego-app-fingerpaint
Summary: Fingerpaint Example Application
Version: 0.2.0
Release: 1
Group: Amusements/Games
License: Apache 2.0
URL: http://www.meego.com
Sources:
- "%{name}-%{version}.tar.bz2"
Description: |
Example fingerpaint application using MeeGo UX QML Components
PkgBR:
- pkgconfig(QtCore) >= 4.6.0
- pkgconfig(QtDBus)
- pkgconfig(QtOpenGL)
- pkgconfig(QtNetwork)
- pkgconfig(QtGui)
Configure: none
Builder: make
===================================================================
The content of the spec file, meego-app-fingerpaint.spec:
===================================================================
#
# Do NOT Edit the Auto-generated Part!
# Generated by: spectacle version 0.21
#
# >> macros
# << macros
Name: meego-app-fingerpaint
Summary: Fingerpaint Example Application
Version: 0.2.0
Release: 1
Group: Amusements/Games
License: Apache 2.0
URL: http://www.meego.com
Source0: %{name}-%{version}.tar.bz2
Source100: meego-app-fingerpaint.yaml
BuildRequires: pkgconfig(QtCore) >= 4.6.0
BuildRequires: pkgconfig(QtDBus)
BuildRequires: pkgconfig(QtOpenGL)
BuildRequires: pkgconfig(QtNetwork)
BuildRequires: pkgconfig(QtGui)
%description
Example fingerpaint application using MeeGo UX QML Components
%prep
%setup -q -n %{name}-%{version}
# >> setup
# << setup
%build
# >> build pre
qmake
# << build pre
make %{?jobs:-j%jobs}
# >> build post
# << build post
%install
rm -rf %{buildroot}
# >> install pre
export INSTALL_ROOT=%{buildroot}
# << install pre
%make_install
# >> install post
# << install post
%files
%defattr(-,root,root,-)
# >> files
/usr/share/meego-app-fingerpaint
/usr/lib/qt4/imports/MeeGo/App/Fingerpaint
# << files
===================================================================
More information about the MeeGo-commits
mailing list