From a622dd4a3cb97ae991515f4dd2678678944bd6b2 Mon Sep 17 00:00:00 2001 From: mbooth Date: Nov 02 2010 23:04:07 +0000 Subject: Retired package: This package has been renamed to apache-commons-modeler in F14+ --- diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..15434ea --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +This package has been renamed to apache-commons-modeler in F14+ \ No newline at end of file diff --git a/jakarta-commons-modeler.spec b/jakarta-commons-modeler.spec deleted file mode 100644 index b4947ba..0000000 --- a/jakarta-commons-modeler.spec +++ /dev/null @@ -1,227 +0,0 @@ -%global short_name commons-modeler - -# TODO - Drop "jakarta-" from the package name -Name: jakarta-%{short_name} -Version: 2.0.1 -Release: 5%{?dist} -Summary: Model MBeans utility classes -Group: Development/Libraries/Java -License: ASL 2.0 -URL: http://commons.apache.org/modeler/ - -Source0: http://archive.apache.org/dist/commons/modeler/source/%{short_name}-%{version}-src.tar.gz - -# a maven2 pom is not supplied, so supply one based on the one from source control: -# $ svn export -r 678495 http://svn.apache.org/repos/asf/commons/proper/modeler/trunk/pom.xml -Source1: pom.xml - -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildArch: noarch - -BuildRequires: java-devel >= 1:1.6.0 -BuildRequires: jpackage-utils -BuildRequires: jakarta-commons-beanutils >= 1.6 -BuildRequires: jakarta-commons-collections >= 2.1 -BuildRequires: jakarta-commons-digester >= 1.4.1 -BuildRequires: jakarta-commons-logging >= 1.0.4 -BuildRequires: xml-commons-apis -BuildRequires: maven2-plugin-antrun -BuildRequires: maven2-plugin-assembly -BuildRequires: maven2-plugin-compiler -BuildRequires: maven2-plugin-idea -BuildRequires: maven2-plugin-install -BuildRequires: maven2-plugin-jar -BuildRequires: maven2-plugin-javadoc -BuildRequires: maven2-plugin-resources -BuildRequires: maven-doxia-sitetools -BuildRequires: maven-plugin-bundle -BuildRequires: maven-surefire-maven-plugin -BuildRequires: maven-surefire-provider-junit -Requires: java -Requires: jpackage-utils -Requires: jakarta-commons-beanutils >= 1.6 -Requires: jakarta-commons-collections >= 2.1 -Requires: jakarta-commons-digester >= 1.4.1 -Requires: jakarta-commons-logging >= 1.0.4 -Requires: xml-commons-apis - -Provides: %{short_name} = %{version}-%{release} -Obsoletes: %{short_name} < %{version}-%{release} - -%description -Commons Modeler makes the process of setting up JMX (Java Management -Extensions) MBeans easier by configuring the required meta data using an -XML descriptor. In addition, Modeler provides a factory mechanism to -create the actual Model MBean instances. - -%package javadoc -Summary: Javadocs for %{name} -Group: Development/Documentation -Requires: %{name} = %{version}-%{release} - -%description javadoc -API documentation for %{name}. - -%prep -%setup -q -n %{short_name}-%{version}-src - -cp -p %{SOURCE1} pom.xml - -%build -export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository -mkdir -p $MAVEN_REPO_LOCAL - -# TODO: disable tests for now because they need internet access -- they run fine locally -mvn-jpp -Dmaven.repo.local=$MAVEN_REPO_LOCAL -Dmaven.test.skip=true install javadoc:javadoc - -%install -rm -rf %{buildroot} - -# jars -install -pD -T target/%{short_name}-%{version}.jar \ - %{buildroot}%{_javadir}/%{short_name}-%{version}.jar -(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|%{short_name}|%{name}|g"`; done) -(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done) - -# javadocs -mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version} -cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}-%{version} -(cd %{buildroot}%{_javadocdir} && ln -sf %{name}-%{version} %{name}) - -# pom -install -pD -T -m 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{short_name}.pom -%add_to_maven_depmap %{short_name} %{short_name} %{version} JPP %{short_name} - -%clean -rm -rf %{buildroot} - -%post -%update_maven_depmap - -%postun -%update_maven_depmap - -%files -%defattr(-,root,root,-) -%doc LICENSE.txt NOTICE.txt RELEASE-NOTES* -%{_mavendepmapfragdir}/* -%{_mavenpomdir}/* -%{_javadir}/* - -%files javadoc -%defattr(-,root,root,-) -%{_javadocdir}/%{name}-%{version} -%{_javadocdir}/%{name} - -%changelog -* Wed Mar 3 2010 Mat Booth - 2.0.1-5 -- Not ready yet for OSGi depsolving. See RHBZ #488352. - -* Tue Mar 2 2010 Alexander Kurtakov 2.0.1-4 -- BR java-devel 1.6.0. - -* Tue Mar 2 2010 Alexander Kurtakov 2.0.1-3 -- Remove all jmx/mx4j hacks. It is simply not needed - jmx is in the jdk since Java 5. - -* Tue Dec 8 2009 Mat Booth - 2.0.1-2 -- Enable OSGi automatic depsolving (from Alphonse Van Assche). - -* Wed Dec 2 2009 Mat Booth - 2.0.1-1 -- Update to 2.0.1 -- Rewrite spec file to build using upstream-preferred maven instead of ant -- Drop patches to build script -- Now with OSGi manifest (comes free with the maven build) -- Now installs pom and fettles the maven dep-map, see RHBZ #542730 -- Fix javadoc package requires - -* Fri Jul 24 2009 Fedora Release Engineering - 0:2.0-6.3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Wed Feb 25 2009 Fedora Release Engineering - 0:2.0-5.3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Wed Jul 9 2008 Tom "spot" Callaway - 0:2.0-4.3 -- drop repotag -- fix license tag - -* Tue Feb 19 2008 Fedora Release Engineering - 0:2.0-4jpp.2 -- Autorebuild for GCC 4.3 - -* Fri Sep 07 2007 Matt Wringe - 0:2.0-3jpp.2 -- Fix unowned directory - -* Wed Mar 21 2007 Matt Wringe - 0:2.0-3jpp.1 -- Merge with lastest jpp version - -* Wed Mar 21 2007 Matt Wringe - 0:2.0-3jpp -- Make provides and obsoletes versioned -- Fix eol encoding on various files - -* Tue Mar 12 2007 Jason Corley - 0:2.0-2jpp -- respin to upload to main repo -- fix rpmlint warnings - -* Tue Feb 27 2007 Jason Corley - 0:2.0-1jpp -- change copyright text to have current year -- minor aesthetic cleanups -- update to 2.0 - -* Thu Aug 10 2006 Matt Wringe - 0:1.1-8jpp.1 -- Merge with upstream version: - - Add missing javadoc requires - - Add patches to properly set the classpath in build.xml and - build.properties.default - -* Thu Aug 10 2006 Karsten Hopp 1.1-7jpp_3fc -- Requires(post/postun): coreutils - -* Sat Jul 22 2006 Jakub Jelinek - 0:1.1-7jpp_2fc -- Rebuilt - -* Wed Jul 19 2006 Matt Wringe - 0:1.1-7jpp_1fc -- Merged with upstream version - -* Wed Jul 19 2006 Matt Wringe - 0:1.1-7jpp -- Removed separate definition of name, version and release - -* Mon Jul 17 2006 Matt Wringe - 0:1.1-6jpp -- Added contional native compilation. - -* Wed Apr 26 2006 Fernando Nasser - 0:1.1-5jpp -- First JPP 1.7 build - -* Thu Feb 24 2005 David Walluck 0:1.1-4jpp -- add missing epochs to dependencies -- add non-versioned javadoc symlink -- fix file permissions - -* Sun Aug 23 2004 Randy Watler - 0:1.1-3jpp -- Rebuild with ant-1.6.2 -* Thu Oct 09 2003 Henri Gomez 0:1.1-2jpp -- fix junit typo (reported by Kaj J. Niemi) - -* Wed Oct 08 2003 Henri Gomez 0:1.1-1jpp -- modeler 1.1 - -* Tue Mar 25 2003 Nicolas Mailhot 1.0-6jpp -- for jpackage-utils 1.5 - -* Thu Feb 27 2003 Henri Gomez 1.0-5jpp -- fix ASF license - -* Thu Feb 27 2003 Henri Gomez 1.0-4jpp -- fix missing packager tag -- fix new mx4j jar name (mx4j-jmx.jar) - -* Fri Jul 12 2002 Henri Gomez 1.0-3jpp -- updated requires for jaxp_parser_impl and xml-commons-apis - -* Mon Jun 10 2002 Henri Gomez 1.0-2jpp -- use sed instead of bash 2.x extension in link area to make spec compatible - with distro using bash 1.1x - -* Fri Jun 07 2002 Henri Gomez 1.0-1jpp -- 1.0 -- added short names in %%{_javadir}, as does jakarta developpers -- first jPackage release diff --git a/pom.xml b/pom.xml deleted file mode 100644 index 3e4627a..0000000 --- a/pom.xml +++ /dev/null @@ -1,208 +0,0 @@ - - - - - org.apache.commons - commons-parent - 11 - - 4.0.0 - commons-modeler - commons-modeler - 2.0.1 - Commons Modeler - 2002 - - Commons Modeler makes the process of setting up JMX (Java - Management Extensions) MBeans easier by configuring the required meta - data using an XML descriptor. In addition, Modeler provides a factory - mechanism to create the actual Model MBean instances. - - http://commons.apache.org/modeler/ - - - jira - http://issues.apache.org/jira/browse/MODELER - - - - scm:svn:http://svn.apache.org/repos/asf/commons/proper/modeler/trunk - scm:svn:https://svn.apache.org/repos/asf/commons/proper/modeler/trunk - http://svn.apache.org/viewvc/commons/proper/modeler/trunk - - - - - Craig McClanahan - craigmcc - craigmcc@apache.org - Apache - - - - Yoav Shapira - yoavs - yoavs@apache.org - Apache - - - - Bill Barker - billbarker - billbarker@apache.org - Apache - - - - Davanum Srinivas - dims - dims@apache.org - Apache - - - - - - commons-digester - commons-digester - 1.4.1 - - - - commons-logging - commons-logging-api - 1.0.4 - - - - xml-apis - xml-apis - 2.0.2 - provided - - - - junit - junit - 3.8.1 - test - - - - ant - ant - 1.5 - true - - - - - modeler - 2.0.1 - - MODELER - 12310486 - - - - src/java - src/test - - - . - META-INF - - NOTICE.txt - LICENSE.txt - - - - src/java/org/apache/commons/modeler/ant - META-INF - - ant.properties - - - - src/java - META-INF - - **/ant.properties - **/mbeans-descriptors.dtd - - - - - - - src/test - false - - **/*.xml - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - **/*TestCase.java - - - - - maven-assembly-plugin - - - src/assembly/bin.xml - src/assembly/src.xml - - gnu - - - - - - - - - org.apache.maven.plugins - maven-changes-plugin - 2.0 - - ${basedir}/xdocs/changes.xml - %URL%/%ISSUE% - - - - - changes-report - - - - - - - - diff --git a/sources b/sources deleted file mode 100644 index 4de8b2c..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -9ad2dc25be91c38b93346653736856dd commons-modeler-2.0.1-src.tar.gz