Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a3acff2ea2 | ||
|
|
b044671a12 | ||
|
|
6cddde67bc | ||
|
|
d60d891339 | ||
|
|
311b59d5c2 | ||
|
|
ef87ad6539 | ||
|
|
e8ef28766b | ||
|
|
f2499b61ca |
1 changed files with 25 additions and 4 deletions
29
wf.spec
29
wf.spec
|
|
@ -1,8 +1,9 @@
|
|||
Summary: Simple word frequency counter
|
||||
Name: wf
|
||||
Version: 0.41
|
||||
Release: 32%{?dist}
|
||||
License: GPLv2
|
||||
Release: 39%{?dist}
|
||||
# Automatically converted from old format: GPLv2 - review is highly recommended.
|
||||
License: GPL-2.0-only
|
||||
URL: http://www.async.com.br/~marcelo/wf/
|
||||
Source0: http://www.async.com.br/~marcelo/wf/wf-%{version}.tar.bz2
|
||||
Patch0: 0001-Fix-usage-of-global-variables.patch
|
||||
|
|
@ -13,8 +14,7 @@ wf scans a text file and counts the frequency of words through the
|
|||
whole text.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%configure
|
||||
|
|
@ -30,6 +30,27 @@ whole text.
|
|||
%{_mandir}/man1/wf.1*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.41-39
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.41-38
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.41-37
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.41-36
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Mon Jul 29 2024 Miroslav Suchý <msuchy@redhat.com> - 0.41-35
|
||||
- convert license to SPDX
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.41-34
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sun Jun 30 2024 Terje Rosten <terje.rosten@ntnu.no> - 0.41-33
|
||||
- Use autosetup macro
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.41-32
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue