source: trunk/server/fedora/specs/389-ds-base.spec.patch @ 2836

Last change on this file since 2836 was 2763, checked in by achernya, 8 years ago
I have no idea what happened here
File size: 1019 bytes
  • 389-ds-base.spec

    old new  
    2525Summary:          389 Directory Server (base)
    2626Name:             389-ds-base
    2727Version:          1.3.2.23
    28 Release:          %{?relprefix}1%{?prerel}%{?dist}
     28Release:          %{?relprefix}1%{?prerel}%{?dist}.scripts.%{scriptsversion}
    2929License:          GPLv2 with exceptions
    3030URL:              http://port389.org/
    3131Group:            System Environment/Daemons
     
    115115Source1:          %{name}-git.sh
    116116Source2:          %{name}-devel.README
    117117
     118Patch1000:        389-ds-indirect-cos.patch
     119
    118120%description
    119121389 Directory Server is an LDAPv3 compliant server.  The base package includes
    120122the LDAP server and command line utilities for server administration.
     
    165167%setup -q -n %{name}-%{version}%{?prerel}
    166168cp %{SOURCE2} README.devel
    167169
     170%define _default_patch_fuzz 2
     171%patch1000 -p1 -b .cos
     172
    168173%build
    169174%if %{use_openldap}
    170175OPENLDAP_FLAG="--with-openldap"
Note: See TracBrowser for help on using the repository browser.