Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:mkubecek:utils
libnfnetlink
project.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File project.diff of Package libnfnetlink
--- libnfnetlink.changes.orig +++ libnfnetlink.changes @@ -6,11 +6,21 @@ Wed Apr 6 06:27:09 UTC 2022 - Jan Engel netlink messages. ------------------------------------------------------------------- +Thu Feb 11 17:39:29 UTC 2021 - Michal Kubecek <mkubecek@suse.cz> + +- undo specfile "modernization" breaking build on older systems + +------------------------------------------------------------------- Wed Oct 14 00:28:01 UTC 2020 - Jan Engelhardt <jengelh@inai.de> - Modernize specfile constructs. ------------------------------------------------------------------- +Tue Apr 10 16:43:09 UTC 2018 - mkubecek@suse.cz + +- fix SLE11 build (no %license macro there) + +------------------------------------------------------------------- Tue Mar 27 13:12:25 CEST 2018 - kukuk@suse.de - Use %license instead of %doc [bsc#1082318] --- libnfnetlink.spec.orig +++ libnfnetlink.spec @@ -31,6 +31,8 @@ Source: http://netfilter.org/pro Source2: http://netfilter.org/projects/libnfnetlink/files/%name-%version.tar.bz2.sig Source3: baselibs.conf Source4: %name.keyring +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: pkgconfig >= 0.21 %description libnfnetlink is the low-level library for netfilter related @@ -61,26 +63,32 @@ It is only used by other netfilter.org p libnetfilter_log, libnetfilter_queue or libnetfilter_conntrack. %prep -%autosetup -p1 +%setup -q %build # includedir intentional, cf. bugzilla.opensuse.org/795968 %configure --disable-static --includedir="%_includedir/%name" -%make_build +make %{?_smp_mflags} %install -%make_install +make install DESTDIR="%buildroot" rm -f "%buildroot/%_libdir"/*.la %post -n %libsoname -p /sbin/ldconfig %postun -n %libsoname -p /sbin/ldconfig %files -n %libsoname +%defattr(-,root,root) +%if 0%{?suse_version} >= 1500 || 0%{?sle_version} >= 120300 %license COPYING +%else +%doc COPYING +%endif %doc README %_libdir/libnfnetlink.so.0* %files devel +%defattr(-,root,root) %_includedir/%name/ %_libdir/libnfnetlink.so %_libdir/pkgconfig/libnfnetlink.pc
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor