Remove fedora-review-plugin-java subpackage
This commit is contained in:
parent
5f085842f6
commit
a4d2659564
@ -9,7 +9,7 @@
|
||||
|
||||
Name: javapackages-tools
|
||||
Version: 4.5.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
|
||||
Summary: Macros and scripts for Java packaging support
|
||||
|
||||
@ -145,15 +145,6 @@ Module for handling, querying and manipulating of various files for Java
|
||||
packaging in Linux distributions
|
||||
%endif
|
||||
|
||||
|
||||
%package -n fedora-review-plugin-java
|
||||
Summary: fedora-review plugin for checking Java packaging guidelines
|
||||
License: GPLv2+
|
||||
Requires: fedora-review
|
||||
|
||||
%description -n fedora-review-plugin-java
|
||||
%{summary}.
|
||||
|
||||
%package doc
|
||||
Summary: Guide for Java packaging
|
||||
|
||||
@ -173,6 +164,8 @@ This package provides non-essential macros and scripts to support Java packaging
|
||||
%prep
|
||||
%setup -q -n javapackages-%{version}
|
||||
|
||||
sed -i '/fedora-review/d' install
|
||||
|
||||
%build
|
||||
%if 0%{?with_python3}
|
||||
%configure --pyinterpreter=%{__python3}
|
||||
@ -219,13 +212,13 @@ popd
|
||||
%{python_sitelib}/javapackages*
|
||||
%endif
|
||||
|
||||
%files -n fedora-review-plugin-java
|
||||
%{_datadir}/fedora-review/plugins/*
|
||||
|
||||
%files doc -f files-doc
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Tue Apr 21 2015 Michael Simacek <msimacek@redhat.com> - 4.5.0-2
|
||||
- Remove fedora-review-plugin-java subpackage
|
||||
|
||||
* Thu Apr 09 2015 Michal Srb <msrb@redhat.com> - 4.5.0-1
|
||||
- Update to upstream version 4.5.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user