source: projects/specs/trunk/l/lksctp-tools/lksctp-tools-vl.spec @ 9816

Revision 9816, 7.3 KB checked in by tomop, 8 years ago (diff)

lksctp-tools-1.0.16-5

Line 
1Name:    lksctp-tools
2Summary: User-space access to Linux Kernel SCTP
3Version: 1.0.16
4Release: 5%{?_dist_release}
5# src/apps/bindx_test.C is GPLv2, I've asked upstream for clarification
6License: GPLv2 and GPLv2+ and LGPLv2 and MIT
7Group:   System Environment/Libraries
8URL:     http://lksctp.sourceforge.net
9
10Source0: http://downloads.sourceforge.net/lksctp/%{name}-%{version}.tar.gz
11Patch0: lksctp-tools-1.0.16-libdir.patch
12BuildRequires: libtool, automake, autoconf
13
14Vendor: Project Vine
15Distribution: Vine Linux
16Packager: tomop
17
18%description
19This is the lksctp-tools package for Linux Kernel SCTP (Stream Control
20Transmission Protocol) Reference Implementation.
21
22This package is intended to supplement the Linux Kernel SCTP Reference
23Implementation now available in the Linux kernel source tree in
24versions 2.5.36 and following.  For more information on LKSCTP see the
25package documentation README file, section titled "LKSCTP - Linux
26Kernel SCTP."
27
28This package contains the base run-time library and command-line tools.
29
30%package devel
31Summary: Development files for lksctp-tools
32Group: Development/Libraries
33Requires: %{name}%{?_isa} = %{version}-%{release}
34
35%description devel
36Development files for lksctp-tools which include man pages, header files,
37static libraries, symlinks to dynamic libraries and some tutorial source code.
38
39%package doc
40Summary: Documents pertaining to SCTP
41Group: System Environment/Libraries
42Requires: %{name}%{?_isa} = %{version}-%{release}
43
44%description doc
45Documents pertaining to LKSCTP & SCTP in general (IETF RFC's & Internet
46Drafts).
47
48%prep
49%setup -q
50%patch0 -p1
51
52%build
53[ ! -x ./configure ] && sh bootstrap
54%configure --disable-static
55# remove rpath from libtool
56sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
57sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
58
59make %{?_smp_mflags}
60
61%install
62rm -f doc/rfc2960.txt doc/states.txt
63make install DESTDIR="$RPM_BUILD_ROOT" INSTALL="install -p"
64
65find $RPM_BUILD_ROOT -type f -name "*.la" -delete
66
67%post -p /sbin/ldconfig
68
69%postun -p /sbin/ldconfig
70
71%files
72%doc AUTHORS ChangeLog COPYING* README
73%{_bindir}/*
74%{_libdir}/libsctp.so.1*
75%dir %{_libdir}/lksctp-tools/
76%{_libdir}/lksctp-tools/libwithsctp.so.1*
77%{_mandir}/man7/*
78
79%files devel
80%{_includedir}/*
81%{_libdir}/libsctp.so
82%{_libdir}/lksctp-tools/libwithsctp.so
83%{_datadir}/lksctp-tools/
84%{_mandir}/man3/*
85
86%files doc
87%doc doc/*.txt
88
89%changelog
90* Tue Nov 17 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.0.16-5
91- initial build for Vine Linux.
92
93* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.16-4
94- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
95
96* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.16-3
97- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
98
99* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.16-2
100- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
101
102* Tue May  6 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.0.16-1
103- Update to 1.0.16
104- Spec cleanups
105
106* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.15-2
107- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
108
109* Sun May 12 2013 Daniel Borkmann <dborkman@redhat.com> - 1.0.15-1
110- Update to 1.0.15
111
112* Tue Apr 09 2013 Daniel Borkmann <dborkman@redhat.com> - 1.0.14-1
113- Update to 1.0.14
114
115* Fri Jan 25 2013 Daniel Borkmann <dborkman@redhat.com> - 1.0.13-1
116- Update to 1.0.13
117
118* Mon Jan 21 2013 Jan Safranek <jsafrane@redhat.com> - 1.0.12-1
119- Update to 1.0.12
120
121* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.11-5
122- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
123
124* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.11-4
125- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
126
127* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.11-3
128- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
129
130* Tue Oct 05 2010 Parag Nemade <paragn AT fedoraproject.org> - 1.0.11-2
131- Merge-review cleanup (#226100)
132
133* Tue Dec  1 2009 Jan Safranek <jsafrane@redhat.com> 1.0.11-1
134- Update to 1.0.11
135- Remove rpath from compiled binaries
136- Remove static libraries
137
138* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.10-2
139- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
140
141* Tue Apr 14 2009 Zdenek Prikryl <zprikryl@redhat.com> 1.0.10-1
142- added release tag to Requires of devel and doc packages (#492531)
143- Update to 1.0.10
144
145* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.9-2
146- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
147
148* Wed Aug 06 2008 Zdenek Prikryl <zprikryl@redhat.com> 1.0.9-1
149- Update to 1.0.9
150
151* Wed Jul 16 2008 Zdenek Prikryl <zprikryl@redhat.com> 1.0.8-1
152- Update to 1.0.8
153
154* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.7-3
155- Autorebuild for GCC 4.3
156
157* Wed Aug 29 2007 Karsten Hopp <karsten@redhat.com> 1.0.7-2
158- rebuild for buildid
159
160* Wed Aug 08 2007 Karsten Hopp <karsten@redhat.com> 1.0.7-1
161- update to 1.0.7
162- update license tag
163
164* Wed Feb 21 2007 Karsten Hopp <karsten@redhat.com> 1.0.6-3
165- add post/postun requirements
166- review fixes
167
168* Tue Sep 19 2006 Karsten Hopp <karsten@redhat.de> 1.0.6-2
169- fix fileconflict (#205225)
170
171* Tue Jul 25 2006 Karsten Hopp <karsten@redhat.de> 1.0.6-1
172- update to 1.0.6
173
174* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.5-1.fc5.2.1
175- rebuild
176
177* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.5-1.fc5.2
178- bump again for double-long bug on ppc(64)
179
180* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.5-1.fc5.1
181- rebuilt for new gcc4.1 snapshot and glibc changes
182
183* Tue Jan 24 2006 Warren Togami <wtogami@redhat.com> 1.0.5-1
184- 1.0.5
185
186* Fri Nov 11 2005 Matthias Saou <http://freshrpms.net/> 1.0.4-1
187- Update to 1.0.4.
188- Update syntax patch.
189- Execute bootstrap if no configure script is found.
190- Don't own entire man? directories.
191- Own data and lib lksctp-tools directories.
192- Move devel libs in _libdir/lksctp-tools/ to devel package.
193- Exclude .la files.
194- Minor spec file cleanups.
195
196* Wed Mar 02 2005 Karsten Hopp <karsten@redhat.de> 1.0.2-5
197- build with gcc-4
198
199* Mon Feb 07 2005 Karsten Hopp <karsten@redhat.de> 1.0.2-4
200- initialize variable before use
201- fix subscript out of range bug (#147286)
202
203* Mon Jan 24 2005 Karsten Hopp <karsten@redhat.de> 1.0.2-3
204- build for FC
205
206* Mon Jan 24 2005 Karsten Hopp <karsten@redhat.de> 1.0.2-2.40E.1
207- initial RH version based on sourceforge rpm
208
209* Thu Dec 30 2004 Sridhar Samudrala <sri@us.ibm.com> 1.0.2-1
210- 1.0.2 Release
211
212* Tue May 11 2004 Sridhar Samudrala <sri@us.ibm.com> 1.0.1-1
213- 1.0.1 Release
214
215* Thu Feb 26 2004 Sridhar Samudrala <sri@us.ibm.com> 1.0.0-1
216- 1.0.0 Release
217
218* Fri Feb  6 2004 Francois-Xavier Kowalski <francois-xavier.kowalski@hp.com> 0.9.0-1
219- package only .txt doc files
220
221* Wed Feb  4 2004 Francois-Xavier Kowalski <francois-xavier.kowalski@hp.com> 0.7.5-1
222- badly placed & undelivered files
223- simplified delivery list
224
225* Tue Jan 27 2004 Francois-Xavier Kowalski <francois-xavier.kowalski@hp.com> 0.7.5-1
226- Integrate comment from project team
227
228* Sat Jan 10 2004 Francois-Xavier Kowalski <francois-xavier.kowalski@hp.com> 2.6.0_test7_0.7.4-1
229- Creation
Note: See TracBrowser for help on using the repository browser.