remove spec.old file
This commit is contained in:
parent
4bd0fd5622
commit
a847cd9163
@ -2,14 +2,13 @@
|
||||
%global enable_tests 1
|
||||
Name: nodejs-css
|
||||
Version: 1.6.0
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: A CSS parser/stringifier for Node.js using css-parse and css-stringify
|
||||
License: MIT
|
||||
URL: https://github.com/visionmedia/css
|
||||
Source0: http://registry.npmjs.org/css/-/css-%{version}.tgz
|
||||
BuildArch: noarch
|
||||
ExclusiveArch: %{nodejs_arches} noarch
|
||||
ExclusiveArch: %{ix86} x86_64 %{arm} noarch
|
||||
BuildRequires: nodejs-packaging
|
||||
%if 0%{?enable_tests}
|
||||
BuildRequires: npm(css-parse) npm(css-stringify)
|
||||
@ -39,5 +38,8 @@ cp -pr package.json index.js \
|
||||
%{nodejs_sitelib}/css
|
||||
|
||||
%changelog
|
||||
* Thu Nov 26 2020 caodongxia <caodongxia@huawei.com> - 1.6.0-2
|
||||
- Delete file nodejs-css.spec.old
|
||||
|
||||
* Mon Aug 17 2020 Anan Fu <fuanan3@huawei.com> - 1.6.0-1
|
||||
- package init
|
||||
|
||||
@ -1,85 +0,0 @@
|
||||
%{?nodejs_find_provides_and_requires}
|
||||
|
||||
%global enable_tests 1
|
||||
|
||||
Name: nodejs-css
|
||||
Version: 1.6.0
|
||||
Release: 9%{?dist}
|
||||
Summary: A CSS parser/stringifier for Node.js using css-parse and css-stringify
|
||||
License: MIT
|
||||
URL: https://github.com/visionmedia/css
|
||||
Source0: http://registry.npmjs.org/css/-/css-%{version}.tgz
|
||||
|
||||
BuildArch: noarch
|
||||
%if 0%{?fedora} >= 19
|
||||
ExclusiveArch: %{nodejs_arches} noarch
|
||||
%else
|
||||
ExclusiveArch: %{ix86} x86_64 %{arm} noarch
|
||||
%endif
|
||||
|
||||
BuildRequires: nodejs-packaging
|
||||
|
||||
%if 0%{?enable_tests}
|
||||
BuildRequires: npm(css-parse)
|
||||
BuildRequires: npm(css-stringify)
|
||||
%endif
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n package
|
||||
|
||||
|
||||
%build
|
||||
#nothing to do
|
||||
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{nodejs_sitelib}/css
|
||||
cp -pr package.json index.js \
|
||||
%{buildroot}%{nodejs_sitelib}/css
|
||||
|
||||
%nodejs_symlink_deps
|
||||
|
||||
|
||||
%if 0%{?enable_tests}
|
||||
%check
|
||||
%nodejs_symlink_deps --check
|
||||
%__nodejs test
|
||||
%endif
|
||||
|
||||
|
||||
%files
|
||||
%doc History.md LICENSE Readme.md
|
||||
%{nodejs_sitelib}/css
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Sun Mar 02 2014 Jamie Nguyen <jamielinux@fedoraproject.org> - 1.6.0-1
|
||||
- initial package
|
||||
Loading…
x
Reference in New Issue
Block a user