[meego-commits] 14645: New package devel:enterprise/anerley
Yan Li
no_reply at build.meego.com
Thu Mar 10 08:31:21 UTC 2011
Hi,
Adding new package anerley in project devel:enterprise. Please review and accept ASAP.
Justification for this new package:
Upgrading connman and related UI components to 0.69.2
Thank You,
Yan Li
[This message was auto-generated]
---
Request #14645:
submit: devel:enterprise:Testing/anerley(r1) -> devel:enterprise/anerley
Message:
Upgrading connman and related UI components to 0.69.2
State: new 2011-03-10T00:31:15 yanli
Comment: None
This is a NEW package in devel:enterprise project.
The files in the new package:
anerley/
|__ Makefile
|__ anerley-0.2.14.tar.gz
|__ anerley.changes
|__ anerley.spec
|__ anerley.yaml
The content of the YAML file, anerley.yaml:
===================================================================
Name: anerley
Summary: People widgets
Version: 0.2.14
Release: 1
Group: System/Desktop
License: LGPL 2.1
URL: http://www.moblin.org
Sources:
- "%{name}-%{version}.tar.gz"
Description: Anerley people widgets
PkgBR:
- intltool
- gettext
- gnome-common
PkgConfigBR:
- glib-2.0 >= 2.14
- gobject-2.0
- telepathy-glib
- mx-1.0
- libebook-1.2
Configure: configure
ConfigOptions:
- --with-online=connman
UseAsNeeded: yes
SubPackages:
- Name: devel
Summary: Anerley development environment
Group: Development/Libraries
Description: Header files and libraries for anerley
LocaleName: anerley
===================================================================
The content of the spec file, anerley.spec:
===================================================================
#
# Do not Edit! Generated by:
# spectacle version 0.16
#
# >> macros
# << macros
Name: anerley
Summary: People widgets
Version: 0.2.14
Release: 1
Group: System/Desktop
License: LGPL 2.1
URL: http://www.moblin.org
Source0: %{name}-%{version}.tar.gz
Source100: anerley.yaml
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
BuildRequires: pkgconfig(glib-2.0) >= 2.14
BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(telepathy-glib)
BuildRequires: pkgconfig(mx-1.0)
BuildRequires: pkgconfig(libebook-1.2)
BuildRequires: intltool
BuildRequires: gettext
BuildRequires: gnome-common
%description
Anerley people widgets
%package devel
Summary: Anerley development environment
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
Header files and libraries for anerley
%prep
%setup -q -n %{name}-%{version}
# >> setup
# << setup
%build
# >> build pre
# << build pre
%configure --disable-static \
--with-online=connman
make %{?jobs:-j%jobs}
# >> build post
# << build post
%install
rm -rf %{buildroot}
# >> install pre
# << install pre
%make_install
# >> install post
# << install post
%find_lang anerley
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files -f anerley.lang
%defattr(-,root,root,-)
# >> files
%doc COPYING
%{_datadir}/anerley/*
%{_libdir}/*.so.*
%{_libexecdir}/anerley-account-starter
%{_sysconfdir}/xdg/autostart/*.desktop
# << files
%files devel
%defattr(-,root,root,-)
# >> files devel
%{_libdir}/*.so
%{_includedir}/anerley/*
%{_libdir}/pkgconfig/*.pc
# << files devel
===================================================================
More information about the MeeGo-commits
mailing list