From ee48cb92370f680547dbf0b33577e0fe4cfeadc50dedbcaf9b264983a91f7247 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Wed, 14 Mar 2012 14:31:02 +0000 Subject: [PATCH] - 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 --- libconfig.changes | 6 ++++++ libconfig.spec | 12 +----------- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/libconfig.changes b/libconfig.changes index 5cb6dbc..ccc3a07 100644 --- a/libconfig.changes +++ b/libconfig.changes @@ -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 diff --git a/libconfig.spec b/libconfig.spec index ad8ef47..03b88bc 100644 --- a/libconfig.spec +++ b/libconfig.spec @@ -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