Skip to content

Commit abc1c33

Browse files
committed
Fix Source0 in catdoc.spec to point to GitHub
Try to get Copr builds working
1 parent 627fc81 commit abc1c33

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

TODO.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
## Other CI issues
1616

1717
- [ ] Check if [Fedora copr build](https://copr.fedorainfracloud.org/coprs/skierpage/catdoc/) (using [packit.yaml](packit.yaml)) of Fedora RPM works.
18+
- [ ] Why didn't uploading tag v0.97, or creating a release, do anything? They don't seem to have triigerred a build.
1819

1920

2021
## Research: find more Office 2007 test files

catdoc.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Release: %autorelease
44
Summary: programs which extract text from Microsoft Office 97-2004 files
55
License: GPL-2.0-or-later
66
URL: https://github.com/skierpage/catdoc
7-
Source0: catdoc-0.97.tar.gz
7+
Source0: https://github.com/skierpage/%{name}/archive/refs/tags/v%{version}.tar.gz
88
BuildRequires: gcc
99
BuildRequires: make
1010
BuildRequires: tk

0 commit comments

Comments
 (0)