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 290171 Details for
Bug 355791
mark langpacks with %lang
[?]
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]
Mark langpacks with %lang
ff-lang.patch (text/plain), 1.26 KB, created by
Ville Skyttä
on 2007-12-20 17:15:09 UTC
(
hide
)
Description:
Mark langpacks with %lang
Filename:
MIME Type:
Creator:
Ville Skyttä
Created:
2007-12-20 17:15:09 UTC
Size:
1.26 KB
patch
obsolete
>Index: firefox.spec >=================================================================== >RCS file: /cvs/pkgs/rpms/firefox/devel/firefox.spec,v >retrieving revision 1.220 >diff -u -r1.220 firefox.spec >--- firefox.spec 20 Dec 2007 10:31:27 -0000 1.220 >+++ firefox.spec 20 Dec 2007 17:14:38 -0000 >@@ -208,6 +208,7 @@ > > # Install langpacks > %{__mkdir_p} $RPM_BUILD_ROOT/%{mozappdir}/extensions >+cat /dev/null > %{name}.files > %{__tar} xjf %{SOURCE2} > for langpack in `ls firefox-langpacks/*.xpi`; do > language=`basename $langpack .xpi` >@@ -232,6 +233,10 @@ > zip -r -D $jarfile locale > cd - > %{__rm} -rf $tmpdir >+ >+ language=`echo $language | sed -e 's/-/_/g'` >+ extensiondir=`echo $extensiondir | sed -e "s|^$RPM_BUILD_ROOT||"` >+ echo "%%lang($language) $extensiondir" >> %{name}.files > done > %{__rm} -rf firefox-langpacks > >@@ -277,7 +282,7 @@ > fi > > >-%files >+%files -f %{name}.files > %defattr(-,root,root,-) > %{_bindir}/firefox > #%exclude %{_bindir}/firefox-config >@@ -295,7 +300,9 @@ > %{mozappdir}/components/*.xpt > %attr(644, root, root) %{mozappdir}/components/*.js > %{mozappdir}/defaults >-%{mozappdir}/extensions >+%dir %{mozappdir}/extensions >+%{mozappdir}/extensions/{*} >+%{mozappdir}/extensions/inspector* > %{mozappdir}/icons > %{mozappdir}/searchplugins > %{mozappdir}/firefox
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 355791
:
240881
| 290171