From 9177b9e07d1f3693f7c821d4609b7771cf52df1c Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Feb 07 2020 08:20:48 +0000 Subject: import felix-gogo-shell-1.1.0-2.module+el8.1.1+4657+f90e8085 --- diff --git a/.felix-gogo-shell.metadata b/.felix-gogo-shell.metadata new file mode 100644 index 0000000..a1261b6 --- /dev/null +++ b/.felix-gogo-shell.metadata @@ -0,0 +1 @@ +a285e46f561a2e39c9218cd3c68217f65de50807 SOURCES/org.apache.felix.gogo.shell-1.1.0-source-release.tar.gz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..03d33a6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/org.apache.felix.gogo.shell-1.1.0-source-release.tar.gz diff --git a/SPECS/felix-gogo-shell.spec b/SPECS/felix-gogo-shell.spec new file mode 100644 index 0000000..d647abc --- /dev/null +++ b/SPECS/felix-gogo-shell.spec @@ -0,0 +1,124 @@ +%global bundle org.apache.felix.gogo.shell + +Name: felix-gogo-shell +Version: 1.1.0 +Release: 2%{?dist} +Summary: Apache Felix Gogo command line shell for OSGi +License: ASL 2.0 +URL: http://felix.apache.org/documentation/subprojects/apache-felix-gogo.html +BuildArch: noarch + +Source0: http://archive.apache.org/dist/felix/%{bundle}-%{version}-source-release.tar.gz + +BuildRequires: maven-local +BuildRequires: mvn(junit:junit) +BuildRequires: mvn(org.apache.felix:gogo-parent:pom:) >= 4 +BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) +BuildRequires: mvn(org.apache.felix:org.apache.felix.gogo.runtime) +BuildRequires: mvn(org.mockito:mockito-core) +BuildRequires: mvn(org.osgi:osgi.cmpn) +BuildRequires: mvn(org.osgi:osgi.core) + +%description +Apache Felix Gogo is a subproject of Apache Felix implementing a command +line shell for OSGi. It is used in many OSGi runtimes and servers. + +This package provides a simple textual user interface to interact with the +command processor. + +%package javadoc +Summary: Javadoc for %{name} + +%description javadoc +This package contains the API documentation for %{name}. + +%prep +%setup -q -n %{bundle}-%{version} + +%mvn_file : felix/%{bundle} + +%build +%mvn_build + +%install +%mvn_install + +%files -f .mfiles +%license LICENSE NOTICE + +%files javadoc -f .mfiles-javadoc +%license LICENSE NOTICE + +%changelog +* Thu Jan 31 2019 Fedora Release Engineering - 1.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Aug 17 2018 Mat Booth - 1.1.0-1 +- Update to latest release + +* Fri Jul 13 2018 Fedora Release Engineering - 1.0.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Wed Feb 07 2018 Fedora Release Engineering - 1.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 1.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri May 05 2017 Michael Simacek - 1.0.0-1 +- Update to upstream version 1.0.0 + +* Fri Feb 10 2017 Fedora Release Engineering - 0.12.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Wed Feb 24 2016 Alexander Kurtakov 0.12.0-1 +- Update to 0.12.0. + +* Wed Feb 03 2016 Fedora Release Engineering - 0.10.0-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jun 17 2015 Fedora Release Engineering - 0.10.0-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Tue Apr 14 2015 Mikolaj Izdebski - 0.10.0-14 +- Cleanup spec file + +* Wed Jul 16 2014 Mat Booth - 0.10.0-13 +- Fix unowned directory. + +* Sat Jun 07 2014 Fedora Release Engineering - 0.10.0-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Fri May 16 2014 Alexander Kurtakov 0.10.0-11 +- Start using mvn_build/install. + +* Tue Mar 04 2014 Stanislav Ochotnicky - 0.10.0-10 +- Use Requires: java-headless rebuild (#1067528) + +* Mon Aug 5 2013 Krzysztof Daniel 0.10.0-9 +- Fix FTBFS. + +* Sat Aug 03 2013 Fedora Release Engineering - 0.10.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Fri Mar 15 2013 Krzysztof Daniel 0.10.0-7 +- Initial SCLization. + +* Wed Feb 13 2013 Fedora Release Engineering - 0.10.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Wed Feb 06 2013 Java SIG - 0.10.0-5 +- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild +- Replace maven BuildRequires with maven-local + +* Thu Jul 19 2012 Fedora Release Engineering - 0.10.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Tue Jan 31 2012 Krzysztof Daniel 0.10.0-3 +- Temporary fix for bug 786041 + +* Wed Jan 18 2012 Tomas Radej - 0.10.0-2 +- Changed jar path + +* Mon Jan 09 2012 Tomas Radej - 0.10.0-1 +- Initial packaging