From 1482dcb10eb078ee546a4096c2eb12ef0ff3cde6 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Sep 04 2008 16:09:40 +0000 Subject: this is the 1.1.1 release --- diff --git a/configure b/configure index cc12cde..e7fef34 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for dirsrv-gw 1.1.0. +# Generated by GNU Autoconf 2.59 for dirsrv-gw 1.1.1. # # Report bugs to . # @@ -423,8 +423,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='dirsrv-gw' PACKAGE_TARNAME='dirsrv-gw' -PACKAGE_VERSION='1.1.0' -PACKAGE_STRING='dirsrv-gw 1.1.0' +PACKAGE_VERSION='1.1.1' +PACKAGE_STRING='dirsrv-gw 1.1.1' PACKAGE_BUGREPORT='http://bugzilla.redhat.com/' ac_unique_file="dsgwutil.c" @@ -955,7 +955,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures dirsrv-gw 1.1.0 to adapt to many kinds of systems. +\`configure' configures dirsrv-gw 1.1.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1021,7 +1021,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of dirsrv-gw 1.1.0:";; + short | recursive ) echo "Configuration of dirsrv-gw 1.1.1:";; esac cat <<\_ACEOF @@ -1189,7 +1189,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -dirsrv-gw configure 1.1.0 +dirsrv-gw configure 1.1.1 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -1203,7 +1203,7 @@ cat >&5 <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by dirsrv-gw $as_me 1.1.0, which was +It was created by dirsrv-gw $as_me 1.1.1, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1847,7 +1847,7 @@ fi # Define the identity of the package. PACKAGE='dirsrv-gw' - VERSION='1.1.0' + VERSION='1.1.1' cat >>confdefs.h <<_ACEOF @@ -23028,7 +23028,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by dirsrv-gw $as_me 1.1.0, which was +This file was extended by dirsrv-gw $as_me 1.1.1, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -23091,7 +23091,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -dirsrv-gw config.status 1.1.0 +dirsrv-gw config.status 1.1.1 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.ac b/configure.ac index 50950b4..7c379dd 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([dirsrv-gw], [1.1.0], [http://bugzilla.redhat.com/]) +AC_INIT([dirsrv-gw], [1.1.1], [http://bugzilla.redhat.com/]) AC_CONFIG_SRCDIR([dsgwutil.c]) AM_INIT_AUTOMAKE([1.9 foreign subdir-objects]) AM_MAINTAINER_MODE diff --git a/fedora-ds-dsgw.spec b/fedora-ds-dsgw.spec new file mode 100644 index 0000000..2f889ec --- /dev/null +++ b/fedora-ds-dsgw.spec @@ -0,0 +1,81 @@ +%define pkgname dirsrv + +Summary: Fedora Directory Server Gateway (dsgw) +Name: fedora-ds-dsgw +Version: 1.1.1 +Release: 1%{?dist} +License: GPLv2 +URL: http://directory.fedoraproject.org/ +Group: System Environment/Daemons +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: nspr-devel +BuildRequires: nss-devel +BuildRequires: svrcore-devel +BuildRequires: mozldap-devel +BuildRequires: cyrus-sasl-devel +BuildRequires: icu +BuildRequires: libicu-devel +BuildRequires: adminutil-devel + +Requires: /etc/dirsrv/admin-serv/httpd.conf +# orgchart uses perldap +Requires: perl-Mozilla-LDAP + +Source0: http://directory.fedoraproject.org/sources/%{name}-%{version}.tar.bz2 + +%description +Fedora Directory Server Gateway is a collection of 3 web applications +that run on top of the Administration Server used by the Directory +Server. These 3 applications are: +* phonebook - a simple phonebook application geared towards end users, +with simple search screens and simple self-service management +* orgchart - an organization chart viewer +* gateway - a more advanced search interface that allows admins to +create and edit user entries, and allows creation of templates for +different types of user and group entries + +%prep +%setup -q -n %{name}-%{version} + +%build +%configure --disable-rpath + +# Generate symbolic info for debuggers +export XCFLAGS=$RPM_OPT_FLAGS + +%ifarch x86_64 ppc64 ia64 s390x sparc64 +export USE_64=1 +%endif + +make %{?_smp_mflags} + +%install +rm -rf $RPM_BUILD_ROOT + +make DESTDIR="$RPM_BUILD_ROOT" install + +# make cookie db directory +mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/run/%{pkgname}/dsgw/cookies + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc LICENSE +%dir %{_sysconfdir}/%{pkgname}/dsgw +%config(noreplace)%{_sysconfdir}/%{pkgname}/dsgw/*.conf +%{_localstatedir}/run/%{pkgname}/dsgw +%{_datadir}/%{pkgname}/dsgw +%{_datadir}/%{pkgname}/manual/*/dsgw +%{_datadir}/%{pkgname}/properties/dsgw +%{_sbindir}/* +%{_libdir}/%{pkgname}/dsgw-cgi-bin + +%changelog +* Thu Sep 4 2008 Rich Megginson - 1.1.1-1 +- this is the 1.1.1 release + +* Mon Mar 3 2008 Rich Megginson - 1.1.0-1 +- Initial version based on fedora-ds-admin.spec