make %{_prefix}/lib/rpm/*,{req,prov} executable [release 5.3.1-2mamba;Sat Mar 27 2021]
This commit is contained in:
parent
96bbaab45d
commit
0951cfffba
@ -1,6 +1,6 @@
|
|||||||
Name: javapackages
|
Name: javapackages
|
||||||
Version: 5.3.1
|
Version: 5.3.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A collection of tools that make it easier to build RPM packages containing software running on the Java platform
|
Summary: A collection of tools that make it easier to build RPM packages containing software running on the Java platform
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -10,14 +10,13 @@ URL: https://github.com/fedora-java/javapackages
|
|||||||
Source: https://github.com/fedora-java/javapackages.git/%{version}/javapackages-%{version}.tar.bz2
|
Source: https://github.com/fedora-java/javapackages.git/%{version}/javapackages-%{version}.tar.bz2
|
||||||
License: BSD, JPackage
|
License: BSD, JPackage
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython3-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: asciidoc
|
BuildRequires: asciidoc
|
||||||
Requires: rpm
|
Requires: rpm
|
||||||
Provides: jpackage-utils
|
Provides: jpackage-utils
|
||||||
Obsoletes: jpackage-utils
|
Obsoletes: jpackage-utils
|
||||||
Provides: javapackages-tools = %{?epoch:%epoch:}%{version}-%{release}
|
Provides: javapackages-tools = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Java Packages Tools is a collection of tools that make it easier to build RPM packages containing software running on the Java platform.
|
Java Packages Tools is a collection of tools that make it easier to build RPM packages containing software running on the Java platform.
|
||||||
@ -42,6 +41,7 @@ Java Packages Tools is a collection of tools that make it easier to build RPM pa
|
|||||||
./install
|
./install
|
||||||
|
|
||||||
chmod +x %{buildroot}%{_bindir}/*
|
chmod +x %{buildroot}%{_bindir}/*
|
||||||
|
chmod +x %{buildroot}%{_prefix}/lib/rpm/*.{req,prov}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -100,5 +100,8 @@ chmod +x %{buildroot}%{_bindir}/*
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 27 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.3.1-2mamba
|
||||||
|
- make %{_prefix}/lib/rpm/*,{req,prov} executable
|
||||||
|
|
||||||
* Mon Nov 23 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 5.3.1-1mamba
|
* Mon Nov 23 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 5.3.1-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user