[packages/libunity] new, version 5.12.0

glen glen at pld-linux.org
Sat Feb 9 23:21:13 CET 2013


commit facba58be07b2074d9bf63c8ef52b80445341525
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun Feb 10 00:20:22 2013 +0200

    new, version 5.12.0
    
    based on mandriva cooker package
    ftp://ftp.sunet.se/pub/Linux/distributions/Mandriva/devel/cooker/SRPMS/contrib/release/libunity-5.12.0-1.src.rpm

 libunity.spec | 85 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 85 insertions(+)
---
diff --git a/libunity.spec b/libunity.spec
new file mode 100644
index 0000000..b23190f
--- /dev/null
+++ b/libunity.spec
@@ -0,0 +1,85 @@
+Summary:	Unity instrumenting and integration library
+Name:		libunity
+Version:	5.12.0
+Release:	1
+License:	LGPL v3
+Group:		Libraries
+URL:		http://launchpad.net/libunity
+Source0:	https://launchpad.net/libunity/5.0/%{version}/+download/%{name}-%{version}.tar.gz
+# Source0-md5:	41245701df2b7dc24af2b92bffb675be
+BuildRequires:	dee-devel >= 1.0.14
+BuildRequires:	glib2-devel
+BuildRequires:	gobject-introspection-devel
+BuildRequires:	gtk-doc
+BuildRequires:	libdbusmenu-devel
+BuildRequires:	libgee0.6-devel
+BuildRequires:	rpmbuild(macros) >= 1.219
+BuildRequires:	vala
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Libunity is a shared library to be able to interact with the launcher
+and add places in Unity environment.
+
+%package devel
+Summary:	Unity instrumenting and integration library - development files
+Group:		Development/Libraries
+
+%description devel
+This package provides the development files required to build
+applications.
+
+%package -n python-unity
+Summary:	Python bindings for libunity
+Group:		Development/Languages/Python
+
+%description -n python-unity
+Python bindings Libunity is a shared library to be able to interact
+with the launcher and add places in Unity environment.
+
+%prep
+%setup -q
+
+%build
+%configure \
+	--disable-static \
+	--enable-gtk-doc
+%{__make} V=1
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libunity.la
+
+%py_postclean
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libunity.so.*.*.*
+%ghost %{_libdir}/libunity.so.9
+%{_libdir}/girepository-1.0/*.typelib
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/unity-tool
+%dir %{_includedir}/unity
+%{_includedir}/unity/unity
+%{_libdir}/libunity.so
+%{_pkgconfigdir}/unity.pc
+%{_datadir}/vala/vapi/unity-trace.deps
+%{_datadir}/vala/vapi/unity-trace.vapi
+%{_datadir}/vala/vapi/unity.deps
+%{_datadir}/vala/vapi/unity.vapi
+%{_datadir}/gir-1.0/Unity-5.0.gir
+
+%files -n python-unity
+%defattr(644,root,root,755)
+%{py_sitedir}/gi/overrides/Unity.py[co]
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libunity.git/commitdiff/facba58be07b2074d9bf63c8ef52b80445341525



More information about the pld-cvs-commit mailing list