Compare commits
No commits in common. "c8-stream-rhel8" and "c10s" have entirely different histories.
c8-stream-
...
c10s
@ -1 +0,0 @@
|
|||||||
13cab922dba9730b27fe89460ad7afbd4a4e699b SOURCES/directory-maven-plugin-0.3.1.tar.gz
|
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/directory-maven-plugin-0.3.1.tar.gz
|
/directory-maven-plugin-0.3.1.tar.gz
|
||||||
|
3
README.md
Normal file
3
README.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# directory-maven-plugin
|
||||||
|
|
||||||
|
The directory-maven-plugin package
|
@ -1,15 +1,14 @@
|
|||||||
Name: directory-maven-plugin
|
Name: directory-maven-plugin
|
||||||
Version: 0.3.1
|
Version: 0.3.1
|
||||||
Release: 2%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: Establish locations for files in multi-module builds
|
Summary: Establish locations for files in multi-module builds
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://github.com/jdcasey/directory-maven-plugin
|
URL: https://github.com/jdcasey/directory-maven-plugin
|
||||||
|
|
||||||
Source0: https://github.com/jdcasey/directory-maven-plugin/archive/directory-maven-plugin-0.3.1.tar.gz
|
Source0: https://github.com/jdcasey/directory-maven-plugin/archive/directory-maven-plugin-%{version}.tar.gz
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
ExclusiveArch: x86_64
|
|
||||||
|
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
BuildRequires: mvn(org.apache.maven:maven-core)
|
BuildRequires: mvn(org.apache.maven:maven-core)
|
||||||
@ -17,7 +16,6 @@ BuildRequires: mvn(org.apache.maven:maven-model)
|
|||||||
BuildRequires: mvn(org.apache.maven:maven-parent:pom:)
|
BuildRequires: mvn(org.apache.maven:maven-parent:pom:)
|
||||||
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
||||||
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
||||||
BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:)
|
|
||||||
BuildRequires: mvn(junit:junit)
|
BuildRequires: mvn(junit:junit)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -38,6 +36,8 @@ Summary: Javadoc for %{name}
|
|||||||
%prep
|
%prep
|
||||||
%autosetup -n directory-maven-plugin-directory-maven-plugin-0.3.1
|
%autosetup -n directory-maven-plugin-directory-maven-plugin-0.3.1
|
||||||
|
|
||||||
|
%pom_remove_parent
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%mvn_build
|
%mvn_build
|
||||||
|
|
||||||
@ -50,10 +50,22 @@ Summary: Javadoc for %{name}
|
|||||||
|
|
||||||
%files javadoc -f .mfiles-javadoc
|
%files javadoc -f .mfiles-javadoc
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Mar 04 2021 Alex Macdonald <almacdon@redhat.com> - 0.3.1-2
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.3.1-5
|
||||||
- Add ExclusiveArch: x86_64
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
|
Related: rhbz#1991688
|
||||||
|
|
||||||
|
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 0.3.1-4
|
||||||
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||||
|
|
||||||
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Sep 21 2020 Jie kang <jkang@redhat.com> - 0.3.1-2
|
||||||
|
- Remove deprecated dependency: sonatype-oss-parent
|
||||||
|
- Use version macro. Add license to javadoc files
|
||||||
|
|
||||||
* Mon Oct 15 2018 Salman Siddiqui <sasiddiq@redhat.com> - 0.3.1-1
|
* Mon Oct 15 2018 Salman Siddiqui <sasiddiq@redhat.com> - 0.3.1-1
|
||||||
- Initial packaging
|
- Initial packaging
|
Loading…
Reference in New Issue
Block a user