summaryrefslogtreecommitdiff
path: root/palemoon/palemoon.spec
diff options
context:
space:
mode:
Diffstat (limited to 'palemoon/palemoon.spec')
-rw-r--r--palemoon/palemoon.spec19
1 files changed, 15 insertions, 4 deletions
diff --git a/palemoon/palemoon.spec b/palemoon/palemoon.spec
index 46ce8c1..52040d1 100644
--- a/palemoon/palemoon.spec
+++ b/palemoon/palemoon.spec
@@ -2,7 +2,7 @@
%global dummy_package 0
%global pkgname palemoon
%global prettyname Pale Moon Web Browser
-%global stackrpms_custom 1
+%global stackrpms_custom 0
# additional repos to get python27 and devtoolset-7
# for el6 and el7: Software Collection;, for x86_64 only
@@ -27,10 +27,15 @@
%define scl_buildreq devtoolset-7-toolchain
%endif
-Name: palemoon
-Version: 28.3.1
-Release: 1
+%if 0%{stackrpms_custom}
+Name: palemoon-stackrpms
+Summary: Pale Moon web browser with stackrpm customization
+%else
+Name: palemoon
Summary: Pale Moon web browser
+%endif
+Version: 28.3.1
+Release: 2
Group: Networking/Web
License: MPLv2.0
@@ -72,7 +77,13 @@ BuildRequires: zip
BuildRequires: zlib-devel
BuildRoot: %{_tmppath}/%{name}-%{version}
Provides: mimehandler(application/x-xpinstall)
+Provides: palemoon
Provides: webclient
+%if 0%{stackrpms_custom}
+Conflicts: palemoon
+%else
+Conflicts: palemoon-stackrpms
+%endif
%description
Pale Moon offers you a browsing experience in a browser completely built
bgstack15