[meego-commits] 15212: New package Trunk:Testing/meego-ux-appgrid
Prajwal Mohan
no_reply at build.meego.com
Fri Mar 25 09:36:26 UTC 2011
Hi,
Adding new package meego-ux-appgrid in project Trunk:Testing. Please review and accept ASAP.
Justification for this new package:
Promoting meego-ux-appgrid to Trunk:Testing
Thank You,
Prajwal Mohan
[This message was auto-generated]
---
Request #15212:
submit: devel:ux/meego-ux-appgrid(r2) -> Trunk:Testing/meego-ux-appgrid
Message:
Promoting meego-ux-appgrid to Trunk:Testing
State: new 2011-03-25T02:36:17 praj
Comment: None
This is a NEW package in Trunk:Testing project.
The files in the new package:
meego-ux-appgrid/
|__ Makefile
|__ meego-ux-appgrid-0.2.0.tar.bz2
|__ meego-ux-appgrid.changes
|__ meego-ux-appgrid.spec
|__ meego-ux-appgrid.yaml
The content of the YAML file, meego-ux-appgrid.yaml:
===================================================================
Name: meego-ux-appgrid
Summary: MeeGo UX Application Grid
Version: 0.2.0
Release: 1
Group: System/Libraries
License: Apache 2.0
URL: http://www.meego.com
Sources:
- "%{name}-%{version}.tar.bz2"
Requires:
- libqtcore4
Description: |
MeeGo UX Application Grid
PkgBR:
- libqt-devel
- libmeegotouch-devel
Configure: none
Builder: make
Files:
- "/usr/share/meego-ux-appgrid"
===================================================================
The content of the spec file, meego-ux-appgrid.spec:
===================================================================
#
# Do NOT Edit the Auto-generated Part!
# Generated by: spectacle version 0.21
#
# >> macros
# << macros
Name: meego-ux-appgrid
Summary: MeeGo UX Application Grid
Version: 0.2.0
Release: 1
Group: System/Libraries
License: Apache 2.0
URL: http://www.meego.com
Source0: %{name}-%{version}.tar.bz2
Source100: meego-ux-appgrid.yaml
Requires: libqtcore4
BuildRequires: libqt-devel
BuildRequires: libmeegotouch-devel
%description
MeeGo UX Application Grid
%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,-)
/usr/share/meego-ux-appgrid
# >> files
# << files
===================================================================
More information about the MeeGo-commits
mailing list