1
0
Michal Vyskocil 2013-07-08 12:27:09 +00:00 committed by Git OBS Bridge
parent 6c768c1165
commit 28af746f06

View File

@ -1,10 +1,29 @@
#
# spec file for package javapackages-tools
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: javapackages-tools
Version: 0.15.0
Release: 1
Release: 0
Summary: Macros and scripts for Java packaging support
License: BSD-3-Clause
Group: Development/Languages/Java
License: BSD
URL: https://fedorahosted.org/javapackages/
Url: https://fedorahosted.org/javapackages/
Source0: https://fedorahosted.org/released/javapackages/javapackages-%{version}.tar.xz
BuildArch: noarch
@ -22,6 +41,7 @@ This package provides macros and scripts to support Java packaging.
%package -n maven-local
Summary: Macros and scripts for Maven packaging support
Group:
Requires: %{name} = %{version}-%{release}
Requires: maven
Requires: xmvn
@ -101,7 +121,6 @@ install -p -m 755 depmap.xml $RPM_BUILD_ROOT%{_mavendepmapfragdir}/%{name}-depma
rm -f $RPM_BUILD_ROOT%{_bindir}/mvn-{local,rpmbuild}
%endif
%files
%doc LICENSE
%dir %{_rpmconfigdir}/fileattrs
@ -123,5 +142,4 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/mvn-{local,rpmbuild}
%{_bindir}/mvn-*
%{_datadir}/xmvn/configuration*.xml
%changelog