Compare commits
33 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
070ed9cf3a | ||
|
|
8501db2292 | ||
|
|
a790ed318b | ||
|
|
9edc909be4 | ||
|
|
56366b9019 | ||
|
|
5a238e1482 | ||
|
|
91dd0f28c6 | ||
|
|
853f0c9d0d | ||
|
|
b9dd798578 |
||
|
|
9565b3e4f8 | ||
|
|
7d3dbb318f |
||
|
|
66dc73413e | ||
|
|
0f62acc13c | ||
|
|
796d7ed3c7 | ||
|
|
64958f8c60 | ||
|
|
cb0e367e80 | ||
|
|
7269c0aa84 | ||
|
|
86127f877e | ||
|
|
b9f05eb979 | ||
|
|
66900b98b2 | ||
|
|
d6a16d771b | ||
|
|
e6ae9adf35 | ||
|
|
1658d2409b | ||
|
|
60c9e18a7c | ||
|
|
9e76559421 | ||
|
|
c0e46e03c0 | ||
|
|
df6abcd61b | ||
|
|
7f961ae287 | ||
|
|
cd2fce93eb | ||
|
|
444efd8183 | ||
|
|
e632dc58f6 | ||
|
|
2c4d601a2e | ||
|
|
82c430c4fb |
6 changed files with 1 additions and 127 deletions
|
|
@ -1 +0,0 @@
|
||||||
389-console-1.1.3.tar.bz2
|
|
||||||
103
389-console.spec
103
389-console.spec
|
|
@ -1,103 +0,0 @@
|
||||||
%define major_version 1.1
|
|
||||||
%define minor_version 3
|
|
||||||
|
|
||||||
Name: 389-console
|
|
||||||
Version: %{major_version}.%{minor_version}
|
|
||||||
Release: 5%{?dist}
|
|
||||||
Summary: 389 Management Console
|
|
||||||
|
|
||||||
Group: Applications/System
|
|
||||||
License: LGPLv2
|
|
||||||
URL: http://port389.org
|
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
BuildArch: noarch
|
|
||||||
Source: http://port389.org/sources/%{name}-%{version}.tar.bz2
|
|
||||||
Requires: idm-console-framework
|
|
||||||
Requires: java >= 1:1.6.0
|
|
||||||
Requires: which
|
|
||||||
BuildRequires: ant
|
|
||||||
BuildRequires: ldapjdk
|
|
||||||
BuildRequires: jss
|
|
||||||
BuildRequires: idm-console-framework
|
|
||||||
BuildRequires: java-devel >= 1:1.6.0
|
|
||||||
Provides: fedora-idm-console = %{version}-%{release}
|
|
||||||
Obsoletes: fedora-idm-console < 1.1.3-2
|
|
||||||
|
|
||||||
%description
|
|
||||||
A Java based remote management console used for managing 389
|
|
||||||
Administration Server and 389 Directory Server.
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%setup -q
|
|
||||||
|
|
||||||
%build
|
|
||||||
%{ant} \
|
|
||||||
-Dbuilt.dir=`pwd`/built
|
|
||||||
|
|
||||||
# add -Dlib.dir and -Dneed_libdir on those platforms where
|
|
||||||
# jss is installed in a non-standard location
|
|
||||||
# -Dneed_libdir=yes
|
|
||||||
|
|
||||||
%install
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
install -d $RPM_BUILD_ROOT%{_javadir}
|
|
||||||
install -m644 built/*.jar $RPM_BUILD_ROOT%{_javadir}
|
|
||||||
install -d $RPM_BUILD_ROOT%{_bindir}
|
|
||||||
install -m755 built/%{name} $RPM_BUILD_ROOT/%{_bindir}
|
|
||||||
|
|
||||||
# create symlinks
|
|
||||||
pushd $RPM_BUILD_ROOT%{_javadir}
|
|
||||||
ln -s %{name}-%{version}_en.jar %{name}-%{major_version}_en.jar
|
|
||||||
ln -s %{name}-%{version}_en.jar %{name}_en.jar
|
|
||||||
popd
|
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc LICENSE
|
|
||||||
%{_javadir}/%{name}-%{version}_en.jar
|
|
||||||
%{_javadir}/%{name}-%{major_version}_en.jar
|
|
||||||
%{_javadir}/%{name}_en.jar
|
|
||||||
%{_bindir}/%{name}
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Wed Sep 30 2009 Rich Megginson <rmeggins@redhat.com> 1.1.3-5
|
|
||||||
- bug 521523 - add the "which" package to the Requires
|
|
||||||
|
|
||||||
* Wed Aug 12 2009 Rich Megginson <rmeggins@redhat.com> - 1.1.3-4
|
|
||||||
- final rebuild for 1.1.3 release
|
|
||||||
|
|
||||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.3-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed May 13 2009 Rich Megginson <rmeggins@redhat.com> 1.1.3-2
|
|
||||||
- rename to 389
|
|
||||||
|
|
||||||
* Tue Mar 31 2009 Rich Megginson <rmeggins@redhat.com> 1.1.3-1
|
|
||||||
- the 1.1.3 release
|
|
||||||
|
|
||||||
* Tue Apr 15 2008 Rich Megginson <rmeggins@redhat.com> 1.1.1-2
|
|
||||||
- use java > 1.5.0 for requirements
|
|
||||||
|
|
||||||
* Thu Jan 10 2008 Rich Megginson <rmeggins@redhat.com> 1.1.1-1
|
|
||||||
- this is the fedora package review candidate
|
|
||||||
- added LICENSE file
|
|
||||||
- changed permissions on jar files and shell script
|
|
||||||
|
|
||||||
* Wed Dec 19 2007 Rich Megginson <rmeggins@redhat.com> 1.1.0-5
|
|
||||||
- for the Fedora DS 1.1 release
|
|
||||||
|
|
||||||
* Thu Oct 25 2007 Nathan Kinder <nkinder@redhat.com> 1.1.0-4
|
|
||||||
- Removed noarch to ensure we find the 64-bit library.
|
|
||||||
|
|
||||||
* Wed Aug 1 2007 Nathan Kinder <nkinder@redhat.com> 1.1.0-3
|
|
||||||
- Separated theme package.
|
|
||||||
|
|
||||||
* Fri Jul 27 2007 Nathan Kinder <nkinder@redhat.com> 1.1.0-2
|
|
||||||
- Modified package name to be less generic.
|
|
||||||
|
|
||||||
* Mon Jul 26 2007 Nathan Kinder <nkinder@redhat.com> 1.1.0-1
|
|
||||||
- Initial creation
|
|
||||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
||||||
# Makefile for source rpm: 389-console
|
|
||||||
# $Id$
|
|
||||||
NAME := 389-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)
|
|
||||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Retiring 389-console as its been replaced by Cockpit UI plugin
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
89-console-1_1_3-2:HEAD:389-console-1.1.3-2.src.rpm:1245357596
|
|
||||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
||||||
65cc927851ae61d0763ea61fd92f18f9 389-console-1.1.3.tar.bz2
|
|
||||||
Reference in a new issue