- initial version 1.0.17
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-formidable?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
formidable-1.0.17.tgz
Normal file
3
formidable-1.0.17.tgz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4788321333c9e0f9bdc5f0786c20151a7c084cf4069a3f4e69da80601aeac4cd
|
||||||
|
size 12325
|
5
nodejs-formidable.changes
Normal file
5
nodejs-formidable.changes
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 10 14:30:06 UTC 2015 - lars@linux-schulserver.de
|
||||||
|
|
||||||
|
- initial version 1.0.17
|
||||||
|
|
63
nodejs-formidable.spec
Normal file
63
nodejs-formidable.spec
Normal file
@@ -0,0 +1,63 @@
|
|||||||
|
#
|
||||||
|
# spec file for package nodejs-formidable
|
||||||
|
#
|
||||||
|
# Copyright (c) 2015 SUSE LINUX 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/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%define base_name formidable
|
||||||
|
|
||||||
|
Name: nodejs-formidable
|
||||||
|
Version: 1.0.17
|
||||||
|
Release: 0
|
||||||
|
Url: https://github.com/felixge/node-formidable
|
||||||
|
Summary: A node.js module for parsing form data, especially file uploads
|
||||||
|
License: MIT
|
||||||
|
Group: Development/Languages/Other
|
||||||
|
Source: http://registry.npmjs.org/%{base_name}/-/%{base_name}-%{version}.tgz
|
||||||
|
BuildRequires: nodejs-packaging
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
%nodejs_find_provides_and_requires
|
||||||
|
|
||||||
|
%description
|
||||||
|
This module was developed for Transloadit, a service focused on uploading and
|
||||||
|
encoding images and videos. It has been battle-tested against hundreds of GB of
|
||||||
|
file uploads from a large variety of clients and is considered
|
||||||
|
production-ready.
|
||||||
|
|
||||||
|
Features:
|
||||||
|
* Fast (~500mb/sec), non-buffering multipart parser
|
||||||
|
* Automatically writing file uploads to disk
|
||||||
|
* Low memory footprint
|
||||||
|
* Graceful error handling
|
||||||
|
* Very high test coverage
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n package
|
||||||
|
|
||||||
|
%build
|
||||||
|
|
||||||
|
%install
|
||||||
|
mkdir -p %{buildroot}%{nodejs_modulesdir}/%{base_name}
|
||||||
|
cp -pr package.json *.js lib \
|
||||||
|
%{buildroot}%{nodejs_modulesdir}/%{base_name}/
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%doc Readme.md LICENSE
|
||||||
|
%{nodejs_modulesdir}/%{base_name}
|
||||||
|
|
||||||
|
%changelog
|
Reference in New Issue
Block a user