Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 893404 Details for
Bug 1060513
conf files are not found
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to unrtf.spec that builds newer unrtf with proper runtime config path
unrtf-config.diff (text/plain), 1.50 KB, created by
"FeRD" (Frank Dana)
on 2014-05-07 17:25:31 UTC
(
hide
)
Description:
Patch to unrtf.spec that builds newer unrtf with proper runtime config path
Filename:
MIME Type:
Creator:
"FeRD" (Frank Dana)
Created:
2014-05-07 17:25:31 UTC
Size:
1.50 KB
patch
obsolete
>diff --git a/unrtf.spec b/unrtf-ferd.spec >index d245309..2772fea 100644 >--- a/unrtf.spec >+++ b/unrtf-ferd.spec >@@ -1,7 +1,7 @@ > Name: unrtf > Summary: RTF (Rich Text Format) to other formats converter > Version: 0.21.5 >-Release: 1%{?dist} >+Release: 2%{?dist} > > Group: Applications/Text > License: GPLv3+ >@@ -23,18 +23,16 @@ Converting to HTML, it supports a number of features of Rich Text Format: > > %prep > %setup -q >-# unrtf has a hard coded path for looking for config files >-sed -i -e 's#/usr/local/lib/unrtf/#%{_sysconfdir}/unrtf/#' src/main.h >-sed -i -e 's#/usr/local/lib/unrtf/#%{_sysconfdir}/unrtf/#' src/path.h > > %build >-%configure >+# The install destination and runtime search path for unrtf's output >+# configuration files is contolled by the configured DATADIR, we want >+# to locate them under /etc/ instead of the default /usr/share/ >+%configure --datadir="%{_sysconfdir}" > make %{?_smp_mflags} > > %install > %make_install >-mkdir -p %{buildroot}%{_sysconfdir}/unrtf/ >-mv %{buildroot}%{_datadir}/unrtf/*.conf %{buildroot}%{_sysconfdir}/unrtf/ > > %check > make check >@@ -43,10 +41,12 @@ make check > %doc README ChangeLog COPYING AUTHORS NEWS > %{_bindir}/%{name} > %{_mandir}/man1/* >-%{_datadir}/%{name}/ > %config(noreplace) %{_sysconfdir}/%{name}/ > > %changelog >+* Wed May 07 2014 FeRD (Frank Dana) <ferdnyc AT gmail com> - 0.21.5-2 >+- Locate runtime config files in sysconfdir (RHBZ #1060513) >+ > * Mon Apr 07 2014 Ken Dreyer <ktdreyer@ktdreyer.com> - 0.21.5-1 > - Upstream release 0.21.5 (RHBZ #979619) > - Update URL for HTTPS
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1060513
: 893404