Sophie

Sophie

distrib > Mageia > 8 > x86_64 > by-pkgid > 8d222bcbfd535cb9dc2fa6ae8eaad63e > files > 1

cbi-plugins-1.1.7-2.mga8.src.rpm

Name:           cbi-plugins
Version:        1.1.7
Release:        %mkrel 2
Group:          Development/Java
Summary:        A set of helpers for Eclipse CBI
License:        EPL-1.0
URL:            https://git.eclipse.org/c/cbi/org.eclipse.cbi.git/tree/maven-plugins/README.md

Source0:        https://git.eclipse.org/c/cbi/org.eclipse.cbi.git/snapshot/org.eclipse.cbi_maven-plugin-parent_%{version}.tar.xz

BuildRequires:  maven-local
BuildRequires:  mvn(com.google.auto.value:auto-value)
BuildRequires:  mvn(com.google.guava:guava:20.0)
BuildRequires:  mvn(de.pdark:decentxml)
BuildRequires:  mvn(org.apache.commons:commons-compress)
BuildRequires:  mvn(org.apache.httpcomponents:httpclient)
BuildRequires:  mvn(org.apache.httpcomponents:httpmime)
BuildRequires:  mvn(org.apache.maven:maven-core)
BuildRequires:  mvn(org.apache.maven:maven-plugin-api)
BuildRequires:  mvn(org.apache.maven.plugins:maven-plugin-plugin)
BuildRequires:  mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
BuildRequires:  mvn(org.eclipse.tycho:tycho-core)

# Upstream Eclipse no longer supports non-64bit arches
ExcludeArch: s390 %{arm} %{ix86}
BuildArch: noarch

%description
A set of helpers for Eclipse CBI.

%package javadoc
Summary: Javadoc for %{name}

%description javadoc
API documentation for %{name}.

%prep
%setup -q -n org.eclipse.cbi_maven-plugin-parent_%{version}
%pom_disable_module eclipse-macsigner-plugin maven-plugins
%pom_disable_module eclipse-winsigner-plugin maven-plugins
%pom_disable_module eclipse-dmg-packager maven-plugins
%pom_disable_module eclipse-flatpak-packager maven-plugins

# Disable plugins not needed for RPM builds
%pom_remove_plugin :spotbugs-maven-plugin
%pom_remove_plugin :maven-checkstyle-plugin
%pom_remove_plugin :maven-enforcer-plugin

# Build the common module
%pom_xpath_inject pom:modules "<module>../common/</module>" maven-plugins
%pom_remove_dep org.eclipse.cbi:checkstyle common

# Remove separate annotations requirement of auto
%pom_remove_dep :auto-value-annotations . common maven-plugins/common

# Parent pom and common module are "released" independently, but actually nothing changed yet since last releases
sed -i -e 's/1\.0\.6-SNAPSHOT/1.0.5/' pom.xml
sed -i -e 's/1\.2\.4-SNAPSHOT/1.2.3/' common/pom.xml

%build
# Tests require jimfs which is not in Fedora
%mvn_build -f -- -f maven-plugins/pom.xml -Dproject.build.sourceEncoding=UTF-8

%install
%mvn_install

%files -f .mfiles

%files javadoc -f .mfiles-javadoc




%changelog
* Fri Dec 11 2020 neoclust <neoclust> 1.1.7-2.mga8
+ Revision: 1655367
- Rebuild against new java stack

* Sun Aug 16 2020 neoclust <neoclust> 1.1.7-1.mga8
+ Revision: 1614187
- New version 1.1.7

* Sat Feb 15 2020 umeabot <umeabot> 1.1.5-3.mga8
+ Revision: 1527608
- Mageia 8 Mass Rebuild

* Thu Jul 18 2019 daviddavid <daviddavid> 1.1.5-2.mga8
+ Revision: 1422396
- Disable plugins that are not relevant for RPM builds (reduces the dep tree)
- Fix license tag

* Wed Dec 12 2018 daviddavid <daviddavid> 1.1.5-1.mga7
+ Revision: 1340748
- new version: 1.1.5 (sync with fc29)

* Tue Sep 18 2018 umeabot <umeabot> 1.1.2-8.mga7
+ Revision: 1260351
- Mageia 7 Mass Rebuild

* Thu May 18 2017 neoclust <neoclust> 1.1.2-7.mga6
+ Revision: 1103046
- Fix buildRequires

* Wed Mar 02 2016 neoclust <neoclust> 1.1.2-6.mga6
+ Revision: 981967
- Second rebuild of the java stack

* Sun Feb 21 2016 neoclust <neoclust> 1.1.2-5.mga6
+ Revision: 975747
- First rebuild of the java stack
- sync package cbi-plugins with fedora
+ umeabot <umeabot>
- Mageia 6 Mass Rebuild

* Thu Jan 01 2015 pterjan <pterjan> 1.1.1-2.mga5
+ Revision: 807929
- Clean rebuild
- Sync with Fedora 21 (Update to 1.1.1)

* Wed Oct 15 2014 umeabot <umeabot> 1.0.4-4.mga5
+ Revision: 740883
- Second Mageia 5 Mass Rebuild
- Mageia 5 Mass Rebuild

* Tue Oct 22 2013 umeabot <umeabot> 1.0.4-2.mga4
+ Revision: 544836
- Mageia 4 Mass Rebuild

* Tue Oct 15 2013 dmorgan <dmorgan> 1.0.4-1.mga4
+ Revision: 500347
- New version

* Mon Jul 15 2013 dmorgan <dmorgan> 1.0.3-1.mga4
+ Revision: 454820
- imported package cbi-plugins


* Mon May 27 2013 Krzysztof Daniel <kdaniel@redhat.com> 1.0.3-1
- Update to latest upstream.

* Thu Mar 14 2013 Krzysztof Daniel <kdaniel@redhat.com> 1.0.1-0.4.git734d40
- Update to latest upstream.

* Thu Feb 21 2013 Krzysztof Daniel <kdaniel@redhat.com> 1.0.1-0.3.git120561
- Delete empty line from sources.

* Thu Feb 21 2013 Krzysztof Daniel <kdaniel@redhat.com> 1.0.1-0.2.git120561
- Review remarks fixed.

* Thu Feb 21 2013 Krzysztof Daniel <kdaniel@redhat.com> 1.0.1-0.1.git120561
- Initial contribution.