Update to 3.2.14

This commit is contained in:
Dan Williams 2012-10-30 13:00:51 -05:00
parent 1008378005
commit e00b60bd2a
2 changed files with 15 additions and 19 deletions

View File

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

View File

@ -1 +1,2 @@
5f1c6fcf4f56aafbc4bf13ec6ef80cbf libnl-3.2.13.tar.gz 81d44f530aa0af1638a220c413baec05 libnl-3.2.14.tar.gz
90ed59f501bf39ff58028ecbc8b6026d libnl-doc-3.2.14.tar.gz