osc copypac from project:home:ctso:nodejs package:nodejs-argparser revision:3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-argparser?expand=0&rev=1
This commit is contained in:
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.osc
|
3
nodejs-argparser-0.0.9.tar.gz
Normal file
3
nodejs-argparser-0.0.9.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d20a227b7d19db05a00faa9530bcaedc0f9315743a648fb3432a3b02767f01f6
|
||||
size 5660
|
15
nodejs-argparser.changes
Normal file
15
nodejs-argparser.changes
Normal file
@@ -0,0 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 23 16:04:35 UTC 2011 - fcastelli@suse.com
|
||||
|
||||
- Fix package, it wasn't installed under the right directory
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 23 14:01:27 UTC 2011 - fcastelli@suse.com
|
||||
|
||||
- Clean spec file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 23 13:51:27 UTC 2011 - fcastelli@suse.com
|
||||
|
||||
- Packaged version 0.0.9
|
||||
|
48
nodejs-argparser.spec
Normal file
48
nodejs-argparser.spec
Normal file
@@ -0,0 +1,48 @@
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
Name: nodejs-argparser
|
||||
Summary: Simplest parse arguments, options for Node.js
|
||||
Version: 0.0.9
|
||||
Release: 1
|
||||
License: MIT
|
||||
Url: https://github.com/jshint/node-jshint
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
Group: Development/Libraries/Other
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Requires: nodejs
|
||||
BuildRequires: npm nodejs
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
Simplest parse arguments, options for Node.js
|
||||
|
||||
%prep
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{_prefix}/lib/node_modules
|
||||
npm_config_prefix=%{buildroot}%{_prefix} npm install -g %{S:0}
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_prefix}/lib/node_modules
|
||||
|
||||
%changelog
|
Reference in New Issue
Block a user