| OLD | NEW |
| 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 : google-chrome-@@CHANNEL@@ |
| 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 Loading... |
| 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 |
| OLD | NEW |