rpms/fedora-ds-dsgw/F-8 fedora-ds-dsgw.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Richard Allen Megginson (rmeggins) fedora-extras-commits at redhat.com
Mon Apr 7 15:18:17 UTC 2008


Author: rmeggins

Update of /cvs/extras/rpms/fedora-ds-dsgw/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11147/F-8

Modified Files:
	.cvsignore sources 
Added Files:
	fedora-ds-dsgw.spec 
Log Message:
initial commit on all branches


--- NEW FILE fedora-ds-dsgw.spec ---
%define pkgname   dirsrv

Summary:          Fedora Directory Server Gateway (dsgw)
Name:             fedora-ds-dsgw
Version:          1.1.0
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
* Mon Mar  3 2008 Rich Megginson <rmeggins at redhat.com> - 1.1.0-1
- Initial version based on fedora-ds-admin.spec


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/fedora-ds-dsgw/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	5 Apr 2008 17:21:27 -0000	1.1
+++ .cvsignore	7 Apr 2008 15:17:40 -0000	1.2
@@ -0,0 +1 @@
+fedora-ds-dsgw-1.1.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/fedora-ds-dsgw/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	5 Apr 2008 17:21:27 -0000	1.1
+++ sources	7 Apr 2008 15:17:40 -0000	1.2
@@ -0,0 +1 @@
+b0da249e798b0105012f0deab43f55e3  fedora-ds-dsgw-1.1.0.tar.bz2




More information about the fedora-extras-commits mailing list