Update to 3.2.14
This commit is contained in:
parent
1008378005
commit
e00b60bd2a
31
libnl3.spec
31
libnl3.spec
@ -2,19 +2,14 @@ Summary: Convenience library for kernel netlink sockets
|
||||
Group: Development/Libraries
|
||||
License: LGPLv2
|
||||
Name: libnl3
|
||||
Version: 3.2.13
|
||||
Version: 3.2.14
|
||||
Release: 1%{?dist}
|
||||
URL: http://www.infradead.org/~tgr/libnl/
|
||||
Source: http://www.infradead.org/~tgr/libnl/files/libnl-%{version}.tar.gz
|
||||
Source1: http://www.infradead.org/~tgr/libnl/files/libnl-doc-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: python-pygments
|
||||
BuildRequires: mscgen
|
||||
BuildRequires: flex bison
|
||||
BuildRequires: graphviz
|
||||
BuildRequires: python
|
||||
BuildRequires: asciidoc
|
||||
BuildRequires: source-highlight
|
||||
|
||||
%description
|
||||
This package contains a convenience library to simplify
|
||||
@ -50,14 +45,11 @@ This package contains libnl3 API documentation
|
||||
|
||||
%prep
|
||||
%setup -q -n libnl-%{version}
|
||||
tar -xzf %SOURCE1
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
make %{?_smp_mflags}
|
||||
pushd doc
|
||||
# docs aren't parallel-make safe
|
||||
make gendoc
|
||||
popd
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
@ -95,15 +87,18 @@ find $RPM_BUILD_ROOT -name \*.la -delete
|
||||
%files doc
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING
|
||||
%doc doc/*.html
|
||||
%doc doc/*.css
|
||||
%doc doc/stylesheets/*
|
||||
%doc doc/images/*
|
||||
%doc doc/images/icons/*
|
||||
%doc doc/images/icons/callouts/*
|
||||
%doc doc/api/*
|
||||
%doc libnl-doc-%{version}/*.html
|
||||
%doc libnl-doc-%{version}/*.css
|
||||
%doc libnl-doc-%{version}/stylesheets/*
|
||||
%doc libnl-doc-%{version}/images/*
|
||||
%doc libnl-doc-%{version}/images/icons/*
|
||||
%doc libnl-doc-%{version}/images/icons/callouts/*
|
||||
%doc libnl-doc-%{version}/api/*
|
||||
|
||||
%changelog
|
||||
* Tue Oct 30 2012 Dan Williams <dcbw@redhat.com> - 3.2.14-1
|
||||
- Update to 3.2.14
|
||||
|
||||
* Mon Sep 17 2012 Dan Williams <dcbw@redhat.com> - 3.2.13-1
|
||||
- Update to 3.2.13
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user