Compare commits

...
Sign in to create a new pull request.

13 commits

Author SHA1 Message Date
Fedora Release Engineering
6ab2a0fc8a Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-17 08:43:39 +00:00
Benjamin A. Beasley
7f2acaa050 Use various long options 2026-05-25 06:36:45 +01:00
Fedora Release Engineering
6463041fd0 Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-17 20:09:13 +00:00
Fedora Release Engineering
bfc1a09f46 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 20:19:40 +00:00
Benjamin A. Beasley
6508a4d798 Remove spec-file conditionals for Fedoras that reached end of life 2025-05-11 08:24:43 -04:00
Benjamin A. Beasley
ee69f0d61c Update .rpmlintrc file for current rpmlint 2025-05-11 08:24:04 -04:00
Fedora Release Engineering
8102430b9f Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-19 14:49:54 +00:00
Fedora Release Engineering
15f910de8a Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-20 09:11:17 +00:00
Benjamin A. Beasley
1a60513f24 Fix a typo in the Summary of the -doc subpackage 2024-04-04 18:10:59 -04:00
Benjamin A. Beasley
5f83a5354e Add an rpmlintrc file
[skip changelog]
2024-04-04 18:10:59 -04:00
Fedora Release Engineering
6e1df0f4b8 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-27 08:29:27 +00:00
Fedora Release Engineering
2cf7a781a3 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-07-22 18:02:16 +00:00
Benjamin A. Beasley
89ee891c82 Remove explicit %set_build_flags, not needed since F36
>
> https://www.fedoraproject.org/wiki/Changes/SetBuildFlagsBuildCheck
2023-06-03 12:55:53 -04:00
2 changed files with 12 additions and 18 deletions

7
wcd.rpmlintrc Normal file
View file

@ -0,0 +1,7 @@
# Not real spelling errors
addFilter(r" spelling-error \('(chdir|[Cc]hangelogs?)',")
# Intentional, with a justifying spec-file comment
addFilter(r" no-%check-section")
# We would have to use email to report the new remote-only status of the FSF
# upstream. Maybe we will do this at some point.
addFilter(r" incorrect-fsf-address ")

View file

@ -69,7 +69,7 @@ was written by Brad Kingsbury.
%package doc
Summary: Documentation for wcs
Summary: Documentation for wcd
BuildArch: noarch
@ -86,34 +86,21 @@ plain-text documentation files, changelogs, and so on.
%build
%set_build_flags
%make_build -C src %{wcd_opts}
%make_build --directory=src %{wcd_opts}
%install
%make_install install-profile -C src %{wcd_opts}
%make_install install-profile --directory=src %{wcd_opts}
%find_lang wcd --with-man
%if 0%{?fedora} && 0%{?fedora} < 39
# Historically, this package accepted the upstream default of building the
# binary as wcd.exe, and the spec file contained claims that the name of the
# binary might change periodically and that this was not important.
#
# We feel that this was misguided: the name of the command that users type is
# *very* important, and it should match system conventions. We maintain the old
# name as a symbolic link for compatibility.
ln -s wcd '%{buildroot}%{_bindir}/wcd.exe'
%endif
# Upstream does not provide any tests
%files -f wcd.lang
%license %{_pkgdocdir}/copying.txt
%{_bindir}/wcd
%if 0%{?fedora} && 0%{?fedora} < 39
# See the comment in %%install.
%{_bindir}/wcd.exe
%endif
%{_mandir}/man1/wcd.1*
%config(noreplace) %{_sysconfdir}/profile.d/wcd.sh