diff options
author | Kévin THIERRY <kevin.thierry@open.eurogiciel.org> | 2014-11-04 13:32:55 +0100 |
---|---|---|
committer | John L. Whiteman <john.l.whiteman@intel.com> | 2014-12-15 15:19:47 -0800 |
commit | 3b3f7ec730bc75284adac10cb8cb7cec4e04d352 (patch) | |
tree | eb0d68124dd991b44fda917aca561f80e88b38ee | |
parent | ce664ba09735225df724b64f38a9dba6b00168f6 (diff) | |
download | gdbm-3b3f7ec730bc75284adac10cb8cb7cec4e04d352.tar.gz gdbm-3b3f7ec730bc75284adac10cb8cb7cec4e04d352.tar.bz2 gdbm-3b3f7ec730bc75284adac10cb8cb7cec4e04d352.zip |
Bump to version 1.11tizen_3.0_ivi_releasetizen_3.0.m2.a1_tv_releasetizen_3.0.m2.a1_mobile_releasetizen_3.0.m1_tv_releasetizen_3.0.m1_mobile_releasesubmit/tizen_ivi/20141225.333333submit/tizen_common/20151019.135620submit/tizen_common/20151015.190624submit/tizen_base/20151223.111112submit/tizen_base/20151223.111111submit/tizen/20141215.232116accepted/tizen/wearable/20141219.005915accepted/tizen/tv/20141219.005849accepted/tizen/mobile/20141219.005950accepted/tizen/ivi/20141231.083127accepted/tizen/common/20141216.093511tizen_basetizen_3.0_ivitizen_3.0.m1_tvtizen_3.0.m1_mobiletizen_3.0.2015.q2_commontizen_3.0.2015.q1_commontizen_3.0.2014.q4_commonaccepted/tizen_wearableaccepted/tizen_tvaccepted/tizen_mobileaccepted/tizen_iviaccepted/tizen_commonaccepted/tizen_3.0_ivi
Also clean the spec file.
Bug-Tizen: TC-1821
Change-Id: I086904a9d69a9ffb6fbf053379ba1494f353f4d1
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
-rw-r--r-- | packaging/gdbm.spec | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/packaging/gdbm.spec b/packaging/gdbm.spec index 350d6e2..f92be05 100644 --- a/packaging/gdbm.spec +++ b/packaging/gdbm.spec @@ -1,16 +1,16 @@ %define keepstatic 1 Name: gdbm -%define lname libgdbm +%define lname libgdbm Url: http://directory.fsf.org/GNU/gdbm.html -Version: 1.10 +Version: 1.11 Release: 0 License: GPL-2.0+ Summary: GNU dbm key/data database Group: System/Libraries Source: ftp://prep.ai.mit.edu/gnu/gdbm/gdbm-%{version}.tar.gz Source2: baselibs.conf -Source1001: gdbm.manifest +Source1001: gdbm.manifest BuildRequires: libtool %description @@ -55,9 +55,9 @@ For compatibility with programs using old UNIX dbm functions, the package also provides traditional dbm and ndbm interfaces. %package devel -License: GPL-2.0+ ; LGPL-2.1+ +License: GPL-2.0+ and LGPL-2.1+ Summary: Include Files and Libraries mandatory for Development -Group: Development/Libraries/C and C++ +Group: System/Libraries Requires: gdbm = %{version} Provides: gdbm:/usr/lib/libgdbm.so @@ -72,7 +72,7 @@ cp %{SOURCE1001} . %build export CFLAGS="%{optflags} -Wa,--noexecstack" %configure --enable-libgdbm-compat --disable-nls -make %{?_smp_mflags}; +%__make %{?_smp_mflags}; %install %make_install @@ -92,7 +92,10 @@ GROUP ( %{_libdir}/libgdbm.a %{_libdir}/libgdbm_compat.a )" > %{buildroot}/%{_li %files -n %lname %manifest %{name}.manifest %defattr(-,root,root) -%doc COPYING +%license COPYING +%{_bindir}/gdbm_dump +%{_bindir}/gdbm_load +%{_bindir}/gdbmtool %{_libdir}/libgdbm.so.4 %{_libdir}/libgdbm.so.4.0.0 %{_libdir}/libgdbm_compat.so.4 @@ -101,7 +104,6 @@ GROUP ( %{_libdir}/libgdbm.a %{_libdir}/libgdbm_compat.a )" > %{buildroot}/%{_li %files devel %manifest %{name}.manifest %defattr(-,root,root) -%{_bindir}/testgdbm %{_includedir}/dbm.h %{_includedir}/gdbm.h %{_includedir}/ndbm.h @@ -113,4 +115,6 @@ GROUP ( %{_libdir}/libgdbm.a %{_libdir}/libgdbm_compat.a )" > %{buildroot}/%{_li %{_libdir}/libndbm.a %{_libdir}/libndbm.so %{_mandir}/man3/gdbm.3.gz - +%{_mandir}/man1/gdbm_dump.1.gz +%{_mandir}/man1/gdbm_load.1.gz +%{_mandir}/man1/gdbmtool.1.gz |