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 240881 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
firefox-langify.patch (text/plain), 1.23 KB, created by
Ville Skyttä
on 2007-10-28 12:15:34 UTC
(
hide
)
Description:
Mark langpacks with %lang
Filename:
MIME Type:
Creator:
Ville Skyttä
Created:
2007-10-28 12:15:34 UTC
Size:
1.23 KB
patch
obsolete
>Index: firefox.spec >=================================================================== >RCS file: /cvs/pkgs/rpms/firefox/devel/firefox.spec,v >retrieving revision 1.205 >diff -u -r1.205 firefox.spec >--- firefox.spec 23 Oct 2007 09:03:21 -0000 1.205 >+++ firefox.spec 28 Oct 2007 12:14:52 -0000 >@@ -282,6 +282,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` >@@ -306,6 +307,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 > >@@ -373,7 +378,7 @@ > fi > > >-%files >+%files -f %{name}.files > %defattr(-,root,root,-) > %{_bindir}/firefox > %exclude %{_bindir}/firefox-config >@@ -397,7 +402,9 @@ > %{mozappdir}/components/*.xpt > %{mozappdir}/components/*.js > %{mozappdir}/defaults >-%{mozappdir}/extensions >+%dir %{mozappdir}/extensions >+%{mozappdir}/extensions/{*} >+%{mozappdir}/extensions/inspector* > %{mozappdir}/greprefs > %{mozappdir}/icons > %{mozappdir}/init.d
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