-
Notifications
You must be signed in to change notification settings - Fork 38
/
lksctp-tools.spec.in
184 lines (144 loc) · 4.98 KB
/
lksctp-tools.spec.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
# -*- rpm-spec -*-
#
# lksctp-tools.spec.in --- RPM'ed lksctp-tools
# Author : Francois-Xavier Kowalski
# Created On : Sat Jan 10 14:53:53 2004
# Last Modified By: Vlad Yasevich
# Last Modified On: Tue Jan 08 10:56 EDT 2013
#
# (c) Copyright Hewlett-Packard Company 2004
# (C) Copyright IBM Corp. 2004
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public
# License v2 as published by the Free Software Foundation; only
# version 2 of the License is valid for this software, unless
# explicitly otherwise stated.
#
# This software is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public
# License v2 along with this program; if not, write to the
# Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
# MA 02139, USA.
Summary: User-space access to Linux Kernel SCTP
Name: @PACKAGE@
Version: @VERSION@
Release: 1
License: LGPL
Group: System Environment/Libraries
URL: https://github.com/sctp/lksctp-tools/
Source0: https://github.com/sctp/%{name}/archive/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: gcc
#BuildRequires: tetex, tetex-latex, tetex-xdvi, tetex-dvips
#BuildRequires: ghostscript, enscript
BuildRequires: libtool, automake, autoconf
%description
This is the lksctp-tools package for Linux Kernel SCTP Reference
Implementation.
This package is intended to supplement the Linux Kernel SCTP Reference
Implementation now available in the Linux kernel source tree in
versions 2.5.36 and following. For more information on LKSCTP see the
package documentation README file, section titled "LKSCTP - Linux
Kernel SCTP."
This package contains the base run-time library & command-line tools.
%package devel
Summary: Development kit for lksctp-tools
Group: Development/Libraries
Requires: %{name} = %{version}
Requires: glibc-devel
%description devel
Development kit for lksctp-tools
- Man pages
- Header files
- Static libraries
- Symlinks to dynamic libraries
- Tutorial source code
%package doc
Summary: Documents pertaining to SCTP
Group: System Environment/Libraries
Requires: %{name} = %{version}
%description doc
Documents pertaining to LKSCTP & SCTP in general
- IETF RFC's & Internet Drafts
%prep
%setup -q -n %{name}-%{version}
%build
%configure --enable-shared --enable-static
make
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR="$RPM_BUILD_ROOT"
%clean
rm -rf $RPM_BUILD_ROOT
%post
/sbin/ldconfig
%postun
/sbin/ldconfig
%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog COPYING.lib
%{_bindir}/*
%{_libdir}/libsctp.so.*
%{_libdir}/@PACKAGE@/*
%files devel
%defattr(-,root,root,-)
%{_includedir}
%{_libdir}/libsctp.so
%{_libdir}/libsctp.a
%{_libdir}/libsctp.la
%{_datadir}/@PACKAGE@/*
%{_mandir}/*
%files doc
%defattr(-,root,root,-)
%doc doc/*.txt
%changelog
* Mon May 09 2016 Marcelo Ricardo Leitner <[email protected]> 1.0.17-1
- 1.0.17 Release
* Tue Feb 18 2014 Daniel Borkmann <[email protected]> 1.0.16-1
- 1.0.16 Release
* Sun May 12 2013 Daniel Borkmann <[email protected]> 1.0.15-1
- 1.0.15 Release
* Wed Apr 05 2013 Daniel Borkmann <[email protected]> 1.0.14-1
- 1.0.14 Release
* Wed Jan 23 2013 Daniel Borkmann <[email protected]> 1.0.13-1
- 1.0.13 Release
* Tue Jan 08 2013 Vlad Yasevich <[email protected]> 1.0.12-1
- 1.0.12 Release
* Wed Oct 21 2009 Vlad Yasevich <[email protected]> 1.0.11-1
- 1.0.11 Release
* Fri Mar 27 2009 Vlad Yasevich <[email protected]> 1.0.10-1
- 1.0.10 Release
* Sun Jun 13 2008 Vlad Yasevich <[email protected]> 1.0.9-1
- 1.0.9 Release
* Fri Feb 01 2008 Vlad Yasevich <[email protected]> 1.0.8-1
- 1.0.8 Release
* Fri Jun 29 2007 Vlad Yasevich <[email protected]> 1.0.7-1
- 1.0.7 Release
* Fri Feb 3 2006 Sridhar Samudrala <[email protected]> 1.0.6-1
- 1.0.6 Release
* Tue Jan 3 2006 Sridhar Samudrala <[email protected]> 1.0.5-1
- 1.0.5 Release
* Fri Oct 28 2005 Sridhar Samudrala <[email protected]> 1.0.4-1
- 1.0.4 Release
* Thu Sep 1 2005 Sridhar Samudrala <[email protected]> 1.0.3-1
- 1.0.3 Release
* Thu Dec 30 2004 Sridhar Samudrala <[email protected]> 1.0.2-1
- 1.0.2 Release
* Tue May 11 2004 Sridhar Samudrala <[email protected]> 1.0.1-1
- 1.0.1 Release
* Thu Feb 26 2004 Sridhar Samudrala <[email protected]> 1.0.0-1
- 1.0.0 Release
* Fri Feb 6 2004 Francois-Xavier Kowalski <[email protected]> 0.9.0-1
- package only .txt doc files
* Wed Feb 4 2004 Francois-Xavier Kowalski <[email protected]> 0.7.5-1
- badly placed & undelivered files
- simplified delivery list
* Tue Jan 27 2004 Francois-Xavier Kowalski <[email protected]> 0.7.5-1
- Integrate comment from project team
* Sat Jan 10 2004 Francois-Xavier Kowalski <[email protected]> 2.6.0_test7_0.7.4-1
- Creation