commit 0177a10d113855bac1db280be1c4f52cf769c40a
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Aug 22 17:15:24 2018 +0200
Fix broken url and simplify things
pipelight.spec | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/pipelight.spec b/pipelight.spec
index abd6c90..7010fb5 100644
--- a/pipelight.spec
+++ b/pipelight.spec
@@ -2,7 +2,6 @@
%global rel_build 1
# General needed defines.
-%global bburl
https://bitbucket.org/mmueller2012/%{name}/
%global commit 792e7a4885a6311172f1c876fbe5e9b5b76aace7
%global install_dep_com 1e47c45d70972c111634cc2af7c577bf5eb20b2d
%global shortcommit %(c=%{commit};echo ${c:0:12})
@@ -29,9 +28,9 @@ Release: 10%{?gitrel}%{?dist}
Summary: NPAPI Wrapper Plugin for using Windows plugins in Linux browsers
License: GPLv2+ or LGPLv2+ or MPLv1.1
-URL: http://%{name}.net/
-%{?rel_build:Source0: %{bburl}get/v%{version}.tar.gz#/%{?gittar}}
-%{!?rel_build:Source0: %{bburl}get/%{shortcommit}.tar.gz#/%{?gittar}}
+URL:
https://bitbucket.org/mmueller2012/pipelight/
+%{?rel_build:Source0: %{url}get/v%{version}.tar.gz#/%{?gittar}}
+%{!?rel_build:Source0: %{url}get/%{shortcommit}.tar.gz#/%{?gittar}}
Source1:
https://github.com/besser82/pipelight-selinux/archive/v0.3.1.tar.gz#/pipe...
Source2:
https://bitbucket.org/mmueller2012/pipelight/raw/%{install_dep_com}/share...