From ee79fd98e371249a335153517f1e7237dc3322eb Mon Sep 17 00:00:00 2001 From: =?utf8?q?K=C3=A9vin=20THIERRY?= Date: Mon, 22 Dec 2014 16:53:29 +0100 Subject: [PATCH] Bump to version 0.9.4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Bug-Tizen: TC-2237 Change-Id: I7349d846b19902c1c01b2498efe11197f8a479f1 Signed-off-by: Kévin THIERRY --- packaging/libunistring.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/packaging/libunistring.spec b/packaging/libunistring.spec index fc5e31b..d13e29b 100644 --- a/packaging/libunistring.spec +++ b/packaging/libunistring.spec @@ -1,12 +1,12 @@ Name: libunistring -Version: 0.9.3 +Version: 0.9.4 Release: 0 License: LGPL-3.0+ and GPL-3.0+ Summary: GNU Unicode string library Url: http://www.gnu.org/software/libunistring/ Group: Development/Libraries/C and C++ Source: %{name}-%{version}.tar.bz2 -Source1001: libunistring.manifest +Source1001: libunistring.manifest %description This portable C library implements Unicode string types in three flavours: @@ -31,11 +31,11 @@ cp %{SOURCE1001} . %build %configure --disable-static --disable-rpath --docdir=%_docdir/%{name} -make %{?_smp_mflags} +%__make %{?_smp_mflags} %check %if ! 0%{?qemu_user_space_build} -make check %{?_smp_mflags} +%__make check %{?_smp_mflags} %endif %install @@ -56,7 +56,7 @@ rm -f %{buildroot}/%{_libdir}/libunistring.la %manifest %{name}.manifest %license COPYING %defattr(-,root,root) -%{_libdir}/libunistring.so.0* +%{_libdir}/libunistring.so.2* %files devel %manifest %{name}.manifest @@ -64,4 +64,3 @@ rm -f %{buildroot}/%{_libdir}/libunistring.la %{_libdir}/libunistring.so %{_includedir}/unistring %{_includedir}/*.h - -- 2.7.4