Compare commits

...
This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

5 commits

Author SHA1 Message Date
Fedora Release Engineering
5e1d9e3855 dist-git conversion 2010-07-28 08:43:44 +00:00
Richard Allen Megginson
76bc180ac4 the 1.1.5 release 2010-06-02 15:11:52 +00:00
Richard Allen Megginson
72ce8f5ec9 exclude platforms that do not support openjdk 2009-12-18 16:47:50 +00:00
Bill Nottingham
a634c8bf90 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 23:49:51 +00:00
Toshio くらとみ
4eeb37c235 Initialize branch F-12 for 389-admin-console 2009-09-29 16:10:09 +00:00
6 changed files with 14 additions and 26 deletions

View file

@ -1 +0,0 @@
389-admin-console-1.1.4.tar.bz2

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
389-admin-console-1.1.5.tar.bz2

View file

@ -1,12 +1,12 @@
%define major_version 1.1
%define minor_version 4
%define minor_version 5
%define shortname 389-admin
%define pkgname dirsrv
Name: 389-admin-console
Version: %{major_version}.%{minor_version}
Release: 2%{?dist}
Release: 1%{?dist}
Summary: 389 Admin Server Management Console
Group: Applications/System
@ -23,6 +23,10 @@ BuildRequires: idm-console-framework
BuildRequires: java-devel >= 1:1.6.0
Provides: fedora-ds-admin-console = %{version}-%{release}
Obsoletes: fedora-ds-admin-console < 1.1.4-1
%if 0%{?rhel} < 6
ExcludeArch: ppc
%endif
%description
A Java based remote management console used for Managing 389
@ -83,6 +87,12 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_datadir}/%{pkgname}/manual/en/admin/help/*.html
%changelog
* Wed Jun 2 2010 Rich Megginson <rmeggins@redhat.com> - 1.1.5-1
- the 1.1.5 release
* Fri Dec 18 2009 Rich Megginson <rmeggins@redhat.com> - 1.1.4-3
- Excluding PPC for EPEL builds as there is not openjdk there
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: 389-admin-console
# $Id$
NAME := 389-admin-console
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View file

@ -1 +0,0 @@
89-admin-console-1_1_4-1:HEAD:389-admin-console-1.1.4-1.src.rpm:1247850936

View file

@ -1 +1 @@
55c661be949c27b9ff2f754abbc2607f 389-admin-console-1.1.4.tar.bz2
14bc2716b57bc4e79128548234850179 389-admin-console-1.1.5.tar.bz2