forked from pool/libnl3
Accepting request 159492 from security:netfilter
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/159492 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnl3?expand=0&rev=19
This commit is contained in:
commit
d74e95cd7d
1665
0001-Add-symbol-version-maps-to-libnl.patch
Normal file
1665
0001-Add-symbol-version-maps-to-libnl.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 7 19:59:56 UTC 2013 - jengelh@inai.de
|
||||
|
||||
- Add preliminary symbol versioning for libnl
|
||||
(0001-Add-symbol-version-maps-to-libnl.patch)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 25 04:04:58 UTC 2013 - jengelh@inai.de
|
||||
|
||||
|
16
libnl3.spec
16
libnl3.spec
@ -29,10 +29,13 @@ Url: http://people.suug.ch/~tgr/libnl/
|
||||
#Git-Clone: git://git.infradead.org/users/tgr/libnl
|
||||
Source: http://www.infradead.org/~tgr/libnl/files/libnl-%version.tar.gz
|
||||
Source2: baselibs.conf
|
||||
Patch1: 0001-Add-symbol-version-maps-to-libnl.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
#git#BuildRequires: autoconf, automake, libtool
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: bison
|
||||
BuildRequires: flex >= 2.5.19
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkgconfig >= 0.21
|
||||
BuildRequires: python-devel >= 2.6
|
||||
%if 0%{?suse_version}
|
||||
@ -97,14 +100,12 @@ demonstrated.
|
||||
|
||||
%prep
|
||||
%setup -qn libnl-%version
|
||||
%patch -P 1 -p1
|
||||
|
||||
%build
|
||||
if [ ! -e configure ]; then
|
||||
autoreconf -fi;
|
||||
fi;
|
||||
autoreconf -fi;
|
||||
%configure --disable-static
|
||||
# Remove LEX= workaround in 3.2.17
|
||||
make %{?_smp_mflags} LEX=flex pkglibdir="%_libdir/%lname" V=1;
|
||||
make %{?_smp_mflags} pkglibdir="%_libdir/%lname"
|
||||
|
||||
%install
|
||||
b="%buildroot";
|
||||
@ -118,8 +119,7 @@ rm -Rf "$b/%_sbindir" "$b/%_mandir/man8";
|
||||
%fdupes %buildroot/%_prefix
|
||||
%endif
|
||||
|
||||
%post -n %lname -p /sbin/ldconfig
|
||||
|
||||
%post -n %lname -p /sbin/ldconfig
|
||||
%postun -n %lname -p /sbin/ldconfig
|
||||
|
||||
%files -n %lname
|
||||
|
Loading…
Reference in New Issue
Block a user