Accepting request 27194 from mozilla:Factory
Copy from mozilla:Factory/nss-shared-helper based on submit request 27194 from user wrosenauer OBS-URL: https://build.opensuse.org/request/show/27194 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nss-shared-helper?expand=0&rev=8
This commit is contained in:
parent
6ff0f40191
commit
c34b573f88
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 17 21:47:10 CET 2009 - jengelh@medozas.de
|
||||
|
||||
- Add baselibs.conf as a source
|
||||
- Enable parallel building
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 21 22:56:23 CEST 2009 - wr@rosenauer.org
|
||||
|
||||
|
@ -20,11 +20,12 @@
|
||||
Name: nss-shared-helper
|
||||
BuildRequires: mozilla-nss-devel pkg-config
|
||||
Version: 1.0.7
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Helper functions for sharing NSS database
|
||||
Group: Development/Libraries/C and C++
|
||||
License: LGPL v2.0 or later
|
||||
License: LGPLv2.0+
|
||||
Source0: nss-shared-helper-%{version}.tar.bz2
|
||||
Source1: baselibs.conf
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
AutoReqProv: on
|
||||
|
||||
@ -39,7 +40,7 @@ Authors:
|
||||
%define debug_package_requires libnsssharedhelper0 = %{version}-%{release}
|
||||
|
||||
%package -n libnsssharedhelper0
|
||||
License: GPL v2 or later
|
||||
License: GPLv2+
|
||||
Summary: Helper functions for sharing NSS database
|
||||
Group: Development/Libraries/C and C++
|
||||
|
||||
@ -52,7 +53,7 @@ Authors:
|
||||
Hans Petter Jansson <hpj@copyleft.no>
|
||||
|
||||
%package devel
|
||||
License: GPL v2 or later
|
||||
License: GPLv2+
|
||||
Summary: Development libraries for nss-shared-helper
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libnsssharedhelper0 = %{version}
|
||||
@ -71,7 +72,7 @@ Authors:
|
||||
|
||||
%build
|
||||
%configure
|
||||
%__make
|
||||
%__make %{?jobs:-j%jobs};
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
|
Loading…
Reference in New Issue
Block a user