Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aa289bfe46 | ||
|
|
27c5fce517 | ||
|
|
92364d17a7 | ||
|
|
4cc25cb28f |
4 changed files with 1 additions and 122 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
/1.1.6.Final.tar.gz
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Orphaned for 6+ weeks
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
02930c7d362b23154e736762381a35da 1.1.6.Final.tar.gz
|
||||
|
|
@ -1,120 +0,0 @@
|
|||
%global namedreltag .Final
|
||||
%global namedversion %{version}%{?namedreltag}
|
||||
Name: wildfly-build-tools
|
||||
Version: 1.1.6
|
||||
Release: 4%{?dist}
|
||||
Summary: Wildfly build and provisioning tools
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/wildfly/wildfly-build-tools
|
||||
Source0: https://github.com/wildfly/wildfly-build-tools/archive/%{namedversion}.tar.gz
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(junit:junit)
|
||||
BuildRequires: mvn(org.apache.maven:maven-aether-provider)
|
||||
BuildRequires: mvn(org.apache.maven:maven-compat)
|
||||
BuildRequires: mvn(org.apache.maven:maven-core)
|
||||
BuildRequires: mvn(org.apache.maven:maven-model)
|
||||
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
||||
BuildRequires: mvn(org.apache.maven:maven-settings-builder)
|
||||
BuildRequires: mvn(org.apache.maven.plugin-testing:maven-plugin-testing-harness)
|
||||
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-enforcer-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
||||
BuildRequires: mvn(org.eclipse.aether:aether-api)
|
||||
BuildRequires: mvn(org.eclipse.aether:aether-connector-basic)
|
||||
BuildRequires: mvn(org.eclipse.aether:aether-impl)
|
||||
BuildRequires: mvn(org.eclipse.aether:aether-spi)
|
||||
BuildRequires: mvn(org.eclipse.aether:aether-transport-file)
|
||||
BuildRequires: mvn(org.eclipse.aether:aether-transport-http)
|
||||
BuildRequires: mvn(org.eclipse.aether:aether-util)
|
||||
BuildRequires: mvn(org.jboss:jandex)
|
||||
BuildRequires: mvn(org.jboss:jboss-parent:pom:)
|
||||
BuildRequires: mvn(org.jboss:staxmapper)
|
||||
BuildRequires: mvn(org.jboss.logging:jboss-logging)
|
||||
BuildRequires: mvn(org.jboss.logging:jboss-logging-annotations)
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
Tools used for building and provisioning the Wildfly server.
|
||||
|
||||
%package -n wildfly-feature-pack-build-maven-plugin
|
||||
Summary: WildFly Build Tools: Feature Pack Build Maven Plugin
|
||||
|
||||
%description -n wildfly-feature-pack-build-maven-plugin
|
||||
This package contains WildFly Build Tools Feature Pack Build Maven Plugin.
|
||||
|
||||
%package -n wildfly-server-provisioning
|
||||
Summary: WildFly Build Tools: Server Provisioning
|
||||
|
||||
%description -n wildfly-server-provisioning
|
||||
This package contains WildFly Build Tools Server Provisioning.
|
||||
|
||||
%package -n wildfly-server-provisioning-maven-plugin
|
||||
Summary: WildFly Build Tools: Server Provisioning Maven Plugin
|
||||
|
||||
%description -n wildfly-server-provisioning-maven-plugin
|
||||
This package contains WildFly Build Tools Server Provisioning Maven Plugin.
|
||||
|
||||
%package -n wildfly-server-provisioning-standalone
|
||||
Summary: WildFly Build Tools: Server Provisioning Standalone
|
||||
|
||||
%description -n wildfly-server-provisioning-standalone
|
||||
This package contains WildFly Build Tools Server Provisioning Standalone.
|
||||
|
||||
%package javadoc
|
||||
Summary: Javadoc for %{name}
|
||||
|
||||
%description javadoc
|
||||
This package contains javadoc for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{namedversion}
|
||||
|
||||
# Use not available org.wildfly.checkstyle:wildfly-checkstyle-config:jar:1.0.0.Final
|
||||
%pom_remove_plugin -r :maven-checkstyle-plugin
|
||||
|
||||
%pom_remove_plugin -r :maven-shade-plugin
|
||||
%pom_remove_dep -r :wildfly-checkstyle-config
|
||||
|
||||
%pom_remove_dep -r org.sonatype.aether:
|
||||
|
||||
# disable maven-invoker-plugin
|
||||
%pom_xpath_remove pom:profiles provisioning-maven-plugin
|
||||
|
||||
%build
|
||||
|
||||
%mvn_build -s
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
||||
%files -f .mfiles-wildfly-build-tools-parent
|
||||
%license LICENSE.txt
|
||||
|
||||
%files -n wildfly-feature-pack-build-maven-plugin -f .mfiles-wildfly-feature-pack-build-maven-plugin
|
||||
|
||||
%files -n wildfly-server-provisioning -f .mfiles-wildfly-server-provisioning
|
||||
%license LICENSE.txt
|
||||
|
||||
%files -n wildfly-server-provisioning-maven-plugin -f .mfiles-wildfly-server-provisioning-maven-plugin
|
||||
%files -n wildfly-server-provisioning-standalone -f .mfiles-wildfly-server-provisioning-standalone
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%license LICENSE.txt
|
||||
|
||||
%changelog
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.6-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.6-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.6-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Mon Aug 17 2015 gil cattaneo <puntogil@libero.it> 1.1.6-1
|
||||
- 1.1.6.Final
|
||||
|
||||
* Mon Aug 17 2015 gil cattaneo <puntogil@libero.it> 1.0.0-1
|
||||
- initial rpm
|
||||
Loading…
Add table
Add a link
Reference in a new issue