Compare commits
No commits in common. "rawhide" and "f34" have entirely different histories.
5 changed files with 8 additions and 31 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -27,9 +27,3 @@
|
|||
/xtl-0.6.23.tar.gz
|
||||
/xtl-0.7.2.tar.gz
|
||||
/xtl-0.7.3.tar.gz
|
||||
/xtl-0.7.4.tar.gz
|
||||
/xtl-0.7.5.tar.gz
|
||||
/xtl-0.7.6.tar.gz
|
||||
/xtl-0.7.7.tar.gz
|
||||
/xtl-0.8.0.tar.gz
|
||||
/xtl-0.8.1.tar.gz
|
||||
|
|
|
|||
18
.packit.yaml
18
.packit.yaml
|
|
@ -1,18 +0,0 @@
|
|||
# See the documentation for more information:
|
||||
# https://packit.dev/docs/configuration/
|
||||
---
|
||||
jobs:
|
||||
- job: pull_from_upstream
|
||||
trigger: release
|
||||
dist_git_branches:
|
||||
rawhide:
|
||||
fast_forward_merge_into:
|
||||
- fedora-branched
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
- job: bodhi_update
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 1.11.0.post1.dev7+gfdcdf3a32.
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (xtl-0.8.1.tar.gz) = cb032d27b2f7dff135c442fd92e3924eb108355769354c9eee9ec2d3ec7ebd867ee89ee2e10f41352447e08f185637f338fdc40e37d60d85cf2fffdcaac1ce6c
|
||||
SHA512 (xtl-0.7.3.tar.gz) = ce15534fda259459d1b28a5f9217607a21b422b28acc94de9c1db755a7c14ac39264c002052f7e756b55d734fdd30fbde0eae0944f505133da16978d7b641894
|
||||
|
|
|
|||
10
xtl.spec
10
xtl.spec
|
|
@ -2,9 +2,9 @@
|
|||
%global debug_package %{nil}
|
||||
|
||||
Name: xtl
|
||||
Version: 0.8.1
|
||||
Version: 0.7.3
|
||||
Release: %autorelease
|
||||
License: BSD-3-Clause
|
||||
License: BSD
|
||||
Summary: QuantStack tools library
|
||||
Url: https://github.com/QuantStack/xtl
|
||||
Source0: https://github.com/QuantStack/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
|
|
@ -53,11 +53,14 @@ make html SPHINXBUILD=sphinx-build-3
|
|||
rm build/html/.buildinfo
|
||||
popd
|
||||
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
|
||||
|
||||
%check
|
||||
%cmake_build --target xtest
|
||||
make -C "%{_vpath_builddir}" xtest
|
||||
|
||||
|
||||
%files devel
|
||||
%doc README.md
|
||||
|
|
@ -69,5 +72,6 @@ popd
|
|||
%files doc
|
||||
%doc docs/build/html
|
||||
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue