Compare commits
18 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a3acff2ea2 | ||
|
|
b044671a12 | ||
|
|
6cddde67bc | ||
|
|
d60d891339 | ||
|
|
311b59d5c2 | ||
|
|
ef87ad6539 | ||
|
|
e8ef28766b | ||
|
|
f2499b61ca | ||
|
|
f09ad6c751 | ||
|
|
4818f7ded7 | ||
|
|
b50f0d712a | ||
|
|
ac0dc1f13b | ||
|
|
46dfae51f6 | ||
|
|
72eec38cad | ||
|
|
bf849e7a25 | ||
|
|
a9f62e0030 | ||
|
|
2f7410b992 | ||
|
|
f9c0a04ab5 |
1 changed files with 56 additions and 6 deletions
62
wf.spec
62
wf.spec
|
|
@ -1,26 +1,27 @@
|
|||
Summary: Simple word frequency counter
|
||||
Name: wf
|
||||
Version: 0.41
|
||||
Release: 23%{?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
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc
|
||||
%description
|
||||
wf scans a text file and counts the frequency of words through the
|
||||
whole text.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
make DESTDIR=%{buildroot} INSTALL="%{__install} -p" install
|
||||
%make_install
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
|
|
@ -29,6 +30,55 @@ make DESTDIR=%{buildroot} INSTALL="%{__install} -p" install
|
|||
%{_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
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.41-31
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.41-30
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.41-29
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.41-28
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.41-27
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.41-26
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.41-25
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 0.41-24
|
||||
- Use make macros
|
||||
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
||||
|
||||
* Sat Feb 01 2020 Terje Rosten <terje.rosten@ntnu.no> - 0.41-23
|
||||
- Fix GCC 10 ftbfs
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue