From 5f1a0d561f050b56479e88a859aca7dcb145fc5d Mon Sep 17 00:00:00 2001 From: B Stack Date: Mon, 26 Oct 2020 19:26:05 -0400 Subject: remove deprecated packages for ubo-combined --- waterfox-ublock-origin/waterfox-ublock-origin.spec | 99 ---------------------- 1 file changed, 99 deletions(-) delete mode 100644 waterfox-ublock-origin/waterfox-ublock-origin.spec (limited to 'waterfox-ublock-origin/waterfox-ublock-origin.spec') diff --git a/waterfox-ublock-origin/waterfox-ublock-origin.spec b/waterfox-ublock-origin/waterfox-ublock-origin.spec deleted file mode 100644 index 5c8a2b4..0000000 --- a/waterfox-ublock-origin/waterfox-ublock-origin.spec +++ /dev/null @@ -1,99 +0,0 @@ -# waterfox globals -%global app_name waterfox -%global moz_extensions %{_datadir}/%{app_name}/extensions -%global app_id \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\} - -Name: %{app_name}-ublock-origin -Version: 1.16.4.25 -Release: 1 -Summary: uBlock Origin installed to system Waterfox extensions directory - -Group: Applications/Internet -License: GPLv3+ and LGPLv3 and MIT and OFL -URL: https://github.com/gorhill/uBlock -Source0: README.md -Source1: https://github.com/gorhill/uBlock-for-firefox-legacy/releases/download/firefox-legacy-%{version}/uBlock0_%{version}.firefox-legacy.xpi -BuildRequires: unzip -BuildRequires: coreutils -BuildArch: noarch - -Requires: mozilla-filesystem -Requires: %{app_name}-filesystem - -%description -The "legacy" release of uBlock Origin (NPAPI) for tradional Mozilla-style -web browsers. This is packaged for %{app_name}. - -More than just an ad blocker, uBlock Origin provides the ability to block -at will and easy defaults based on various common lists, such as EasyList, -EasyPrivacy, and Peter Lowe's ad/tracking/malware servers. - -%prep -#%setup -q -c - -%build - -%install -# learn extension id to name the file -%{__unzip} -o %{SOURCE1} install.rdf -newfilename="$( grep 'em:id' install.rdf 2>/dev/null | head -n1 | sed -r -e 's/^.*//;' -e 's/<\/em:id>.*$//;' ).xpi" -test -z "${newfilename}" && newfilename="$( basename %{SOURCE1} )" - -mkdir -p %{buildroot}%{moz_extensions}/%{app_id} -install -Dp -m0644 %{SOURCE1} %{buildroot}%{moz_extensions}/%{app_id}/${newfilename} - -rm -rf install.rdf - -%clean -rm -rf %{buildroot} - -%files -%defattr(-,root,root,-) -%{moz_extensions}/*/*.xpi - -%changelog -* Tue Aug 25 2020 B Stack - 1.16.4.25-1 -- Update - -* Tue Aug 11 2020 B Stack - 1.16.4.24-1 -- Update - -* Wed Jul 22 2020 B Stack - 1.16.4.23-1 -- Update - -* Sat Jul 04 2020 B Stack - 1.16.4.22-1 -- Update - -* Mon Jun 29 2020 B Stack - 1.16.4.21-1 -- Update - -* Wed Mar 18 2020 B Stack - 1.16.4.20-1 -- Update - -* Tue Mar 03 2020 B Stack - 1.16.4.19-1 -- Update - -* Tue Feb 18 2020 B Stack - 1.16.4.18-1 -- Update - -* Mon Jan 27 2020 B Stack - 1.16.4.16-1 -- Update -- Upstream changed locations - -* Tue Jan 14 2020 B Stack - 1.16.4.14-1 -- Update - -* Wed Dec 18 2019 B Stack - 1.16.4.12-1 -- Update - -* Mon Nov 11 2019 B Stack - 1.16.4.11-1 -- Update - -* Sat Sep 15 2018 B Stack - 1.16.4.4-2 -- Customize for stackrpms - -* Fri Jul 20 2018 Phantom X - 1.16.4.4-1 -- 1.16.4.4 - -* Wed Jun 13 2018 Phantom X - 1.16.4.1-1 -- Initial spec -- cgit