[Tizen-submit] 20812: Changes to Tizen:Generic/libtcore
noreply at tizen.org
noreply at tizen.org
Mon Feb 3 05:55:01 GMT 2014
Hi,
Wootak Jung have made the following changes to libtcore in project Tizen:Generic. Please review and accept ASAP.
Thank You,
[This message was auto-generated]
---
Request: #20812
submit: Tizen:Generic:build/libtcore(cleanup) -> Tizen:Generic
Message:
Submitter: Wootak Jung <wootak.jung at samsung.com>
Comments: Fix authentication key length
Git project: platform/core/telephony/libtcore
Tag: submit/tizen/20140203.055710
Commit: dfe76ded0c37f2cbe91b173c94b7f573ebec3df9 Fix authentication key length
State: new 2014-02-03T05:56:53 tizenrobot
Comment: <no comment>
old:
----
_service
_service:gbs:libtcore-0.1.85.tar.gz
_service:gbs:libtcore.manifest
_service:gbs:libtcore.spec
new:
----
libtcore-0.1.85.tar.gz
libtcore.manifest
libtcore.spec
spec files:
-----------
++++++ new spec file:
--- libtcore.spec
+++ libtcore.spec
@@ -0,0 +1,55 @@
+Name: libtcore
+VCS: platform/core/telephony/libtcore#dfe76ded0c37f2cbe91b173c94b7f573ebec3df9
+Summary: Telephony-core library
+Version: 0.1.85
+Release: 1
+Group: System/Libraries
+License: Apache-2.0
+Source0: libtcore-%{version}.tar.gz
+Source1001: libtcore.manifest
+Requires(post): /sbin/ldconfig
+Requires(postun): /sbin/ldconfig
+BuildRequires: cmake
+BuildRequires: pkgconfig(glib-2.0)
+BuildRequires: pkgconfig(gudev-1.0)
+
+%description
+Telephony-core library
+
+%package devel
+Summary: Telephony-core library (Development)
+Requires: %{name} = %{version}
+Group: Development/Libraries
+
+%description devel
+Telephony-core library (Development)
+
+%prep
+%setup -q
+cp %{SOURCE1001} .
+
+%build
+%cmake . -DVERSION=%{version}
+make %{?jobs:-j%jobs}
+
+%post
+/sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
+%install
+%make_install
+mkdir -p %{buildroot}/usr/share/license
+cp LICENSE %{buildroot}/usr/share/license/%{name}
+
+%files
+%manifest %{name}.manifest
+%defattr(-,root,root,-)
+%{_libdir}/libtcore*
+/usr/share/license/%{name}
+
+%files devel
+%manifest %{name}.manifest
+%defattr(-,root,root,-)
+%{_includedir}/*
+%{_libdir}/pkgconfig/tcore.pc
++++++ deleted spec files:
--- _service:gbs:libtcore.spec
other changes:
--------------
++++++ libtcore-0.1.85.tar.gz (new)
++++++ libtcore.manifest (new)
--- libtcore.manifest
Please refer to OBS webUI for more details about this SR.
More information about the Tizen-submit
mailing list