diff --git a/.gitignore b/.gitignore deleted file mode 100644 index a724eea..0000000 --- a/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/grunt-contrib-less-0.12.0.tgz -/grunt-contrib-less-1.0.0.tgz -/grunt-contrib-less-1.0.1.tgz -/grunt-contrib-less-1.2.0.tgz diff --git a/LICENSE-MIT b/LICENSE-MIT deleted file mode 100644 index 0c7e4eb..0000000 --- a/LICENSE-MIT +++ /dev/null @@ -1,22 +0,0 @@ -Copyright (c) 2016 Tyler Kellen, contributors - -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. \ No newline at end of file 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-grunt-contrib-less.spec b/nodejs-grunt-contrib-less.spec deleted file mode 100644 index 197a5a0..0000000 --- a/nodejs-grunt-contrib-less.spec +++ /dev/null @@ -1,136 +0,0 @@ -# This macro is needed at the start for building on EL6 -%{?nodejs_find_provides_and_requires} - -# Well, upstream doesn't ship tests with the tarball: -# https://github.com/gruntjs/grunt-contrib-less/issues/228 -%global enable_tests 0 - -%global barename grunt-contrib-less - -Name: nodejs-grunt-contrib-less -Version: 1.2.0 -Release: 6%{?dist} -Summary: Compile LESS files to CSS - -License: MIT -URL: https://www.npmjs.org/package/grunt-contrib-less -Source0: https://registry.npmjs.org/%{barename}/-/%{barename}-%{version}.tgz -Source1: https://raw.githubusercontent.com/gruntjs/grunt-contrib-less/master/LICENSE-MIT -BuildArch: noarch - -%if 0%{?fedora} >= 19 -ExclusiveArch: %{nodejs_arches} noarch -%else -ExclusiveArch: %{ix86} x86_64 %{arm} noarch -%endif - -BuildRequires: nodejs-packaging >= 6 - -%if 0%{?enable_tests} -BuildRequires: npm(grunt-contrib-nodeunit) -# We patch this guy out since it: -# 1) Has 8 unpackaged dependencies itself -# 2) is really just static analysis, not for tests. -#BuildRequires: npm(grunt-contrib-jshint) -BuildRequires: npm(grunt) -BuildRequires: npm(grunt-contrib-internal) -BuildRequires: npm(grunt-contrib-clean) -BuildRequires: nodejs-grunt-cli -%endif - - -%description -Compile LESS files to CSS. - -%prep -%setup -q -n package -cp -p %{SOURCE1} . - -# Remove bundled node_modules if there are any.. -rm -rf node_modules/ - -%nodejs_fixdep --caret -%nodejs_fixdep chalk '>=0.4.0' -%nodejs_fixdep maxmin '>=0.2.0' -%nodejs_fixdep less '>=1.7.0' -%nodejs_fixdep async ^1.5.0 -%nodejs_fixdep lodash ^3.10.1 - -%build -# nothing to build - -%install -mkdir -p %{buildroot}%{nodejs_sitelib}/grunt-contrib-less -cp -pr package.json tasks \ - %{buildroot}%{nodejs_sitelib}/grunt-contrib-less - -%nodejs_symlink_deps - - -%check -%if 0%{?enable_tests} -%nodejs_symlink_deps --check -grunt test -%endif - - -%files -%doc README.md -%license LICENSE-MIT -%{nodejs_sitelib}/grunt-contrib-less/ - -%changelog -* Fri Feb 01 2019 Fedora Release Engineering - 1.2.0-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Fri Jul 13 2018 Fedora Release Engineering - 1.2.0-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Thu Feb 08 2018 Fedora Release Engineering - 1.2.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Wed Jul 26 2017 Fedora Release Engineering - 1.2.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Fri Feb 10 2017 Fedora Release Engineering - 1.2.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Thu Jun 09 2016 Piotr Popieluch - - 1.2.0-1 -- update to 1.2.0 - -* Thu Feb 04 2016 Fedora Release Engineering - 1.0.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Tue Dec 15 2015 Tom Hughes - 1.0.1-2 -- Update npm(lodash) dependency - -* Mon Nov 30 2015 Piotr Popieluch - 1.0.1-1 -- Update to new version -- Cleanup and update spec to latest guidelines - -* Sun Nov 22 2015 Tom Hughes - 1.0.0-4 -- Update npm(async) dependency - -* Sat Jul 25 2015 Parag Nemade - 1.0.0-3 -- fixdep npm(async) - -* Wed Jun 17 2015 Fedora Release Engineering - 1.0.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Wed Feb 18 2015 Ralph Bean - 1.0.0-1 -- new version - -* Tue Nov 25 2014 Ralph Bean - 0.12.0-1 -- Latest upstream. -- Fixdep on maxmin and less (upstream re-pinned it with no other changes). - -* Mon Nov 24 2014 Ralph Bean - 0.11.4-2 -- Add some notes about running the tests. Still not enabled. -- Pull a nodejs_fixdep on npm(chalk). - -* Thu Oct 23 2014 Ralph Bean - 0.11.4-1 -- Latest upstream. -- Build as noarch. - -* Tue Jul 08 2014 Ralph Bean - 0.9.0-1 -- Initial packaging for Fedora. diff --git a/sources b/sources deleted file mode 100644 index f303777..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -aa193bd27512f214bcdaca2cc895264c grunt-contrib-less-1.2.0.tgz