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