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 588488 Details for
Bug 827472
[PATCH] Don't ship duplicate docs
[?]
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]
Drop extra copy of english docs
poedit.patch (text/plain), 1015 bytes, created by
Ville Skyttä
on 2012-06-01 14:51:57 UTC
(
hide
)
Description:
Drop extra copy of english docs
Filename:
MIME Type:
Creator:
Ville Skyttä
Created:
2012-06-01 14:51:57 UTC
Size:
1015 bytes
patch
obsolete
>diff --git a/poedit.spec b/poedit.spec >index 2ad7880..bd8c58c 100644 >--- a/poedit.spec >+++ b/poedit.spec >@@ -26,4 +26,10 @@ another language. > %prep > %setup -q >+# Make sure docs are utf-8 >+for FILE in `find docs/en -name '*.hhp'`; do >+ iconv -f iso-8859-15 -t utf-8 $FILE > $FILE.tmp && \ >+ touch -r $FILE $FILE.tmp && \ >+ mv -f $FILE.tmp $FILE >+done > > >@@ -43,10 +49,4 @@ rm -rf \ > $RPM_BUILD_ROOT%{_datadir}/gnome \ > $RPM_BUILD_ROOT%{_datadir}/mime-info >-# Make sure docs are utf-8 >-for FILE in `find docs/en -name '*.hhp'`; do >- iconv -f iso-8859-15 -t utf-8 $FILE > $FILE.tmp && \ >- touch -r $FILE $FILE.tmp && \ >- mv -f $FILE.tmp $FILE >-done > # Install the desktop file > desktop-file-install \ >@@ -82,5 +82,5 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : > %files -f poedit.lang > %defattr(-,root,root,-) >-%doc NEWS TODO README COPYING AUTHORS docs/*.txt docs/en >+%doc NEWS TODO README COPYING AUTHORS docs/*.txt > %{_bindir}/* > %{_datadir}/applications/*.desktop
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 827472
: 588488