Accepting request 84408 from network:ldap
- Remove redundant tags/sections from specfile (cf. packaging guidelines) - Use %_smp_mflags for parallel build - Implement baselibs config (forwarded request 83258 from jengelh) OBS-URL: https://build.opensuse.org/request/show/84408 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ding-libs?expand=0&rev=4
This commit is contained in:
commit
890f6cdfe0
20
baselibs.conf
Normal file
20
baselibs.conf
Normal file
@ -0,0 +1,20 @@
|
||||
libpath_utils1
|
||||
libpath_utils-devel
|
||||
requires -libpath_utils-<targettype>
|
||||
requires "libpath_utils1-<targettype> = <version>"
|
||||
libdhash1
|
||||
libdhash-devel
|
||||
requires -libdhash-<targettype>
|
||||
requires "libdhash1-<targettype> = <version>"
|
||||
libcollection2
|
||||
libcollection-devel
|
||||
requires -libcollection-<targettype>
|
||||
requires "libcollection2-<targettype> = <version>"
|
||||
libref_array1
|
||||
libref_array-devel
|
||||
requires -libref_array-<targettype>
|
||||
requires "libref_array1-<targettype> = <version>"
|
||||
libini_config2
|
||||
libini_config-devel
|
||||
requires -libini_config-<targettype>
|
||||
requires "libini_config2-<targettype> = <version>"
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
- Remove redundant tags/sections from specfile
|
||||
(cf. packaging guidelines)
|
||||
- Use %_smp_mflags for parallel build
|
||||
- Implement baselibs config
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 19 13:03:39 UTC 2010 - rhafer@novell.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ding-libs (Version 0.1.2)
|
||||
# spec file for package ding-libs
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2011 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
|
||||
@ -30,6 +30,7 @@ Group: Development/Libraries/C and C++
|
||||
License: LGPLv3+
|
||||
Url: http://fedorahosted.org/sssd/
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
Source2: baselibs.conf
|
||||
Patch0: doxygen-notimestamp.dif
|
||||
Patch1: Fix-license-text-for-several-files-that-should-be-LGPLv3+.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -281,14 +282,12 @@ structure
|
||||
%configure \
|
||||
--disable-static
|
||||
|
||||
make %{?jobs:-j%jobs} all docs
|
||||
make %{?_smp_mflags} all docs
|
||||
|
||||
%check
|
||||
make %{?_smp_mflags} check
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
# Remove .la files created by libtool
|
||||
@ -305,6 +304,4 @@ rm -f \
|
||||
# Remove document install script. RPM is handling this
|
||||
rm -f */doc/html/installdox
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user