Bug 1687380
| Summary: | scdoc: update to 1.9.4 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Hristo Venev <hristo> |
| Component: | scdoc | Assignee: | Timothée Floure <timothee.floure> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 29 | CC: | timothee.floure |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | scdoc-1.9.4-3.fc28 scdoc-1.9.4-3.fc29 scdoc-1.9.4-3.fc30 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-03-21 21:08:33 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Hristo Venev
2019-03-11 12:22:31 UTC
The sway packagers requested updates for rawhide, as I understand you want it backported ti F28 and F29 since you build it yourself (or maintain a copr repository)? I'll take a look tonight. scdoc-1.9.4-1.fc29 has been submitted as an update to Fedora 29. https://bodhi.fedoraproject.org/updates/FEDORA-2019-4acb57103c scdoc-1.9.4-1.fc28 has been submitted as an update to Fedora 28. https://bodhi.fedoraproject.org/updates/FEDORA-2019-0f0f58e5aa scdoc-1.9.4-1.fc30 has been submitted as an update to Fedora 30. https://bodhi.fedoraproject.org/updates/FEDORA-2019-dca058cc4b scdoc-1.9.4-1.fc28 has been pushed to the Fedora 28 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-0f0f58e5aa Currently the pkgconfig file points to /usr/local/bin/scdoc and sway fails to build. This is because the file was generated during make, not during %make_install.
Passing PREFIX= to make fixes this (sway now builds):
From ebd67528ad709ad4320f014ebae90b5f7754455c Mon Sep 17 00:00:00 2001
From: Hristo Venev <hristo>
Date: Mon, 11 Mar 2019 22:18:02 +0200
Subject: [PATCH] Fix pkgconfig file.
---
scdoc.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/scdoc.spec b/scdoc.spec
index 0a14a0b..43a491c 100644
--- a/scdoc.spec
+++ b/scdoc.spec
@@ -1,6 +1,6 @@
Name: scdoc
Version: 1.9.4
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Tool for generating roff manual pages
License: MIT
@@ -25,7 +25,7 @@ sed -i '/-static/d' Makefile
sed -i 's/\tinstall/\t$(INSTALL)/g' Makefile
%build
-make %{?_smp_mflags}
+make PREFIX=%{_prefix} PCDIR=%{buildroot}%{_datarootdir}/pkgconfig %{?_smp_mflags}
%install
%make_install PREFIX=%{_prefix} PCDIR=%{buildroot}%{_datarootdir}/pkgconfig
@@ -44,6 +44,9 @@ make check
%{_datarootdir}/pkgconfig/%{name}.pc
%changelog
+* Mon Feb 11 2019 Hristo Venev <hristo> - 1.9.4-2
+- Fix pkgconfig file.
+
* Mon Feb 11 2019 Timothée Floure <fnux> - 1.9.4-1
- Remove some Makefile patches (applied upstream)
- New upstream release
--
2.20.1
scdoc-1.9.4-1.fc29 has been pushed to the Fedora 29 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-4acb57103c scdoc-1.9.4-3.fc30 has been submitted as an update to Fedora 30. https://bodhi.fedoraproject.org/updates/FEDORA-2019-53afce5dc1 scdoc-1.9.4-3.fc29 has been submitted as an update to Fedora 29. https://bodhi.fedoraproject.org/updates/FEDORA-2019-e621e3a853 scdoc-1.9.4-3.fc28 has been submitted as an update to Fedora 28. https://bodhi.fedoraproject.org/updates/FEDORA-2019-af79103bd6 scdoc-1.9.4-3.fc30 has been pushed to the Fedora 30 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-53afce5dc1 scdoc-1.9.4-3.fc28 has been pushed to the Fedora 28 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-af79103bd6 scdoc-1.9.4-3.fc29 has been pushed to the Fedora 29 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-e621e3a853 scdoc-1.9.4-3.fc28 has been pushed to the Fedora 28 stable repository. If problems still persist, please make note of it in this bug report. scdoc-1.9.4-3.fc29 has been pushed to the Fedora 29 stable repository. If problems still persist, please make note of it in this bug report. scdoc-1.9.4-3.fc30 has been pushed to the Fedora 30 stable repository. If problems still persist, please make note of it in this bug report. |