98 lines
2.8 KiB
RPMSpec
98 lines
2.8 KiB
RPMSpec
|
Name: libnl1
|
||
|
Version: 1.1.4
|
||
|
Release: 1mamba
|
||
|
Summary: A library for applications dealing with netlink sockets
|
||
|
Group: System/Libraries
|
||
|
Vendor: openmamba
|
||
|
Distribution: openmamba
|
||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||
|
URL: http://people.suug.ch/~tgr/libnl/
|
||
|
Source: http://people.suug.ch/%7Etgr/libnl/files/libnl-%{version}.tar.gz
|
||
|
Patch0: libnl-1.1-vlan_include_fix.patch
|
||
|
Patch1: libnl-1.1-glibc-2.8.patch
|
||
|
Patch2: libnl-1.1-vlan_flags.patch
|
||
|
License: LGPL
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||
|
|
||
|
%description
|
||
|
libnl is a library for applications dealing with netlink sockets.
|
||
|
The library provides an interface for raw netlink messaging and various netlink family specific interfaces.
|
||
|
|
||
|
%package devel
|
||
|
Group: Development/Libraries
|
||
|
Summary: Static libraries and headers for %{name}
|
||
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||
|
|
||
|
%description devel
|
||
|
libnl is a library for applications dealing with netlink sockets.
|
||
|
The library provides an interface for raw netlink messaging and various netlink family specific interfaces.
|
||
|
This package contains static libraries and header files need for development.
|
||
|
|
||
|
%prep
|
||
|
%setup -q -n libnl-%{version}
|
||
|
%patch0 -p1
|
||
|
#%patch1 -p1
|
||
|
%patch2 -p1
|
||
|
#fix permissions
|
||
|
chmod 644 ChangeLog COPYING
|
||
|
|
||
|
%build
|
||
|
%configure
|
||
|
%make
|
||
|
|
||
|
%install
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
%makeinstall
|
||
|
|
||
|
##fix permissions
|
||
|
#chmod 755 %{buildroot}%{_libdir}/libnl.so.?.?
|
||
|
|
||
|
%clean
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
|
||
|
%post -p /sbin/ldconfig
|
||
|
%postun -p /sbin/ldconfig
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root)
|
||
|
%{_libdir}/libnl.so.*
|
||
|
%doc COPYING ChangeLog
|
||
|
|
||
|
%files devel
|
||
|
%defattr(-,root,root)
|
||
|
%dir %{_includedir}/netlink
|
||
|
%{_includedir}/netlink/*.h
|
||
|
%dir %{_includedir}/netlink/fib_lookup
|
||
|
%{_includedir}/netlink/fib_lookup/*.h
|
||
|
%dir %{_includedir}/netlink/route
|
||
|
%dir %{_includedir}/netlink/route/cls
|
||
|
%{_includedir}/netlink/route/cls/*.h
|
||
|
%dir %{_includedir}/netlink/route/sch
|
||
|
%{_includedir}/netlink/route/sch/*.h
|
||
|
%{_includedir}/netlink/route/*.h
|
||
|
%dir %{_includedir}/netlink/genl
|
||
|
%{_includedir}/netlink/genl/*.h
|
||
|
%{_libdir}/libnl.a
|
||
|
%{_libdir}/libnl.so
|
||
|
%{_libdir}/pkgconfig/libnl-1.pc
|
||
|
|
||
|
%changelog
|
||
|
* Fri May 31 2013 Automatic Build System <autodist@mambasoft.it> 1.1.4-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Tue Oct 04 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1-4mamba
|
||
|
- rebuilt as legacy package
|
||
|
|
||
|
* Fri Apr 30 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1-3mamba
|
||
|
- added patches to build with current glibc and kernel headers
|
||
|
|
||
|
* Mon Aug 25 2008 Aleph0 <aleph0@openmamba.org> 1.1-2mamba
|
||
|
- fix wrong file permissions
|
||
|
- update dynamic linker cache
|
||
|
|
||
|
* Sun May 11 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1-1mamba
|
||
|
- update to 1.1
|
||
|
|
||
|
* Thu Mar 08 2007 Silvan Calarco <silvan.calarco@mambasoft.it> pre6-1qilnx
|
||
|
- package created by autospec
|