Run spec-beautifier over specfile
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/libnetfilter_log?expand=0&rev=10
This commit is contained in:
parent
cf0717aee7
commit
8efc7501f3
@ -23,10 +23,10 @@ Version: 1.0.0
|
||||
Release: 1
|
||||
License: GNU GPL v2
|
||||
Group: Productivity/Networking/Security
|
||||
Url: http://netfilter.org/projects/libnetfilter_log/
|
||||
Source: http://netfilter.org/projects/libnetfilter_log/files/%{name}-%{version}.tar.bz2
|
||||
URL: http://netfilter.org/projects/libnetfilter_log/
|
||||
Source: http://netfilter.org/projects/libnetfilter_log/files/%name-%version.tar.bz2
|
||||
Source2: baselibs.conf
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRoot: %_tmppath/%name-%version-build
|
||||
BuildRequires: libnfnetlink-devel >= 0.0.41
|
||||
BuildRequires: linux-kernel-headers >= 2.6.14, pkg-config >= 0.19
|
||||
Summary: Userspace library for accessing logged packets
|
||||
@ -37,7 +37,7 @@ packets that have been logged by the kernel packet filter. It is is
|
||||
part of a system that deprecates the old syslog/dmesg based packet
|
||||
logging. This library has been previously known as libnfnetlink_log.
|
||||
|
||||
%define debug_package_requires %lname = %{version}-%{release}
|
||||
%define debug_package_requires %lname = %version-%release
|
||||
|
||||
%package -n %lname
|
||||
Group: System/Libraries
|
||||
@ -52,7 +52,7 @@ logging. This library has been previously known as libnfnetlink_log.
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %lname = %{version} libnfnetlink-devel
|
||||
Requires: %lname = %version, libnfnetlink-devel
|
||||
Summary: Userspace library for accessing logged packets
|
||||
|
||||
%description devel
|
||||
@ -70,7 +70,7 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
find %{buildroot} -name "*.la" -delete
|
||||
find %buildroot -name "*.la" -delete
|
||||
|
||||
%post -n %lname -p /sbin/ldconfig
|
||||
|
||||
@ -78,14 +78,14 @@ find %{buildroot} -name "*.la" -delete
|
||||
|
||||
%files -n %lname
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libnetfilter_log.so.*
|
||||
%{_libdir}/libnetfilter_log_libipulog.so.*
|
||||
%_libdir/libnetfilter_log.so.*
|
||||
%_libdir/libnetfilter_log_libipulog.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/libnetfilter_log
|
||||
%{_libdir}/libnetfilter_log.so
|
||||
%{_libdir}/libnetfilter_log_libipulog.so
|
||||
%{_libdir}/pkgconfig/libnetfilter_log.pc
|
||||
%_includedir/libnetfilter_log
|
||||
%_libdir/libnetfilter_log.so
|
||||
%_libdir/libnetfilter_log_libipulog.so
|
||||
%_libdir/pkgconfig/libnetfilter_log.pc
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user