Home | History | Annotate | Line # | Download | only in rpm
ipsec-tools.spec.in revision 1.1.1.1.96.2
      1  1.1  manu Summary: User-space IPsec tools for the Linux IPsec implementation
      2  1.1  manu Name: ipsec-tools
      3  1.1  manu Version: @-VERSION-@
      4  1.1  manu Release: 1
      5  1.1  manu Epoch: 1
      6  1.1  manu License: BSD
      7  1.1  manu Group: System Environment/Base
      8  1.1  manu URL: http://ipsec-tools.sourceforge.net/
      9  1.1  manu Source: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
     10  1.1  manu Requires: kernel >= 2.5.54
     11  1.1  manu 
     12  1.1  manu #BuildRequires: kernel-source >= 2.5.54
     13  1.1  manu BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
     14  1.1  manu 
     15  1.1  manu %description
     16  1.1  manu IPsec-Tools is a port of the KAME Project's IPsec tools to the Linux
     17  1.1  manu IPsec implementation. IPsec-Tools provides racoon, an IKE daemon; libipsec,
     18  1.1  manu a PFKey implementation; and setkey, a security policy and security
     19  1.1  manu association database configuration utility.
     20  1.1  manu 
     21  1.1  manu %prep
     22  1.1  manu %setup -q
     23  1.1  manu 
     24  1.1  manu %build
     25  1.1  manu ./configure --prefix=/usr --sysconfdir=/etc --exec-prefix=/ --mandir=%{_mandir} --libdir=/%{_lib}
     26  1.1  manu make
     27  1.1  manu 
     28  1.1  manu %install
     29  1.1  manu rm -rf %{buildroot}
     30  1.1  manu mkdir %{buildroot}
     31  1.1  manu make install DESTDIR=%{buildroot}
     32  1.1  manu 
     33  1.1  manu %post -p /sbin/ldconfig  
     34  1.1  manu 
     35  1.1  manu %postun -p /sbin/ldconfig 
     36  1.1  manu 
     37  1.1  manu %clean
     38  1.1  manu rm -rf %{buildroot}
     39  1.1  manu 
     40  1.1  manu %files
     41  1.1  manu %defattr(-,root,root)
     42  1.1  manu %doc NEWS README ChangeLog
     43  1.1  manu %dir %{_sysconfdir}/racoon
     44  1.1  manu %config %{_sysconfdir}/racoon/*
     45  1.1  manu /sbin/*
     46  1.1  manu /%{_lib}/*
     47  1.1  manu %{_includedir}/*
     48  1.1  manu %{_mandir}/man[358]/*
     49  1.1  manu %{_sbindir}/racoon
     50  1.1  manu 
     51  1.1  manu %changelog
     52  1.1  manu * Fri Mar 07 2003 Derek Atkins <derek (a] ihtfp.com> 0.2.1-1
     53  1.1  manu - Insert into code base.  Dynamically generate the version string.
     54  1.1  manu 
     55  1.1  manu * Fri Mar 07 2003 Chris Ricker <kaboom (a] gatech.edu> 0.2.1-1
     56  1.1  manu - Rev to 0.2.1 release
     57  1.1  manu - Remove unneeded patch
     58  1.1  manu 
     59  1.1  manu * Thu Mar 06 2003 Chris Ricker <kaboom (a] gatech.edu> 0.2-1
     60  1.1  manu - initial package
     61