Skip to content

Commit

Permalink
Add results for a SRPM build
Browse files Browse the repository at this point in the history
It contains `results.json` generated by code from
fedora-copr/copr#2800
  • Loading branch information
FrostyX committed Jul 23, 2023
1 parent 881c04a commit 4eade1f
Show file tree
Hide file tree
Showing 8 changed files with 71 additions and 0 deletions.
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

0 comments on commit 4eade1f

Please sign in to comment.