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