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
|
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
|
# 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
|
||||||
@ -30,6 +30,7 @@ Group: Development/Libraries/C and C++
|
|||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
Url: http://fedorahosted.org/sssd/
|
Url: http://fedorahosted.org/sssd/
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
|
Source2: baselibs.conf
|
||||||
Patch0: doxygen-notimestamp.dif
|
Patch0: doxygen-notimestamp.dif
|
||||||
Patch1: Fix-license-text-for-several-files-that-should-be-LGPLv3+.patch
|
Patch1: Fix-license-text-for-several-files-that-should-be-LGPLv3+.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -281,14 +282,12 @@ structure
|
|||||||
%configure \
|
%configure \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make %{?jobs:-j%jobs} all docs
|
make %{?_smp_mflags} all docs
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make %{?_smp_mflags} check
|
make %{?_smp_mflags} check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
|
||||||
# Remove .la files created by libtool
|
# Remove .la files created by libtool
|
||||||
@ -305,6 +304,4 @@ rm -f \
|
|||||||
# Remove document install script. RPM is handling this
|
# Remove document install script. RPM is handling this
|
||||||
rm -f */doc/html/installdox
|
rm -f */doc/html/installdox
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user