From 0c45c05870bc2a2a25d5f856f923b248491c8515 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Apr 23 2015 07:34:58 +0000 Subject: import devtoolset-3-felix-gogo-parent-0.6.0-12.el7 --- diff --git a/.devtoolset-3-felix-gogo-parent.metadata b/.devtoolset-3-felix-gogo-parent.metadata new file mode 100644 index 0000000..5a8601d --- /dev/null +++ b/.devtoolset-3-felix-gogo-parent.metadata @@ -0,0 +1 @@ +705b623859a2ddb2944c1102d122260a486c63be SOURCES/gogo-parent-0.6.0-project.tar.gz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b293e3a --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/gogo-parent-0.6.0-project.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 98f42b4..0000000 --- a/README.md +++ /dev/null @@ -1,4 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/felix-gogo-parent.spec b/SPECS/felix-gogo-parent.spec new file mode 100644 index 0000000..96fdfb9 --- /dev/null +++ b/SPECS/felix-gogo-parent.spec @@ -0,0 +1,92 @@ +%global project felix-gogo +%global pkgname parent + +%{!?scl:%global pkg_name %{name}} +%{?scl:%scl_package %{project}-%{pkgname}} +%{?java_common_find_provides_and_requires} + +Name: %{?scl_prefix}%{project}-%{pkgname} +Version: 0.6.0 +Release: 12%{?dist} +Summary: Parent package for Felix Gogo +License: ASL 2.0 +URL: http://felix.apache.org/site/apache-felix-gogo.html + +Source0: http://apache.mirror.rbftpnetworks.com//felix/gogo-parent-0.6.0-project.tar.gz + +BuildArch: noarch + +BuildRequires: %{?scl_prefix_java_common}maven-local +BuildRequires: %{?scl_prefix_maven}felix-parent + +Requires: %{?scl_prefix_maven}felix-parent + +%{?scl:Requires: %scl_runtime} + +%description +Apache Felix is a community effort to implement the OSGi R4 Service Platform +and other interesting OSGi-related technologies under the Apache license. The +OSGi specifications originally targeted embedded devices and home services +gateways, but they are ideally suited for any project interested in the +principles of modularity, component-orientation, and/or service-orientation. +OSGi technology combines aspects of these aforementioned principles to define a +dynamic service deployment framework that is amenable to remote management. + +%prep +%setup -q -n gogo-parent-%{version} + +%build +scl enable %{scl_maven} %{scl} - < - 0.6.0-12 +- Update for java common SCL usage + +* Fri May 16 2014 Roland Grunberg - 0.6.0-11 +- Add manual R: to felix-parent. + +* Fri May 16 2014 Mat Booth - 0.6.0-10 +- Use macros from scl-build package + +* Tue May 13 2014 Alexander Kurtakov 0.6.0-9 +- Initial DTS 3.0 import. + +* Tue Aug 06 2013 Michal Srb - 0.6.0-8 +- Adapt to current guidelines + +* Sat Aug 03 2013 Fedora Release Engineering - 0.6.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Fri Mar 15 2013 Krzysztof Daniel 0.6.0-6 +- Initial SCLization. + +* Wed Feb 13 2013 Fedora Release Engineering - 0.6.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Wed Feb 06 2013 Java SIG - 0.6.0-4 +- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild +- Replace maven BuildRequires with maven-local + +* Thu Jul 19 2012 Fedora Release Engineering - 0.6.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 0.6.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Mon Nov 07 2011 Tomas Radej - 0.6.0-2 +- Added install section to verify dependencies +- Added (build)requires to maven + +* Wed Nov 02 2011 Tomas Radej - 0.6.0-1 +- Initial Packaging