fixes for epel5
This commit is contained in:
parent
e5936a0cad
commit
510529357f
@ -1,11 +1,13 @@
|
||||
Name: libnetfilter_cthelper
|
||||
Version: 1.0.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: User-space infrastructure for connection tracking helpers
|
||||
Group: System Environment/Libraries
|
||||
License: GPLv2
|
||||
URL: http://www.netfilter.org/projects/libnetfilter_cthelper/index.html
|
||||
Source0: http://www.netfilter.org/projects/libnetfilter_cthelper/files/libnetfilter_cthelper-%{version}.tar.bz2
|
||||
BuildRequires: libmnl-devel >= 1.0.0, pkgconfig, kernel-headers
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
%description
|
||||
This library provides the infrastructure for the user-space helper
|
||||
@ -14,6 +16,8 @@ infrastructure available since the Linux kernel 3.6.
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: libmnl-devel >= 1.0.0
|
||||
Requires: kernel-headers
|
||||
|
||||
%description devel
|
||||
The %{name}-devel package contains libraries and header files for
|
||||
@ -46,5 +50,8 @@ find $RPM_BUILD_ROOT -type f -name '*.la' -exec rm -f {} ';'
|
||||
%{_libdir}/*.so
|
||||
|
||||
%changelog
|
||||
* Tue Nov 27 2012 Paul Komkoff <i@stingr.net> - 1.0.0-2
|
||||
- fixes for epel5
|
||||
|
||||
* Mon Nov 26 2012 Paul Komkoff <i@stingr.net> - 1.0.0-1
|
||||
- new package
|
||||
|
||||
Loading…
Reference in New Issue
Block a user