%{?nodejs_find_provides_and_requires} Name: nodejs-uid-number Version: 0.0.6 Release: 1%{?dist} Summary: Convert a username/group name to a UID/GID number License: BSD Group: System Environment/Libraries URL: https://github.com/isaacs/uid-number Source0: http://registry.npmjs.org/uid-number/-/uid-number-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch BuildRequires: nodejs-devel %description %{summary}. %prep %setup -q -n package %build #nothing to do %install rm -rf %{buildroot} mkdir -p %{buildroot}%{nodejs_sitelib}/uid-number cp -pr *.js package.json %{buildroot}%{nodejs_sitelib}/uid-number chmod 0644 %{buildroot}%{nodejs_sitelib}/uid-number/get-uid-gid.js %nodejs_symlink_deps %clean rm -rf %{buildroot} %files %{!?_licensedir:%global license %doc} %defattr(-,root,root,-) %{nodejs_sitelib}/uid-number %doc README.md %license LICENSE %changelog * Sun Oct 25 2015 Jared Smith - 0.0.6-1 - Update to upstream 0.0.6 release * Wed Jun 17 2015 Fedora Release Engineering - 0.0.3-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering - 0.0.3-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sat Aug 03 2013 Fedora Release Engineering - 0.0.3-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Sat Jun 22 2013 T.C. Hollingsworth - 0.0.3-7 - restrict to compatible arches * Mon Apr 15 2013 T.C. Hollingsworth - 0.0.3-6 - add macro for EPEL6 dependency generation * Thu Feb 14 2013 Fedora Release Engineering - 0.0.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Fri Jan 11 2013 T.C. Hollingsworth - 0.0.3-4 - really use a fresh tarball from upstream - fix permissions - include LICENCE file * Tue Jan 08 2013 T.C. Hollingsworth - 0.0.3-3 - add missing build section - rebuild with fresh tarball from upstream * Mon Dec 31 2012 T.C. Hollingsworth - 0.0.3-2 - Clean up for submission * Wed Mar 28 2012 T.C. Hollingsworth - 0.0.3-1 - initial package