Compare commits
No commits in common. "c8-stream-201902" and "c10s" have entirely different histories.
c8-stream-
...
c10s
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
||||
1
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,2 @@
|
||||
SOURCES/javacc-maven-plugin-2.6.tar.bz2
|
||||
/javacc-maven-plugin-*.tar.bz2
|
||||
/javacc-maven-plugin-*.tar.gz
|
||||
|
||||
@ -1 +0,0 @@
|
||||
a4a1ca433b3bd043d89d4316e9bb12bca0fc451c SOURCES/javacc-maven-plugin-2.6.tar.bz2
|
||||
4
README.md
Normal file
4
README.md
Normal file
@ -0,0 +1,4 @@
|
||||
# javacc-maven-plugin
|
||||
|
||||
A [maven](https://maven.apache.org/) plugin for processing
|
||||
[JavaCC](https://javacc.github.io/javacc/) grammar files.
|
||||
@ -1,79 +0,0 @@
|
||||
--- pom.xml.sav 2009-09-30 01:25:34.000000000 +0300
|
||||
+++ pom.xml 2010-03-23 23:37:07.136383912 +0200
|
||||
@@ -85,15 +85,6 @@ under the License.
|
||||
<version>1.5.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
- <groupId>edu.ucla.cs.compilers</groupId>
|
||||
- <artifactId>jtb</artifactId>
|
||||
- <version>1.3.2</version>
|
||||
- <!--
|
||||
- NOTE: Only reflectively accessed to avoid dependency on Java 1.5 for compilation.
|
||||
- -->
|
||||
- <scope>runtime</scope>
|
||||
- </dependency>
|
||||
- <dependency>
|
||||
<groupId>org.apache.maven.reporting</groupId>
|
||||
<artifactId>maven-reporting-api</artifactId>
|
||||
<version>2.0.4</version>
|
||||
@@ -127,60 +118,5 @@ under the License.
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
- <profiles>
|
||||
- <profile>
|
||||
- <id>run-its</id>
|
||||
- <activation>
|
||||
- <property>
|
||||
- <name>maven.test.skip</name>
|
||||
- <value>!true</value>
|
||||
- </property>
|
||||
- </activation>
|
||||
- <properties>
|
||||
- <sitePluginVersion>2.0.1</sitePluginVersion>
|
||||
- </properties>
|
||||
- <build>
|
||||
- <plugins>
|
||||
- <plugin>
|
||||
- <groupId>org.apache.maven.plugins</groupId>
|
||||
- <artifactId>maven-invoker-plugin</artifactId>
|
||||
- <version>1.4</version>
|
||||
- <configuration>
|
||||
- <projectsDirectory>src/it</projectsDirectory>
|
||||
- <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
|
||||
- <pomIncludes>
|
||||
- <pomInclude>*/pom.xml</pomInclude>
|
||||
- </pomIncludes>
|
||||
- <postBuildHookScript>verify.bsh</postBuildHookScript>
|
||||
- <settingsFile>src/it/settings.xml</settingsFile>
|
||||
- <localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
|
||||
- <debug>true</debug>
|
||||
- </configuration>
|
||||
- <executions>
|
||||
- <execution>
|
||||
- <id>integration-test</id>
|
||||
- <goals>
|
||||
- <goal>install</goal>
|
||||
- <goal>run</goal>
|
||||
- </goals>
|
||||
- </execution>
|
||||
- </executions>
|
||||
- </plugin>
|
||||
- </plugins>
|
||||
- </build>
|
||||
- </profile>
|
||||
- <profile>
|
||||
- <id>maven-3</id>
|
||||
- <activation>
|
||||
- <file>
|
||||
- <!-- This employs that the basedir expression is only recognized by Maven 3.x (see MNG-2363) -->
|
||||
- <exists>${basedir}</exists>
|
||||
- </file>
|
||||
- </activation>
|
||||
- <properties>
|
||||
- <sitePluginVersion>3.0-beta-1-SNAPSHOT</sitePluginVersion>
|
||||
- </properties>
|
||||
- </profile>
|
||||
- </profiles>
|
||||
|
||||
</project>
|
||||
@ -1,139 +0,0 @@
|
||||
Name: javacc-maven-plugin
|
||||
Version: 2.6
|
||||
Release: 27%{?dist}
|
||||
Summary: JavaCC Maven Plugin
|
||||
License: ASL 2.0
|
||||
URL: http://mojo.codehaus.org/javacc-maven-plugin/
|
||||
BuildArch: noarch
|
||||
|
||||
#svn export http://svn.codehaus.org/mojo/tags/javacc-maven-plugin-2.6
|
||||
#tar cjf javacc-maven-plugin-2.6.tar.bz2 javacc-maven-plugin-2.6
|
||||
Source0: javacc-maven-plugin-2.6.tar.bz2
|
||||
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
|
||||
|
||||
Patch0: javacc-maven-plugin-pom.patch
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(junit:junit)
|
||||
BuildRequires: mvn(net.java.dev.javacc:javacc)
|
||||
BuildRequires: mvn(org.apache.maven.doxia:doxia-sink-api)
|
||||
BuildRequires: mvn(org.apache.maven.doxia:doxia-site-renderer)
|
||||
BuildRequires: mvn(org.apache.maven:maven-model)
|
||||
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
||||
BuildRequires: mvn(org.apache.maven:maven-project)
|
||||
BuildRequires: mvn(org.apache.maven.reporting:maven-reporting-api)
|
||||
BuildRequires: mvn(org.apache.maven.reporting:maven-reporting-impl)
|
||||
BuildRequires: mvn(org.codehaus.mojo:mojo-parent:pom:)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
||||
|
||||
%description
|
||||
Maven Plugin for processing JavaCC grammar files.
|
||||
|
||||
%package javadoc
|
||||
Summary: Javadoc for %{name}
|
||||
|
||||
%description javadoc
|
||||
API documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -b .sav
|
||||
cp -p %{SOURCE1} .
|
||||
|
||||
%build
|
||||
%mvn_build
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
||||
%files -f .mfiles
|
||||
%doc LICENSE-2.0.txt src/main/resources/NOTICE
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%doc LICENSE-2.0.txt src/main/resources/NOTICE
|
||||
|
||||
%changelog
|
||||
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.6-27
|
||||
- Mass rebuild for javapackages-tools 201902
|
||||
|
||||
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.6-26
|
||||
- Mass rebuild for javapackages-tools 201901
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-25
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-24
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-23
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Wed Jun 15 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.6-22
|
||||
- Add missing build-requires
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-21
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-20
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Wed Mar 25 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.6-19
|
||||
- Mavenize requires and build-requires
|
||||
|
||||
* Mon Jun 9 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.6-18
|
||||
- Update to current packaging guidelines
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-17
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Thu May 29 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.6-16
|
||||
- Use .mfiles generated during build
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-15
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Fri Feb 08 2013 Michal Srb <msrb@redhat.com> - 2.6-14
|
||||
- Migrate from maven-doxia to doxia subpackages (Resolves: #909835)
|
||||
|
||||
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 2.6-13
|
||||
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
|
||||
- Replace maven BuildRequires with maven-local
|
||||
|
||||
* Mon Nov 26 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.6-12
|
||||
- Copy LICENSE-2.0.txt to builddir
|
||||
|
||||
* Fri Nov 23 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.6-11
|
||||
- Install license files
|
||||
- Resolves: rhbz#880189
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Thu Nov 24 2011 Alexander Kurtakov <akurtako@redhat.com> 2.6-8
|
||||
- Build with maven 3.
|
||||
- Adapt to current guidelines.
|
||||
|
||||
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Mon Dec 6 2010 Orion Poplawski <orion@cora.nwra.com> 2.6-6
|
||||
- Require mojo-parent.
|
||||
|
||||
* Thu Sep 16 2010 Alexander Kurtakov <akurtako@redhat.com> 2.6-5
|
||||
- BR mojo-parent.
|
||||
|
||||
* Wed Mar 24 2010 Alexander Kurtakov <akurtako@redhat.com> 2.6-4
|
||||
- Fix BRs.
|
||||
|
||||
* Wed Mar 24 2010 Alexander Kurtakov <akurtako@redhat.com> 2.6-3
|
||||
- Fix plugin metadata build.
|
||||
|
||||
* Wed Mar 17 2010 Alexander Kurtakov <akurtako@redhat.com> 2.6-2
|
||||
- Fix Requires.
|
||||
|
||||
* Mon Mar 15 2010 Alexander Kurtakov <akurtako@redhat.com> 2.6-1
|
||||
- Initial package.
|
||||
7
gating.yaml
Normal file
7
gating.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-10
|
||||
decision_contexts:
|
||||
- osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/javapackages.functional}
|
||||
230
javacc-maven-plugin.spec
Normal file
230
javacc-maven-plugin.spec
Normal file
@ -0,0 +1,230 @@
|
||||
# Break dependency loops in a bootstrap situation
|
||||
%bcond_with bootstrap
|
||||
|
||||
# Disable Maven reporting in bootstrap mode and in RHEL
|
||||
%if %{with bootstrap} || 0%{?rhel}
|
||||
%bcond_with maven_reporting
|
||||
%else
|
||||
%bcond_without maven_reporting
|
||||
%endif
|
||||
|
||||
Name: javacc-maven-plugin
|
||||
Version: 3.0.1
|
||||
Release: 9%{?dist}
|
||||
Summary: JavaCC Maven Plugin
|
||||
|
||||
License: Apache-2.0
|
||||
BuildArch: noarch
|
||||
ExclusiveArch: %{java_arches} noarch
|
||||
URL: https://github.com/mojohaus/javacc-maven-plugin
|
||||
Source0: %{url}/archive/%{name}-%{version}.tar.gz
|
||||
Source1: https://www.apache.org/licenses/LICENSE-2.0.txt
|
||||
|
||||
%if %{with bootstrap}
|
||||
BuildRequires: javapackages-bootstrap
|
||||
%else
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(junit:junit)
|
||||
BuildRequires: mvn(net.java.dev.javacc:javacc)
|
||||
BuildRequires: mvn(org.apache.maven:maven-model)
|
||||
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
||||
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
||||
BuildRequires: mvn(org.codehaus.mojo:mojo-parent:pom:)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
||||
%endif
|
||||
|
||||
%if %{with maven_reporting}
|
||||
BuildRequires: mvn(org.apache.maven.doxia:doxia-sink-api)
|
||||
BuildRequires: mvn(org.apache.maven.doxia:doxia-site-renderer)
|
||||
BuildRequires: mvn(org.apache.maven.reporting:maven-reporting-api)
|
||||
BuildRequires: mvn(org.apache.maven.reporting:maven-reporting-impl)
|
||||
%endif
|
||||
|
||||
%description
|
||||
Maven Plugin for processing JavaCC grammar files.
|
||||
|
||||
%javadoc_package
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{name}-%{version}
|
||||
cp -p %{SOURCE1} .
|
||||
|
||||
# Do not use jtb, which is unmaintained. It is accessed only via reflection to
|
||||
# avoid depending on Java 1.5 for compilation.
|
||||
%pom_remove_dep edu.ucla.cs.compilers:jtb
|
||||
|
||||
# Disable integration tests
|
||||
%pom_remove_plugin org.apache.maven.plugins:maven-invoker-plugin
|
||||
rm -fr src/it
|
||||
|
||||
# Disable building the web site
|
||||
rm -fr src/site
|
||||
|
||||
# In bootstrap mode, disable documentation and reporting
|
||||
# Add in a formerly transitive dependency that is still needed
|
||||
%if %{without maven_reporting}
|
||||
%pom_remove_dep org.apache.maven.doxia:
|
||||
%pom_remove_dep org.apache.maven.reporting:
|
||||
rm src/main/java/org/codehaus/mojo/javacc/JJDocMojo.java
|
||||
%pom_add_dep org.apache.maven:maven-core:3.8.6
|
||||
%endif
|
||||
|
||||
%build
|
||||
%mvn_build
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
||||
%files -f .mfiles
|
||||
%license LICENSE-2.0.txt src/main/resources/NOTICE
|
||||
|
||||
%changelog
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 3.0.1-9
|
||||
- Bump release for October 2024 mass rebuild:
|
||||
Resolves: RHEL-64018
|
||||
|
||||
* Thu Aug 01 2024 Troy Dawson <tdawson@redhat.com> - 3.0.1-8
|
||||
- Bump release for Aug 2024 java mass rebuild
|
||||
|
||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 3.0.1-7
|
||||
- Bump release for June 2024 mass rebuild
|
||||
|
||||
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Fri Sep 01 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.1-4
|
||||
- Rebuild
|
||||
|
||||
* Sat Aug 26 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.1-3
|
||||
- Bootstrap using javapackages-bootstrap
|
||||
|
||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Wed Jul 19 2023 Jerry James <loganjerry@gmail.com> - 3.0.1-1
|
||||
- Add bootstrap mode to break a dependency loop
|
||||
|
||||
* Wed Mar 29 2023 Jerry James <loganjerry@gmail.com> - 3.0.1-1
|
||||
- Version 3.0.1
|
||||
- Convert License tag to SPDX
|
||||
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-38
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-37
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Fri Jul 08 2022 Jiri Vanek <jvanek@redhat.com> - 2.6-36
|
||||
- Rebuilt for Drop i686 JDKs
|
||||
|
||||
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 2.6-35
|
||||
- Rebuilt for java-17-openjdk as system jdk
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-34
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-33
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-32
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-31
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 2.6-30
|
||||
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-29
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-28
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-27
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-26
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-25
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-24
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-23
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Wed Jun 15 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.6-22
|
||||
- Add missing build-requires
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-21
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-20
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Wed Mar 25 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.6-19
|
||||
- Mavenize requires and build-requires
|
||||
|
||||
* Mon Jun 9 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.6-18
|
||||
- Update to current packaging guidelines
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-17
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Thu May 29 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.6-16
|
||||
- Use .mfiles generated during build
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-15
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Fri Feb 08 2013 Michal Srb <msrb@redhat.com> - 2.6-14
|
||||
- Migrate from maven-doxia to doxia subpackages (Resolves: #909835)
|
||||
|
||||
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 2.6-13
|
||||
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
|
||||
- Replace maven BuildRequires with maven-local
|
||||
|
||||
* Mon Nov 26 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.6-12
|
||||
- Copy LICENSE-2.0.txt to builddir
|
||||
|
||||
* Fri Nov 23 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.6-11
|
||||
- Install license files
|
||||
- Resolves: rhbz#880189
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Thu Nov 24 2011 Alexander Kurtakov <akurtako@redhat.com> 2.6-8
|
||||
- Build with maven 3.
|
||||
- Adapt to current guidelines.
|
||||
|
||||
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Mon Dec 6 2010 Orion Poplawski <orion@cora.nwra.com> 2.6-6
|
||||
- Require mojo-parent.
|
||||
|
||||
* Thu Sep 16 2010 Alexander Kurtakov <akurtako@redhat.com> 2.6-5
|
||||
- BR mojo-parent.
|
||||
|
||||
* Wed Mar 24 2010 Alexander Kurtakov <akurtako@redhat.com> 2.6-4
|
||||
- Fix BRs.
|
||||
|
||||
* Wed Mar 24 2010 Alexander Kurtakov <akurtako@redhat.com> 2.6-3
|
||||
- Fix plugin metadata build.
|
||||
|
||||
* Wed Mar 17 2010 Alexander Kurtakov <akurtako@redhat.com> 2.6-2
|
||||
- Fix Requires.
|
||||
|
||||
* Mon Mar 15 2010 Alexander Kurtakov <akurtako@redhat.com> 2.6-1
|
||||
- Initial package.
|
||||
7
plans/javapackages.fmf
Normal file
7
plans/javapackages.fmf
Normal file
@ -0,0 +1,7 @@
|
||||
summary: Run javapackages-specific tests
|
||||
discover:
|
||||
how: fmf
|
||||
url: https://gitlab.com/redhat/centos-stream/tests/javapackages.git
|
||||
ref: c10s
|
||||
execute:
|
||||
how: tmt
|
||||
Loading…
Reference in New Issue
Block a user