forked from pool/libuv
Accepting request 415453 from home:jengelh:branches:devel:libraries:c_c++
- Trim filler words from description multiplatformness is not really a selling point for a platform itself (Linux/SUSE in this case). OBS-URL: https://build.opensuse.org/request/show/415453 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuv?expand=0&rev=14
This commit is contained in:
parent
25c6b36cbf
commit
480431c738
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 27 22:00:21 UTC 2016 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Trim filler words from description
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 30 22:30:34 UTC 2016 - mpluskal@suse.com
|
Sat Jan 30 22:30:34 UTC 2016 - mpluskal@suse.com
|
||||||
|
|
||||||
|
24
libuv.spec
24
libuv.spec
@ -20,7 +20,7 @@
|
|||||||
Name: libuv
|
Name: libuv
|
||||||
Version: 1.8.0
|
Version: 1.8.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Cross-platform asychronous I/O
|
Summary: Asychronous I/O support library
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: https://github.com/libuv/libuv
|
Url: https://github.com/libuv/libuv
|
||||||
@ -32,18 +32,18 @@ BuildRequires: pkg-config
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libuv is a multi-platform support library with a focus on asynchronous I/O. It
|
libuv is a support library with a focus on asynchronous I/O. It was
|
||||||
was primarily developed for use by Node.js, but it's also used by Mozilla's
|
primarily developed for use by Node.js, but it is also used by
|
||||||
Rust language, Luvit, Julia, pyuv, and others.
|
Mozilla's Rust language, Luvit, Julia, pyuv, and others.
|
||||||
|
|
||||||
%package -n libuv%{somajor}
|
%package -n libuv%{somajor}
|
||||||
Summary: Cross-platform asychronous I/O
|
Summary: Asychronous I/O support library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libuv%{somajor}
|
%description -n libuv%{somajor}
|
||||||
libuv is a multi-platform support library with a focus on asynchronous I/O. It
|
libuv is a support library with a focus on asynchronous I/O. It was
|
||||||
was primarily developed for use by Node.js, but it's also used by Mozilla's
|
primarily developed for use by Node.js, but it is also used by
|
||||||
Rust language, Luvit, Julia, pyuv, and others.
|
Mozilla's Rust language, Luvit, Julia, pyuv, and others.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development libraries for libuv
|
Summary: Development libraries for libuv
|
||||||
@ -52,11 +52,11 @@ BuildRequires: glibc-devel
|
|||||||
Requires: libuv%{somajor} = %{version}
|
Requires: libuv%{somajor} = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Development files for libuv
|
Development files for libuv.
|
||||||
|
|
||||||
libuv is a multi-platform support library with a focus on asynchronous I/O. It
|
libuv is a support library with a focus on asynchronous I/O. It was
|
||||||
was primarily developed for use by Node.js, but it's also used by Mozilla's
|
primarily developed for use by Node.js, but it is also used by
|
||||||
Rust language, Luvit, Julia, pyuv, and others.
|
Mozilla's Rust language, Luvit, Julia, pyuv, and others.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
Loading…
Reference in New Issue
Block a user