Blame SPECS/felix-gogo-parent.spec

0c45c0
%global project   felix-gogo
0c45c0
%global pkgname   parent
0c45c0
0c45c0
%{!?scl:%global pkg_name %{name}}
0c45c0
%{?scl:%scl_package %{project}-%{pkgname}}
0c45c0
%{?java_common_find_provides_and_requires}
0c45c0
0c45c0
Name:             %{?scl_prefix}%{project}-%{pkgname}
0c45c0
Version:          0.6.0
0c45c0
Release:          12%{?dist}
0c45c0
Summary:          Parent package for Felix Gogo
0c45c0
License:          ASL 2.0
0c45c0
URL:              http://felix.apache.org/site/apache-felix-gogo.html
0c45c0
0c45c0
Source0:          http://apache.mirror.rbftpnetworks.com//felix/gogo-parent-0.6.0-project.tar.gz
0c45c0
0c45c0
BuildArch:        noarch
0c45c0
0c45c0
BuildRequires:  %{?scl_prefix_java_common}maven-local
0c45c0
BuildRequires:  %{?scl_prefix_maven}felix-parent
0c45c0
0c45c0
Requires:  %{?scl_prefix_maven}felix-parent
0c45c0
0c45c0
%{?scl:Requires: %scl_runtime}
0c45c0
0c45c0
%description
0c45c0
Apache Felix is a community effort to implement the OSGi R4 Service Platform
0c45c0
and other interesting OSGi-related technologies under the Apache license. The
0c45c0
OSGi specifications originally targeted embedded devices and home services
0c45c0
gateways, but they are ideally suited for any project interested in the
0c45c0
principles of modularity, component-orientation, and/or service-orientation.
0c45c0
OSGi technology combines aspects of these aforementioned principles to define a
0c45c0
dynamic service deployment framework that is amenable to remote management.
0c45c0
0c45c0
%prep
0c45c0
%setup -q -n gogo-parent-%{version}
0c45c0
0c45c0
%build
0c45c0
scl enable %{scl_maven} %{scl} - <
0c45c0
%mvn_build
0c45c0
EOF
0c45c0
0c45c0
%install
0c45c0
scl enable %{scl_maven} %{scl} - <
0c45c0
%mvn_install
0c45c0
EOF
0c45c0
0c45c0
%files -f .mfiles
0c45c0
%doc LICENSE NOTICE
0c45c0
%dir %{_mavenpomdir}/felix-gogo-parent
0c45c0
0c45c0
%changelog
0c45c0
* Mon Jan 05 2015 Mat Booth <mat.booth@redhat.com> - 0.6.0-12
0c45c0
- Update for java common SCL usage
0c45c0
0c45c0
* Fri May 16 2014 Roland Grunberg <rgrunber@redhat.com> - 0.6.0-11
0c45c0
- Add manual R: to felix-parent.
0c45c0
0c45c0
* Fri May 16 2014 Mat Booth <mat.booth@redhat.com> - 0.6.0-10
0c45c0
- Use macros from scl-build package
0c45c0
0c45c0
* Tue May 13 2014 Alexander Kurtakov <akurtako@redhat.com> 0.6.0-9
0c45c0
- Initial DTS 3.0 import.
0c45c0
0c45c0
* Tue Aug 06 2013 Michal Srb <msrb@redhat.com> - 0.6.0-8
0c45c0
- Adapt to current guidelines
0c45c0
0c45c0
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.0-7
0c45c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
0c45c0
0c45c0
* Fri Mar 15 2013 Krzysztof Daniel <kdaniel@redhat.com> 0.6.0-6
0c45c0
- Initial SCLization.
0c45c0
0c45c0
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.0-5
0c45c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
0c45c0
0c45c0
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 0.6.0-4
0c45c0
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
0c45c0
- Replace maven BuildRequires with maven-local
0c45c0
0c45c0
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.0-3
0c45c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
0c45c0
0c45c0
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.0-2
0c45c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
0c45c0
0c45c0
* Mon Nov 07 2011 Tomas Radej <tradej@redhat.com> - 0.6.0-2
0c45c0
- Added install section to verify dependencies
0c45c0
- Added (build)requires to maven
0c45c0
0c45c0
* Wed Nov 02 2011 Tomas Radej <tradej@redhat.com> - 0.6.0-1
0c45c0
- Initial Packaging