We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 627fc81 commit abc1c33Copy full SHA for abc1c33
2 files changed
TODO.md
@@ -15,6 +15,7 @@
15
## Other CI issues
16
17
- [ ] 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.
19
20
21
## Research: find more Office 2007 test files
catdoc.spec
@@ -4,7 +4,7 @@ Release: %autorelease
4
Summary: programs which extract text from Microsoft Office 97-2004 files
5
License: GPL-2.0-or-later
6
URL: https://github.com/skierpage/catdoc
7
-Source0: catdoc-0.97.tar.gz
+Source0: https://github.com/skierpage/%{name}/archive/refs/tags/v%{version}.tar.gz
8
BuildRequires: gcc
9
BuildRequires: make
10
BuildRequires: tk
0 commit comments