- Fix typo, it's %{_smp_mflags}
- Remove unwanted description paragraphs OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libconfig?expand=0&rev=6
This commit is contained in:
parent
24d5367ee9
commit
ee48cb9237
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 14 14:30:46 UTC 2012 - saschpe@suse.de
|
||||
|
||||
- Fix typo, it's %{_smp_mflags}
|
||||
- Remove unwanted description paragraphs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 12 08:39:37 UTC 2012 - saschpe@suse.de
|
||||
|
||||
|
@ -43,16 +43,6 @@ is more compact and more readable than XML. And unlike XML, it
|
||||
is type-aware, so it is not necessary to do string parsing in
|
||||
application code.
|
||||
|
||||
Libconfig is very compact — just 38K for the stripped C shared
|
||||
library (less than one-fourth the size of the expat XML parser
|
||||
library) and 66K for the stripped C++ shared library. This makes
|
||||
it well-suited for memory-constrained systems like handheld
|
||||
devices.
|
||||
|
||||
The library includes bindings for both the C and C++ languages.
|
||||
It works on POSIX-compliant UNIX systems (GNU/Linux, Mac OS X,
|
||||
Solaris, FreeBSD) and Windows (2000, XP and later).
|
||||
|
||||
%package -n libconfig%{_soversion}
|
||||
Summary: Shared libraries for libconfig
|
||||
Group: System/Libraries
|
||||
@ -122,7 +112,7 @@ Documentation files for package libconfig.
|
||||
|
||||
%build
|
||||
%configure
|
||||
make %{?_smp_flags}
|
||||
make %{?_smp_mflags}
|
||||
make pdf
|
||||
make html
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user