source: projects/specs/trunk/lib/libn/libnl/libnl-vl.spec @ 9000

Revision 9000, 5.3 KB checked in by inagaki, 9 years ago (diff)

2014-10-06 Ryoichi INAGAKI <ryo1@…>

  • libdbi, libnl, libnl3, libtevent, libunicode: update
Line 
1Name: libnl
2Summary: Convenience library for kernel netlink sockets
3Summary(ja): Netlink ソケットの利用に便利なライブラリ
4Version: 1.1.4
5Release: 1%{?_dist_release}
6
7Group: System Environment/Libraries
8License: LGPLv2
9URL: http://people.suug.ch/~tgr/libnl/
10
11Source: http://people.suug.ch/~tgr/libnl/files/libnl-%{version}.tar.gz
12Patch1: libnl-1.0-pre5-static.patch
13Patch2: libnl-1.0-pre5-debuginfo.patch
14Patch3: libnl-1.0-pre8-use-vasprintf-retval.patch
15Patch4: libnl-1.0-pre8-more-build-output.patch
16Patch5: libnl-1.1-include-limits-h.patch
17Patch6: libnl-1.1-doc-inlinesrc.patch
18
19BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
20BuildRequires: doxygen
21
22Vendor: Project Vine
23Distribution: Vine Linux
24Packager: daisuke
25
26%description
27This package contains a convenience library to simplify
28using the Linux kernel's netlink sockets interface for
29network manipulation
30
31%package devel
32Summary: Libraries and headers for using libnl
33Summary(ja): Libnl の開発用ファイル
34Group: Development/Libraries
35Requires: %{name} = %{version}-%{release}
36Requires: kernel-headers
37
38%description devel
39This package contains various headers for using libnl
40
41%prep
42%setup -q -n %{name}-%{version}
43%patch4 -p1 -b .more-build-output
44%patch5 -p1 -b .limits
45%patch6 -p1 -b .doc-inlinesrc
46
47# a quick hack to make doxygen stripping builddir from html outputs.
48sed -i.org -e "s,^STRIP_FROM_PATH.*,STRIP_FROM_PATH = `pwd`," doc/Doxyfile.in
49
50%build
51%configure
52make
53make gendoc
54
55%install
56%{__rm} -rf $RPM_BUILD_ROOT
57make install DESTDIR=$RPM_BUILD_ROOT
58
59%clean
60%{__rm} -rf $RPM_BUILD_ROOT
61
62%post -p /sbin/ldconfig
63
64%postun -p /sbin/ldconfig
65
66%files
67%defattr(-,root,root)
68%doc COPYING README
69%{_libdir}/%{name}.so.*
70
71%files devel
72%defattr(-,root,root,0755)
73%doc doc/html
74%{_includedir}/netlink/
75%{_libdir}/%{name}.so
76%{_libdir}/%{name}.a
77%{_libdir}/pkgconfig/%{name}-1.pc
78
79%changelog
80* Fri Oct  3 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.1.4-1
81- updated to 1.1.4
82- dropt Patch1, 2 and 3
83- moved libnl to System Environment/Libraries Group
84- updated Japanese summary
85
86* Sat Dec 28 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1-4
87- rebuild with VineSeed environment
88
89* Thu Sep 30 2010 Shu KONNO <owa@bg.wakwak.com> 1.1-3
90- rebuilt with rpm-4.8.1 for pkg-config
91
92* Wed May 05 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1-2
93- rebuild with new toolchain
94
95* Wed Jul 30 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1-1
96- initial build for Vine Linux
97
98* Fri Jun 27 2008 Dan Williams <dcbw@redhat.com> - 1.1-5
99- Build documentation in -devel package (rh #452646)
100
101* Thu May 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.1-4
102- fix license tag
103
104* Fri Feb 22 2008 Dan Williams <dcbw@redhat.com> - 1.1-3
105- Include limits.h to fix gcc 4.3 rebuild issues (rh #434055)
106
107* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.1-2
108- Autorebuild for GCC 4.3
109
110* Wed Jan 23 2008 Dan Williams <dcbw@redhat.com> - 1.1-1
111- Update to version 1.1
112
113* Tue Dec 18 2007 Dan Williams <dcbw@redhat.com> - 1.0-0.15.pre8.git20071218
114- Handle removal of include/linux/ip_mp_alg.h in 2.6.24
115
116* Tue Dec 18 2007 Dan Williams <dcbw@redhat.com> - 1.0-0.14.pre8.git20071217
117- devel package should require kernel-headers
118
119* Mon Dec 17 2007 Dan Williams <dcbw@redhat.com> - 1.0-0.13.pre8.git20071217
120- Add dist tag to revision
121
122* Mon Dec 17 2007 Dan Williams <dcbw@redhat.com> - 1.0-0.12.pre8.git20071217
123- Update to -pre8 + fixes (rh #401761)
124
125* Mon Aug 14 2006 Peter Jones <pjones@redhat.com> - 1.0-0.10.pre5.4
126- Fix nl_recv() for ppc64
127
128* Mon Jul 31 2006 Jeremy Katz <katzj@redhat.com> - 1.0-0.10.pre5.3
129- unbreak the pkgconfig file
130
131* Wed Jul 26 2006 Matthias Clasen <mclasen@redhat.com> - 1.0-0.10.pre5.2
132- Fix the pkgconfig file on 64-bit systems (#197176)
133
134* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0-0.10.pre5.1
135- rebuild
136
137* Thu Jun 15 2006 Peter Jones <pjones@redhat.com> 1.0-0.10.pre5
138- Fix debuginfo generation.
139
140* Fri May 26 2006 Jason Vas Dias <jvdias@redhat.com> 1.0-0.9.pre5
141- Allow build to succeed with new gcc / glibc-kernheaders
142  (compile failed on __u64 redefinition on x86_64).
143- Add a static %{_libdir}/libnl.a library to libnl-devel for
144  programs that might need to do a static link to libnl.
145  Added after consultation with Christopher Aillon.
146
147* Sun Feb 12 2006 Christopher Aillon <caillon@redhat.com> 1.0-0.8.pre5
148- Rebuild
149
150* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0-0.7.pre5.1
151- rebuilt for new gcc4.1 snapshot and glibc changes
152
153* Mon Jan 16 2006 Christopher Aillon <caillon@redhat.com> 1.0-0.7.pre5
154- Add patch to not chown files to root.root during make install; it
155  happens normally.
156
157* Mon Jan  9 2006 Christopher Aillon <caillon@redhat.com> 1.0-0.6.pre5
158- Correctly install the pkgconfig file
159
160* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
161- rebuilt
162
163* Wed Nov  2 2005 Christopher Aillon <caillon@redhat.com> 1.0-0.5.pre5
164- Fix 64bit LIBDIR issue; use $LIBDIR instead of $PREFIX/lib
165
166* Wed Nov  2 2005 Christopher Aillon <caillon@redhat.com> 1.0-0.4.pre5
167- Update to 1.0-pre5
168
169* Tue Nov  1 2005 Christopher Aillon <caillon@redhat.com> 1.0-0.3.pre4
170- Update to 1.0-pre4
171
172* Tue Nov  1 2005 Christopher Aillon <caillon@redhat.com> 1.0-0.2.pre3
173- Minor specfile cleanup
174
175* Thu Oct 27 2005 Dan Williams <dcbw@redhat.com> 1.0-0.1.pre3
176- Split into main and devel packages
177
178* Thu Oct 27 2005 Dan Williams <dcbw@redhat.com> 1.0-0.0.pre3
179- initial build
Note: See TracBrowser for help on using the repository browser.