From c5f0fef396111334524ce3a61c117904c05d9e4f Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: May 06 2019 06:27:38 +0000 Subject: Orphaned for 6+ weeks --- diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 0ce8e8b..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/oop-0.0.3.tgz diff --git a/LICENSE b/LICENSE deleted file mode 100644 index fdc3a98..0000000 --- a/LICENSE +++ /dev/null @@ -1,19 +0,0 @@ -Copyright (C) 2013 Felix Geisendörfer - -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/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-oop.spec b/nodejs-oop.spec deleted file mode 100644 index 20d49ce..0000000 --- a/nodejs-oop.spec +++ /dev/null @@ -1,71 +0,0 @@ -%global enable_tests 1 -%global srcname oop - -Name: nodejs-%{srcname} -Version: 0.0.3 -Release: 7%{?dist} -Summary: Node.js module for simple & light-weight oop -License: MIT -URL: https://github.com/felixge/node-oop -Source0: https://registry.npmjs.org/%{srcname}/-/%{srcname}-%{version}.tgz -Source1: https://raw.githubusercontent.com/felixge/node-oop/master/LICENSE - -BuildArch: noarch -ExclusiveArch: %{nodejs_arches} noarch - -BuildRequires: nodejs-packaging - -%description -%{summary}. - -%prep -%setup -q -n package -rm -rf node_modules -cp -p %{SOURCE1} . - -%build -#nothing to do - -%install -mkdir -p %{buildroot}%{nodejs_sitelib}/%{srcname} -cp -pr package.json \ - %{buildroot}%{nodejs_sitelib}/%{srcname} - -mkdir -p %{buildroot}%{nodejs_sitelib}/%{srcname}/lib -cp -pr lib/index.js lib/oop.js \ - %{buildroot}%{nodejs_sitelib}/%{srcname}/lib - -%nodejs_symlink_deps - -%if 0%{?enable_tests} -%check -%nodejs_symlink_deps --check -node test/integration/test-*.js -%endif - -%files -%doc Readme.md -%license LICENSE -%{nodejs_sitelib}/%{srcname} - -%changelog -* Fri Feb 01 2019 Fedora Release Engineering - 0.0.3-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Fri Jul 13 2018 Fedora Release Engineering - 0.0.3-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Thu Feb 08 2018 Fedora Release Engineering - 0.0.3-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 0.0.3-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Fri Feb 10 2017 Fedora Release Engineering - 0.0.3-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Thu Feb 04 2016 Fedora Release Engineering - 0.0.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Sat Oct 24 2015 Piotr Popieluch - 0.0.3-1 -- Initial package diff --git a/sources b/sources deleted file mode 100644 index 0d0bbc7..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -27a076c4789e85f6ec456f833a513ea5 oop-0.0.3.tgz