diff --git a/.gitignore b/.gitignore deleted file mode 100644 index ffe57ed..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/pg-escape-0.2.0.tgz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/nodejs-pg-escape-license.txt b/nodejs-pg-escape-license.txt deleted file mode 100644 index 72dc60d..0000000 --- a/nodejs-pg-escape-license.txt +++ /dev/null @@ -1,19 +0,0 @@ -The MIT License (MIT) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/nodejs-pg-escape.spec b/nodejs-pg-escape.spec deleted file mode 100644 index ba13f0c..0000000 --- a/nodejs-pg-escape.spec +++ /dev/null @@ -1,93 +0,0 @@ -%{?nodejs_find_provides_and_requires} - -Name: nodejs-pg-escape -Version: 0.2.0 -Release: 12%{?dist} -Summary: Escape postgres queries which do not support stored procedures - -License: MIT -URL: https://www.npmjs.com/package/pg-escape -Source0: https://registry.npmjs.org/pg-escape/-/pg-escape-%{version}.tgz -# https://github.com/segmentio/pg-escape/pull/14 -Source1: nodejs-pg-escape-license.txt -BuildArch: noarch -ExclusiveArch: %{nodejs_arches} noarch - -BuildRequires: nodejs-packaging - -BuildRequires: npm(mocha) -BuildRequires: npm(should) - - -%description -%{summary}. - - -%prep -%autosetup -n package -cp %{SOURCE1} LICENSE -rm -rf node_modules - - -%build - - -%install -mkdir -p %{buildroot}/%{_datadir}/%{name} -cp -p reserved.txt %{buildroot}/%{_datadir}/%{name} -mkdir -p %{buildroot}%{nodejs_sitelib}/pg-escape -cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/pg-escape -ln -s %{_datadir}/%{name}/reserved.txt %{buildroot}%{nodejs_sitelib}/pg-escape -%nodejs_symlink_deps - - -%check -%nodejs_symlink_deps --check -%{nodejs_sitelib}/mocha/bin/mocha --require should --reporter spec - - -%files -%{!?_licensedir:%global license %doc} -%doc Readme.md History.md -%license LICENSE -%{nodejs_sitelib}/pg-escape -%{_datadir}/%{name} - - -%changelog -* Sat Aug 01 2020 Fedora Release Engineering - 0.2.0-12 -- Second attempt - Rebuilt for - https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Tue Jul 28 2020 Fedora Release Engineering - 0.2.0-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Wed Jan 29 2020 Fedora Release Engineering - 0.2.0-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Thu Jul 25 2019 Fedora Release Engineering - 0.2.0-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Fri Feb 01 2019 Fedora Release Engineering - 0.2.0-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Fri Jul 13 2018 Fedora Release Engineering - 0.2.0-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Thu Feb 08 2018 Fedora Release Engineering - 0.2.0-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 0.2.0-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Fri Feb 10 2017 Fedora Release Engineering - 0.2.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Thu Feb 04 2016 Fedora Release Engineering - 0.2.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Sat Dec 5 2015 Tom Hughes - 0.2.0-2 -- Own the data directory - -* Thu Dec 3 2015 Tom Hughes - 0.2.0-1 -- Initial build of 0.2.0 diff --git a/sources b/sources deleted file mode 100644 index 21983e9..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -65a165ad3569be44f69a01517788669b pg-escape-0.2.0.tgz