diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..20821a6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +389-console-1.1.4.tar.bz2 +/389-console-1.1.7.tar.bz2 +/389-console-1.1.8.tar.bz2 +/389-console-1.1.9.tar.bz2 diff --git a/389-console.spec b/389-console.spec new file mode 100644 index 0000000..4d46359 --- /dev/null +++ b/389-console.spec @@ -0,0 +1,154 @@ +%define major_version 1.1 +%define minor_version 9 + +# only have localization for en right now +%global consolelang en + +Name: 389-console +Version: %{major_version}.%{minor_version} +Release: 1%{?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/binaries/%{name}-%{version}.tar.bz2 +Requires: idm-console-framework +Requires: java >= 1:1.6.0 +Requires: jpackage-utils +BuildRequires: ant +BuildRequires: ldapjdk +BuildRequires: jss +BuildRequires: idm-console-framework +BuildRequires: java-devel >= 1:1.6.0 +%if 0%{?rhel} < 6 +ExcludeArch: ppc +%endif + +%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 -Dman.dir=`pwd`/built%{_mandir} \ + buildnoscript + +# 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%{_sysconfdir}/java +cat > $RPM_BUILD_ROOT%{_sysconfdir}/java/%{name}.conf < - 1.1.9-1 +- 1.1.9 release +- Ticket 47604 - 389-console: remove versioned jars from %{_javadir} +- Ticket 97 - 389-console should provide man page +- Fixed symlink creation + +* Fri Aug 02 2013 Fedora Release Engineering - 1.1.7-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Wed Feb 13 2013 Fedora Release Engineering - 1.1.7-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Wed Jul 18 2012 Fedora Release Engineering - 1.1.7-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Thu Jan 12 2012 Fedora Release Engineering - 1.1.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Jun 14 2011 Rich Megginson - 1.1.7-1 +- use jpackage_script instead of packaging our own shell script +- support "skins" package for other brands/versions + +* Mon Feb 07 2011 Fedora Release Engineering - 1.1.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Thu Apr 15 2010 Rich Megginson - 1.1.4-1 +- 1.1.4 release + +* Fri Dec 18 2009 Rich Megginson - 1.1.3-6 +- Excluding PPC for EPEL builds as there is not openjdk there + +* Wed Sep 30 2009 Rich Megginson 1.1.3-5 +- bug 521523 - add the "which" package to the Requires + +* Wed Aug 12 2009 Rich Megginson - 1.1.3-4 +- final rebuild for 1.1.3 release + +* Fri Jul 24 2009 Fedora Release Engineering - 1.1.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Wed May 13 2009 Rich Megginson 1.1.3-2 +- rename to 389 + +* Tue Mar 31 2009 Rich Megginson 1.1.3-1 +- the 1.1.3 release + +* Tue Apr 15 2008 Rich Megginson 1.1.1-2 +- use java > 1.5.0 for requirements + +* Thu Jan 10 2008 Rich Megginson 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 1.1.0-5 +- for the Fedora DS 1.1 release + +* Thu Oct 25 2007 Nathan Kinder 1.1.0-4 +- Removed noarch to ensure we find the 64-bit library. + +* Wed Aug 1 2007 Nathan Kinder 1.1.0-3 +- Separated theme package. + +* Fri Jul 27 2007 Nathan Kinder 1.1.0-2 +- Modified package name to be less generic. + +* Thu Jul 26 2007 Nathan Kinder 1.1.0-1 +- Initial creation diff --git a/dead.package b/dead.package deleted file mode 100644 index 08589b0..0000000 --- a/dead.package +++ /dev/null @@ -1 +0,0 @@ -Retiring 389-console as its been replaced by Cockpit UI plugin diff --git a/sources b/sources new file mode 100644 index 0000000..ea72915 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +7a838c23faf6299b3e7d0abdd1186ec2 389-console-1.1.9.tar.bz2