mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-24 04:32:46 +00:00
BuildRoot is long deprecated and caused tests to fail.
This commit is contained in:
parent
9ef7874044
commit
fc12574880
1 changed files with 0 additions and 4 deletions
|
@ -5,10 +5,8 @@ Version: 0.0.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: tito test package for the external source builder
|
Summary: tito test package for the external source builder
|
||||||
URL: https://example.com
|
URL: https://example.com
|
||||||
Group: Applications/Internet
|
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-root-%(%{__id_u} -n)
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
@ -19,10 +17,8 @@ Nobody cares.
|
||||||
%build
|
%build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
Loading…
Add table
Reference in a new issue