[libnl3/f18] Update to 3.2.14

Daniel Williams dcbw at fedoraproject.org
Tue Oct 30 17:56:51 UTC 2012


commit ff81edce8bdd85e97b906902921cf51bf92e981c
Author: Dan Williams <dcbw at redhat.com>
Date:   Tue Oct 30 13:00:13 2012 -0500

    Update to 3.2.14

 libnl3.spec |   31 +++++++++++++------------------
 sources     |    3 ++-
 2 files changed, 15 insertions(+), 19 deletions(-)
---
diff --git a/libnl3.spec b/libnl3.spec
index d3c8b17..a9fae0f 100644
--- a/libnl3.spec
+++ b/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 at redhat.com> - 3.2.14-1
+- Update to 3.2.14
+
 * Mon Sep 17 2012 Dan Williams <dcbw at redhat.com> - 3.2.13-1
 - Update to 3.2.13
 
diff --git a/sources b/sources
index 3e3fc22..e128a4c 100644
--- a/sources
+++ b/sources
@@ -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


More information about the scm-commits mailing list