From 78851fb995f7a58704e35c380958420f0633d532 Mon Sep 17 00:00:00 2001 From: James Antill Date: Mon, 8 Aug 2022 14:09:05 -0400 Subject: [PATCH] Import rpm: 314afbcab18cdb1ba4f218d05cd6ddff3afb90f9 --- .gitignore | 1 + felix-gogo-runtime.spec | 131 ++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 133 insertions(+) create mode 100644 .gitignore create mode 100644 felix-gogo-runtime.spec create mode 100644 sources 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/felix-gogo-runtime.spec b/felix-gogo-runtime.spec new file mode 100644 index 0000000..48d7d58 --- /dev/null +++ b/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 diff --git a/sources b/sources new file mode 100644 index 0000000..8a3fde9 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA1 (org.apache.felix.gogo.runtime-1.1.0-source-release.tar.gz) = 0438ec17b26bd3a6179eef18e74e8a7ac9f8b809