From 0218396a1e2ae10f20f99411d6db2e3993c3166b Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: May 31 2016 08:55:28 +0000 Subject: import rh-nodejs4-nodejs-slide-1.1.6-2.el7 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6a649a7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/slide-1.1.6.tgz diff --git a/.rh-nodejs4-nodejs-slide.metadata b/.rh-nodejs4-nodejs-slide.metadata new file mode 100644 index 0000000..a881877 --- /dev/null +++ b/.rh-nodejs4-nodejs-slide.metadata @@ -0,0 +1 @@ +56eb027d65b4d2dce6cb2e2d32c4d4afc9e1d707 SOURCES/slide-1.1.6.tgz diff --git a/README.md b/README.md deleted file mode 100644 index 98f42b4..0000000 --- a/README.md +++ /dev/null @@ -1,4 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/nodejs-slide.spec b/SPECS/nodejs-slide.spec new file mode 100644 index 0000000..43ee3d8 --- /dev/null +++ b/SPECS/nodejs-slide.spec @@ -0,0 +1,91 @@ +%{?scl:%scl_package nodejs-slide} +%{!?scl:%global pkg_name %{name}} +%{?nodejs_find_provides_and_requires} + +Name: %{?scl_prefix}nodejs-slide +Version: 1.1.6 +Release: 2%{?dist} +Summary: A flow control library that fits in a slideshow +License: ISC +URL: https://github.com/isaacs/slide-flow-control +Source0: http://registry.npmjs.org/slide/-/slide-%{version}.tgz +BuildRoot: %{_tmppath}/%{pkg_name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildArch: noarch +%if 0%{?fedora} >= 19 +ExclusiveArch: %{nodejs_arches} noarch +%else +ExclusiveArch: %{ix86} x86_64 %{arm} noarch +%endif + +BuildRequires: %{?scl_prefix}nodejs-devel + +%description +Provides simple, easy callbacks for node.js. + +%prep +%setup -q -n package + +%build +#nothing to do + +%install +rm -rf %{buildroot} + +mkdir -p %{buildroot}%{nodejs_sitelib}/slide +cp -pr lib package.json %{buildroot}%{nodejs_sitelib}/slide + +%nodejs_symlink_deps + +%clean +rm -rf %{buildroot} + +%files +%defattr(-,root,root,-) +%{nodejs_sitelib}/slide +%doc LICENSE README.md + +%changelog +* Sun Feb 14 2016 Zuzana Svetlikova - 1.1.6-2 +- rebuilt + +* Thu Jan 08 2015 Tomas Hrcka - 1.1.6-1 +- New upstream release + +* Thu Oct 17 2013 Tomas Hrcka - 1.1.5-2 +- replace provides and requires with macro + +* Tue Sep 03 2013 Jamie Nguyen - 1.1.5-1 +- update to upstream release 1.1.5 +- add ExclusiveArch logic + +* Sat Aug 03 2013 Fedora Release Engineering - 1.1.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Sun Jun 23 2013 T.C. Hollingsworth - 1.1.4-1 +- new upstream release 1.1.4 + +* Sat Jun 22 2013 T.C. Hollingsworth - 1.1.3-7 +- restrict to compatible arches + +* Mon Apr 15 2013 T.C. Hollingsworth - 1.1.3-6 +- add macro for EPEL6 dependency generation + +* Thu Apr 11 2013 Stanislav Ochotnicky - 1.1.3-6 +- Add support for software collections + +* Thu Feb 14 2013 Fedora Release Engineering - 1.1.3-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Tue Jan 08 2013 T.C. Hollingsworth - 1.1.3-4 +- add missing build section +- mention missing license + +* Thu Apr 26 2012 T.C. Hollingsworth - 1.1.3-3 +- missing package.json + +* Thu Apr 26 2012 T.C. Hollingsworth - 1.1.3-2 +- bring into conformance with newer library packaging standards +- guard Requires for F17 automatic dependency generation + +* Mon Aug 22 2011 T.C. Hollingsworth - 1.1.3-1 +- initial package