Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(199)

Side by Side Diff: chrome/installer/linux/rpm/chrome.spec.template

Issue 410413004: Fix handling of icon resources in official RPM packages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 #------------------------------------------------------------------------------ 1 #------------------------------------------------------------------------------
2 # chrome.spec 2 # chrome.spec
3 #------------------------------------------------------------------------------ 3 #------------------------------------------------------------------------------
4 4
5 #------------------------------------------------------------------------------ 5 #------------------------------------------------------------------------------
6 # Prologue information 6 # Prologue information
7 #------------------------------------------------------------------------------ 7 #------------------------------------------------------------------------------
8 Summary : @@MENUNAME@@ 8 Summary : @@MENUNAME@@
9 License : Multiple, see @@PRODUCTURL@@ 9 License : Multiple, see @@PRODUCTURL@@
10 Name : @@PACKAGE@@-@@CHANNEL@@ 10 Name : @@PACKAGE@@
11 Version : @@VERSION@@ 11 Version : @@VERSION@@
12 Release : @@PACKAGE_RELEASE@@ 12 Release : @@PACKAGE_RELEASE@@
13 Group : Applications/Internet 13 Group : Applications/Internet
14 Vendor : @@COMPANY_FULLNAME@@ 14 Vendor : @@COMPANY_FULLNAME@@
15 Url : @@PRODUCTURL@@ 15 Url : @@PRODUCTURL@@
16 Packager : @@MAINTNAME@@ <@@MAINTMAIL@@> 16 Packager : @@MAINTNAME@@ <@@MAINTMAIL@@>
17 17
18 Provides : @@PROVIDES@@ = %{version} 18 Provides : @@PROVIDES@@ = %{version}
19 Requires : @@DEPENDS@@ 19 Requires : @@DEPENDS@@
20 Requires(post) : %{_sbindir}/update-alternatives 20 Requires(post) : %{_sbindir}/update-alternatives
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 #esac 222 #esac
223 223
224 exit 0 224 exit 0
225 225
226 #------------------------------------------------------------------------------ 226 #------------------------------------------------------------------------------
227 # Post uninstallation script 227 # Post uninstallation script
228 #------------------------------------------------------------------------------ 228 #------------------------------------------------------------------------------
229 %postun 229 %postun
230 230
231 exit 0 231 exit 0
OLDNEW
« chrome/installer/linux/rpm/build.sh ('K') | « chrome/installer/linux/rpm/build.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698