Remove redundant tags/sections; %_smp_mflags
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libdatrie?expand=0&rev=12
This commit is contained in:
parent
9d56253099
commit
fbc5b14961
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 1 01:56:18 UTC 2012 - jengelh@medozas.de
|
||||
|
||||
- Remove redundant tags/sections per specfile guideline suggestions
|
||||
- Parallel building using %_smp_mflags
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 23 02:18:55 CET 2011 - vuntz@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libdatrie (Version 0.2.4)
|
||||
# spec file for package libdatrie
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,17 +16,17 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: libdatrie
|
||||
Version: 0.2.4
|
||||
Release: 1
|
||||
License: LGPLv2.1
|
||||
Release: 0
|
||||
Summary: Double-Array Trie Library
|
||||
Url: http://linux.thai.net/~thep/datrie/datrie.html
|
||||
License: LGPL-2.1
|
||||
Group: System/Libraries
|
||||
Url: http://linux.thai.net/~thep/datrie/datrie.html
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source99: baselibs.conf
|
||||
BuildRequires: doxygen pkg-config
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: pkg-config
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -34,18 +34,16 @@ This is an implementation of double-array structure for representing
|
||||
trie, as proposed by Junichi Aoe.
|
||||
|
||||
%package -n libdatrie1
|
||||
License: LGPLv2.1
|
||||
Group: Development/Libraries/C and C++
|
||||
Summary: Double-Array Trie Library
|
||||
Group: Development/Libraries/C and C++
|
||||
|
||||
%description -n libdatrie1
|
||||
This is an implementation of double-array structure for representing
|
||||
trie, as proposed by Junichi Aoe.
|
||||
|
||||
%package devel
|
||||
License: LGPLv2.1
|
||||
Group: Development/Libraries/C and C++
|
||||
Summary: Double-Array Trie Library (development)
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libdatrie1 = %{version}
|
||||
|
||||
%description devel
|
||||
@ -61,7 +59,7 @@ This package contains the development files for libdatrie.
|
||||
%configure \
|
||||
--disable-static --with-pic \
|
||||
--with-html-docdir=%{_docdir}/libdatrie/html
|
||||
make %{?jobs:-j%jobs}
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
|
Loading…
x
Reference in New Issue
Block a user