You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
114 lines
3.9 KiB
114 lines
3.9 KiB
5 years ago
|
%{?nodejs_find_provides_and_requires}
|
||
|
|
||
|
Name: nodejs-abbrev
|
||
|
Version: 1.0.7
|
||
|
Release: 10%{?dist}
|
||
|
Summary: Abbreviation calculator for Node.js
|
||
|
License: MIT
|
||
|
URL: https://github.com/isaacs/abbrev-js
|
||
|
Source0: https://registry.npmjs.org/abbrev/-/abbrev-%{version}.tgz
|
||
|
BuildArch: noarch
|
||
|
ExclusiveArch: %{nodejs_arches} noarch
|
||
|
|
||
|
BuildRequires: nodejs-packaging
|
||
|
|
||
|
%description
|
||
|
Calculate the set of unique abbreviations for a given set of strings.
|
||
|
|
||
|
%prep
|
||
|
%setup -q -n package
|
||
|
|
||
|
%build
|
||
|
#nothing to do
|
||
|
|
||
|
%install
|
||
|
mkdir -p %{buildroot}%{nodejs_sitelib}/abbrev
|
||
|
cp -pr abbrev.js package.json %{buildroot}%{nodejs_sitelib}/abbrev
|
||
|
|
||
|
%nodejs_symlink_deps
|
||
|
|
||
|
%check
|
||
|
node abbrev.js
|
||
|
|
||
|
%files
|
||
|
%{nodejs_sitelib}/abbrev
|
||
|
%doc README.md
|
||
|
%license LICENSE
|
||
|
|
||
|
%changelog
|
||
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.7-10
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||
|
|
||
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.7-9
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||
|
|
||
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.7-8
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||
|
|
||
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.7-7
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||
|
|
||
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.7-6
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||
|
|
||
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.7-5
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||
|
|
||
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.7-4
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||
|
|
||
|
* Sun Feb 07 2016 Piotr Popieluch <piotr1212@gmail.com> - 1.0.7-3
|
||
|
- Cleanup spec for newer guidelines
|
||
|
|
||
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.7-2
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||
|
|
||
|
* Fri Jan 15 2016 Stephen Gallagher <sgallagh@redhat.com> - 1.0.7-1
|
||
|
- Updating to 1.0.7
|
||
|
|
||
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.4-9
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||
|
|
||
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.4-8
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||
|
|
||
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.4-7
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||
|
|
||
|
* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.0.4-6
|
||
|
- restrict to compatible arches
|
||
|
|
||
|
* Fri May 03 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.0.4-5
|
||
|
- Run unit tests as part of build
|
||
|
|
||
|
* Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.0.4-4
|
||
|
- add macro for EPEL6 dependency generation
|
||
|
|
||
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.4-3
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||
|
|
||
|
* Sun Jan 13 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.0.4-2
|
||
|
- fix missing dist macro in Release
|
||
|
|
||
|
* Thu Jan 10 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.0.4-1
|
||
|
- new upstream release 1.0.4
|
||
|
- include newly added LICENSE file
|
||
|
|
||
|
* Tue Jan 08 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.0.3-5
|
||
|
- add missing build section
|
||
|
|
||
|
* Mon Dec 31 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.0.3-4
|
||
|
- clean up for submission
|
||
|
|
||
|
* Fri Apr 27 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.0.3-3
|
||
|
- guard Requires for F17 automatic depedency generation
|
||
|
|
||
|
* Sat Jan 21 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.0.3-2
|
||
|
- missing Group field for EL5
|
||
|
|
||
|
* Sat Jan 21 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.0.3-1
|
||
|
- new upstream release 1.0.3
|
||
|
|
||
|
* Mon Aug 22 2011 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.0.2-1
|
||
|
- initial package
|