commit 0500f2fda38dde7118f1b7f7a2cbb7753a30324c Author: CentOS Sources Date: Thu Feb 6 11:45:31 2020 -0500 import felix-gogo-runtime-1.1.0-3.module+el8.1.1+4657+f90e8085 diff --git a/.felix-gogo-runtime.metadata b/.felix-gogo-runtime.metadata new file mode 100644 index 0000000..ec57457 --- /dev/null +++ b/.felix-gogo-runtime.metadata @@ -0,0 +1 @@ +0438ec17b26bd3a6179eef18e74e8a7ac9f8b809 SOURCES/org.apache.felix.gogo.runtime-1.1.0-source-release.tar.gz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4905a27 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/org.apache.felix.gogo.runtime-1.1.0-source-release.tar.gz diff --git a/SPECS/felix-gogo-runtime.spec b/SPECS/felix-gogo-runtime.spec new file mode 100644 index 0000000..48d7d58 --- /dev/null +++ b/SPECS/felix-gogo-runtime.spec @@ -0,0 +1,131 @@ +%global bundle org.apache.felix.gogo.runtime + +Name: felix-gogo-runtime +Version: 1.1.0 +Release: 3%{?dist} +Summary: Apache Felix Gogo command line shell for OSGi +# One file is also MIT licensed: +# src/main/java/org/apache/felix/gogo/runtime/Expression.java +License: ASL 2.0 and MIT +URL: http://felix.apache.org/documentation/subprojects/apache-felix-gogo.html + +Source0: http://archive.apache.org/dist/felix/%{bundle}-%{version}-source-release.tar.gz + +BuildArch: noarch + +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.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. + +%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 +* Mon Jul 01 2019 Mat Booth - 1.1.0-3 +- Fix license tag to include MIT + +* 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 +- Enable tests + +* Fri Jul 13 2018 Fedora Release Engineering - 1.0.4-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Wed Feb 07 2018 Fedora Release Engineering - 1.0.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 1.0.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri May 05 2017 Michael Simacek - 1.0.4-1 +- Update to upstream version 1.0.4 + +* Fri Feb 10 2017 Fedora Release Engineering - 0.16.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Thu Jun 16 2016 Alexander Kurtakov 0.16.2-4 +- Add BR maven-bundle-plugin to fix build. + +* Wed Feb 03 2016 Fedora Release Engineering - 0.16.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Mon Jun 29 2015 Mat Booth - 0.16.2-2 +- Remove incomplete and forbidden SCL macros + +* Fri Jun 19 2015 Alexander Kurtakov 0.16.2-1 +- Update to upstream 0.16.2. + +* Wed Jun 17 2015 Fedora Release Engineering - 0.12.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Thu Jul 3 2014 Alexander Kurtakov 0.12.1-1 +- Update to upstream 0.12.1. + +* Sat Jun 07 2014 Fedora Release Engineering - 0.10.0-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Tue Mar 04 2014 Stanislav Ochotnicky - 0.10.0-11 +- Use Requires: java-headless rebuild (#1067528) + +* Tue Aug 06 2013 Michal Srb - 0.10.0-10 +- Adapt to current guidelines +- Install NOTICE file with javadoc subpackage + +* Sat Aug 03 2013 Fedora Release Engineering - 0.10.0-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Fri Mar 15 2013 Krzysztof Daniel 0.10.0-8 +- Initial SCLization. + +* Wed Feb 13 2013 Fedora Release Engineering - 0.10.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Wed Feb 06 2013 Java SIG - 0.10.0-6 +- 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-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Wed Jan 18 2012 Tomas Radej - 0.10.0-4 +- Changed jar path + +* Fri Jan 13 2012 Fedora Release Engineering - 0.10.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Fri Dec 16 2011 Tomas Radej - 0.10.0-2 +- Repackaged, minor changes + +* Mon Nov 07 2011 Tomas Radej - 0.10.0-1 +- Initial packaging