- add post/postun requirements
- review fixes
This commit is contained in:
parent
4545342762
commit
8fa1b3b5bf
@ -1,16 +1,16 @@
|
||||
Summary: User-space access to Linux Kernel SCTP
|
||||
Name: lksctp-tools
|
||||
Version: 1.0.6
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: LGPL
|
||||
Group: System Environment/Libraries
|
||||
URL: http://lksctp.sourceforge.net
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Patch0: lksctp-tools-1.0.6-libdir.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||
#BuildRequires: tetex, tetex-latex, tetex-xdvi, tetex-dvips
|
||||
#BuildRequires: ghostscript, enscript
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: libtool, automake, autoconf
|
||||
Requires(post): /sbin/ldconfig
|
||||
Requires(postun): /sbin/ldconfig
|
||||
Conflicts: kernel < 2.6.10
|
||||
|
||||
%description
|
||||
@ -50,7 +50,7 @@ Drafts).
|
||||
%build
|
||||
[ ! -x ./configure ] && sh bootstrap
|
||||
%configure
|
||||
make
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -91,6 +91,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc doc/*.txt
|
||||
|
||||
%changelog
|
||||
* Wed Feb 21 2007 Karsten Hopp <karsten@redhat.com> 1.0.6-3
|
||||
- add post/postun requirements
|
||||
- review fixes
|
||||
|
||||
* Tue Sep 19 2006 Karsten Hopp <karsten@redhat.de> 1.0.6-2
|
||||
- fix fileconflict (#205225)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user