sasl/sasl.spec

changeset 598
240aa8fdd538
parent 597
d540c4042be9
     1.1 --- a/sasl/sasl.spec	Tue Aug 28 18:52:10 2012 +0200
     1.2 +++ b/sasl/sasl.spec	Tue Aug 28 18:52:20 2012 +0200
     1.3 @@ -1,6 +1,6 @@
     1.4  ##
     1.5  ##  sasl.spec -- OpenPKG RPM Package Specification
     1.6 -##  Copyright (c) 2000-2008 OpenPKG Foundation e.V. <http://openpkg.net/>
     1.7 +##  Copyright (c) 2000-2010 OpenPKG Foundation e.V. <http://openpkg.net/>
     1.8  ##
     1.9  ##  Permission to use, copy, modify, and distribute this software for
    1.10  ##  any purpose with or without fee is hereby granted, provided that
    1.11 @@ -24,7 +24,7 @@
    1.12  #   package information
    1.13  Name:         sasl
    1.14  Summary:      Simple Authentication and Security Layer (SASL)
    1.15 -URL:          http://asg.web.cmu.edu/sasl/
    1.16 +URL:          http://www.cyrusimap.org/
    1.17  Vendor:       Cyrus Project, CMU
    1.18  Packager:     OpenPKG Foundation e.V.
    1.19  Distribution: OpenPKG Community
    1.20 @@ -32,7 +32,7 @@
    1.21  Group:        Cryptography
    1.22  License:      BSD
    1.23  Version:      2.1.23
    1.24 -Release:      20120208
    1.25 +Release:      20101020
    1.26  
    1.27  #   package options
    1.28  %option       with_fsl      yes
    1.29 @@ -49,7 +49,7 @@
    1.30  %option       with_kerberos no
    1.31  
    1.32  #   list of sources
    1.33 -Source0:      ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-%{version}.tar.gz
    1.34 +Source0:      ftp://ftp.cyrusimap.org/cyrus-sasl/cyrus-sasl-%{version}.tar.gz
    1.35  Source1:      rc.sasl
    1.36  Source2:      fsl.sasl
    1.37  Source3:      saslauthd.conf
    1.38 @@ -57,10 +57,8 @@
    1.39  Patch0:       sasl.patch
    1.40  
    1.41  #   build information
    1.42 -Prefix:       %{l_prefix}
    1.43 -BuildRoot:    %{l_buildroot}
    1.44 -BuildPreReq:  OpenPKG, openpkg >= 20060823, gcc, make
    1.45 -PreReq:       OpenPKG, openpkg >= 20060823
    1.46 +BuildPreReq:  OpenPKG, openpkg >= 20100101, gcc, make, groff
    1.47 +PreReq:       OpenPKG, openpkg >= 20100101
    1.48  BuildPreReq:  db >= 4.1.24, openssl
    1.49  PreReq:       db >= 4.1.24, openssl
    1.50  %if "%{with_fsl}" == "yes"
    1.51 @@ -95,8 +93,6 @@
    1.52  BuildPreReq:  KERBEROS
    1.53  PreReq:       KERBEROS
    1.54  %endif
    1.55 -AutoReq:      no
    1.56 -AutoReqProv:  no
    1.57  
    1.58  %description
    1.59      SASL is the Simple Authentication and Security Layer, a method
    1.60 @@ -110,7 +106,7 @@
    1.61  %track
    1.62      prog sasl = {
    1.63          version   = %{version}
    1.64 -        url       = ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/
    1.65 +        url       = ftp://ftp.cyrusimap.org/cyrus-sasl/
    1.66          regex     = cyrus-sasl-(\d+\.\d+\.\d+)\.tar\.gz
    1.67      }
    1.68  
    1.69 @@ -308,7 +304,6 @@
    1.70      ) || exit $?
    1.71  
    1.72  %install
    1.73 -    rm -rf $RPM_BUILD_ROOT
    1.74  
    1.75      #   install package
    1.76      %{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
    1.77 @@ -410,7 +405,6 @@
    1.78  %files -f files
    1.79  
    1.80  %clean
    1.81 -    rm -rf $RPM_BUILD_ROOT
    1.82  
    1.83  %pre
    1.84      #   before upgrade, save status and stop service

mercurial