source: projects/specs/trunk/lib/libn/libnl3/libnl3-vl.spec @ 12346

Revision 12346, 2.7 KB checked in by tomop, 4 years ago (diff)

updated 14 packages

ca-certificates-2020.2.40-1

dmidecode-3.2-1

dnsmasq-2.80-2

golang-1.14.1-1

gthumb-3.8.3-1

haveged-1.9.8-1

iw-5.4-1

liblockfile-1.14-6

libnl3-3.5.0-1

libvisio-0.1.7-2

mailx-8.1.2.20180807-1

strace-5.5-1

tzdata-2019c-1

zlib-1.2.11-2

Line 
1Name: libnl3
2Summary: Convenience library for kernel netlink sockets
3Summary(ja): Netlink ソケットの利用に便利なライブラリ
4Version: 3.5.0
5Release: 1%{?_dist_release}
6
7Group: System Environment/Libraries
8License: LGPLv2
9URL: http://www.infradead.org/~tgr/libnl/
10
11Source: http://www.infradead.org/~tgr/libnl/files/libnl-%{version}.tar.gz
12BuildRoot: %{_tmppath}/%{name}-%{version}--root
13BuildRequires:  flex
14BuildRequires:  bison
15
16Vendor:                 Project Vine
17Distribution:   Vine Linux
18
19%description
20This package contains a convenience library to simplify
21using the Linux kernel's netlink sockets interface for
22network manipulation
23
24%package devel
25Summary: Libraries and headers for using libnl3
26Summary(ja): Libnl3 の開発用ファイル
27Group: Development/Libraries
28Requires: %{name} = %{version}-%{release}
29Requires: %{name}-cli = %{version}-%{release}
30Requires: kernel-headers
31
32%description devel
33This package contains various headers for using libnl3
34
35%package cli
36Summary: Command line interface utils for libnl3
37Summary(ja): Libnl3 のコマンドラインインターフェース
38Group: Development/Tools
39Requires: %{name} = %{version}-%{release}
40
41%description cli
42This package contains various libnl3 utils and additional
43libraries on which they depend
44
45%prep
46%setup -q -n libnl-%{version}
47
48%build
49%configure --bindir=%{_sbindir} --disable-static
50make %{?_smp_mflags}
51
52%install
53make install DESTDIR=%{buildroot}
54
55rm -f %{buildroot}%{_bindir}/*
56find %{buildroot} -name \*.la -delete
57
58%post -p /sbin/ldconfig
59%post cli -p /sbin/ldconfig
60
61%postun -p /sbin/ldconfig
62%postun cli -p /sbin/ldconfig
63
64%files
65%defattr(-,root,root,-)
66%license COPYING
67%exclude %{_libdir}/libnl-cli*.so.*
68%{_libdir}/libnl-*.so.*
69%config(noreplace) %{_sysconfdir}/*
70
71%files devel
72%defattr(-,root,root,-)
73%license COPYING
74%{_includedir}/libnl3/netlink/
75%dir %{_includedir}/libnl3/
76%{_libdir}/*.so
77%{_libdir}/pkgconfig/*.pc
78
79%files cli
80%defattr(-,root,root,-)
81%license COPYING
82%{_libdir}/libnl-cli*.so.*
83%{_libdir}/libnl/
84%{_sbindir}/*
85%{_mandir}/man8/*
86
87%changelog
88* Sat Mar 21 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.5.0-1
89- new upstream release.
90
91* Sat Mar 03 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.4.0-1
92- new upstream release.
93
94* Sat Oct  4 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.2.14-2
95- moved libnl3 to System Environment/Libraries Group
96- updated Japanese summary
97
98* Sun Oct 28 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.14-1
99- new upstream release
100
101* Tue Jun 19 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.2.7-1
102- initial build for Vine Linux
103
104* Fri Feb 10 2012 Dan Williams <dcbw@redhat.com> - 3.2.7-1
105- Update to 3.2.7
106
107* Tue Jan 17 2012 Jiri Pirko <jpirko@redhat.com> - 3.2.6-1
108- Initial build
Note: See TracBrowser for help on using the repository browser.