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:
2012-02-01 02:27:54 +00:00
committed by Git OBS Bridge
parent 9d56253099
commit fbc5b14961
2 changed files with 16 additions and 12 deletions

View File

@@ -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 Wed Feb 23 02:18:55 CET 2011 - vuntz@opensuse.org

View File

@@ -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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -16,17 +16,17 @@
# #
Name: libdatrie Name: libdatrie
Version: 0.2.4 Version: 0.2.4
Release: 1 Release: 0
License: LGPLv2.1
Summary: Double-Array Trie Library Summary: Double-Array Trie Library
Url: http://linux.thai.net/~thep/datrie/datrie.html License: LGPL-2.1
Group: System/Libraries Group: System/Libraries
Url: http://linux.thai.net/~thep/datrie/datrie.html
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
Source99: baselibs.conf Source99: baselibs.conf
BuildRequires: doxygen pkg-config BuildRequires: doxygen
BuildRequires: pkg-config
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
@@ -34,18 +34,16 @@ This is an implementation of double-array structure for representing
trie, as proposed by Junichi Aoe. trie, as proposed by Junichi Aoe.
%package -n libdatrie1 %package -n libdatrie1
License: LGPLv2.1
Group: Development/Libraries/C and C++
Summary: Double-Array Trie Library Summary: Double-Array Trie Library
Group: Development/Libraries/C and C++
%description -n libdatrie1 %description -n libdatrie1
This is an implementation of double-array structure for representing This is an implementation of double-array structure for representing
trie, as proposed by Junichi Aoe. trie, as proposed by Junichi Aoe.
%package devel %package devel
License: LGPLv2.1
Group: Development/Libraries/C and C++
Summary: Double-Array Trie Library (development) Summary: Double-Array Trie Library (development)
Group: Development/Libraries/C and C++
Requires: libdatrie1 = %{version} Requires: libdatrie1 = %{version}
%description devel %description devel
@@ -61,7 +59,7 @@ This package contains the development files for libdatrie.
%configure \ %configure \
--disable-static --with-pic \ --disable-static --with-pic \
--with-html-docdir=%{_docdir}/libdatrie/html --with-html-docdir=%{_docdir}/libdatrie/html
make %{?jobs:-j%jobs} make %{?_smp_mflags}
%install %install
%makeinstall %makeinstall