[meego-commits] 10621: New package Trunk/libsocialweb-qml
Rolla Selbak
no_reply at build.meego.com
Mon Dec 6 20:05:53 UTC 2010
Hi,
Adding new package libsocialweb-qml in project Trunk. Please review and accept ASAP.
Justification for this new package:
Trunk promotion
Thank You,
Rolla Selbak
[This message was auto-generated]
---
Request #10621:
submit: Trunk:Testing/libsocialweb-qml(r1) -> Trunk/libsocialweb-qml
Message:
Trunk promotion
State: new 2010-12-06T12:05:52 rolla
Comment: None
This is a NEW package in Trunk project.
The files in the new package:
libsocialweb-qml/
|__ Makefile
|__ libsocialweb-qml-0.0.1.tar.bz2
|__ libsocialweb-qml.changes
|__ libsocialweb-qml.spec
|__ libsocialweb-qml.yaml
The content of the YAML file, libsocialweb-qml.yaml:
===================================================================
Name: libsocialweb-qml
Summary: libsocialweb-qt QML bindings
Version: 0.0.1
Release: 1
Group: System/Libraries
License: LGPL
URL: http://www.intel.com
Sources:
- "%{name}-%{version}.tar.bz2"
Description: QML bindings for the libsocialweb-qt client API
Requires:
- "%{name} >= %{version}"
PkgConfigBR:
- QtCore >= 4.7.0
- QtDeclarative >= 4.7.0
- libsocialweb-qt >= 0.1.8
Configure: none
Builder: qmake
Files:
- "%{_libdir}/qt4/imports/Socialweb/libSocialweb.so"
- "%{_libdir}/qt4/imports/Socialweb/qmldir"
===================================================================
The content of the spec file, libsocialweb-qml.spec:
===================================================================
#
# Do NOT Edit the Auto-generated Part!
# Generated by: spectacle version 0.20
#
# >> macros
# << macros
Name: libsocialweb-qml
Summary: libsocialweb-qt QML bindings
Version: 0.0.1
Release: 1
Group: System/Libraries
License: LGPL
URL: http://www.intel.com
Source0: %{name}-%{version}.tar.bz2
Source100: libsocialweb-qml.yaml
Requires: %{name} >= %{version}
BuildRequires: pkgconfig(QtCore) >= 4.7.0
BuildRequires: pkgconfig(QtDeclarative) >= 4.7.0
BuildRequires: pkgconfig(libsocialweb-qt) >= 0.1.8
%description
QML bindings for the libsocialweb-qt client API
%prep
%setup -q -n %{name}-%{version}
# >> setup
# << setup
%build
# >> build pre
# << build pre
%qmake
make %{?jobs:-j%jobs}
# >> build post
# << build post
%install
rm -rf %{buildroot}
# >> install pre
# << install pre
%qmake_install
# >> install post
# << install post
%files
%defattr(-,root,root,-)
%{_libdir}/qt4/imports/Socialweb/libSocialweb.so
%{_libdir}/qt4/imports/Socialweb/qmldir
# >> files
# << files
===================================================================
More information about the MeeGo-commits
mailing list