Compare commits

...

No commits in common. 'c8-stream-3.5' and 'i8c-stream-201902' have entirely different histories.

@ -1,6 +1,6 @@
Name: geronimo-annotation
Version: 1.0
Release: 23%{?dist}
Release: 25%{?dist}
Summary: Java EE: Annotation API v1.3
License: ASL 2.0
URL: http://geronimo.apache.org/
@ -15,11 +15,8 @@ BuildRequires: mvn(org.apache.geronimo.specs:specs:pom:)
%description
This package defines the common annotations.
%package javadoc
Summary: Javadoc for %{name}
%description javadoc
This package contains the API documentation for %{name}.
%{?module_package}
%{?javadoc_package}
%prep
%setup -q -n %{name}_1.3_spec-%{version}
@ -40,13 +37,19 @@ This package contains the API documentation for %{name}.
%install
%mvn_install
%files -f .mfiles
%license LICENSE NOTICE
%files javadoc -f .mfiles-javadoc
%files -n %{?module_prefix}%{name} -f .mfiles
%license LICENSE NOTICE
%changelog
* Tue May 07 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.0-25
- Rebuilt for MSVSphere 8.9
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.0-25
- Mass rebuild for javapackages-tools 201902
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.0-24
- Mass rebuild for javapackages-tools 201901
* Wed Apr 18 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.0-23
- Update to current packaging guidelines

Loading…
Cancel
Save