Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restructure build_results directory and add SRPM results #1

Merged
merged 2 commits into from
Jul 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added build_results/srpm-builds/02914697/backend.log.gz
Binary file not shown.
10 changes: 10 additions & 0 deletions build_results/srpm-builds/02914697/build-02914697.rsync.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Warning: Permanently added '2620:52:3:1:dead:beef:cafe:c140' (ED25519) to the list of known hosts.
receiving incremental file list
./
hello-2.8-1.src.rpm
hello.spec
results.json
success

sent 107 bytes received 706,385 bytes 1,412,984.00 bytes/sec
total size is 705,909 speedup is 1.00
2 changes: 2 additions & 0 deletions build_results/srpm-builds/02914697/build.info
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
build_id=2914697
builder_ip=2620:52:3:1:dead:beef:cafe:c140
Binary file not shown.
Binary file not shown.
50 changes: 50 additions & 0 deletions build_results/srpm-builds/02914697/hello.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
Name: hello
Version: 2.8
Release: 1%{?dist}
Summary: The "Hello World" program from GNU

License: GPLv3+
URL: http://ftp.gnu.org/gnu/%{name}
Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz

BuildRequires: gettext
BuildRequires: gcc
BuildRequires: vim-minimal >= 8.0
Requires: vim-minimal >= 8.0

Requires(post): info
Requires(preun): info

%description
The "Hello World" program, done with all bells and whistles of a proper FOSS
project, including configuration, build, internationalization, help files, etc.

%prep
%autosetup

%build
%configure
make %{?_smp_mflags}

%install
%make_install
%find_lang %{name}
rm -f %{buildroot}/%{_infodir}/dir

%post
/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :

%preun
if [ $1 = 0 ] ; then
/sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
fi

%files -f %{name}.lang
%doc AUTHORS ChangeLog COPYING NEWS README THANKS TODO
%{_mandir}/man1/hello.1.gz
%{_infodir}/%{name}.info.gz
%{_bindir}/hello

%changelog
* Tue Sep 06 2011 The Coon of Ty <[email protected]> 2.8-1
- Initial version of the package
8 changes: 8 additions & 0 deletions build_results/srpm-builds/02914697/results.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "hello",
"epoch": null,
"version": "2.8",
"release": "1",
"exclusivearch": [],
"excludearch": []
}
1 change: 1 addition & 0 deletions build_results/srpm-builds/02914697/success
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
done