Accepting request 415554 from devel:libraries:c_c++
1 OBS-URL: https://build.opensuse.org/request/show/415554 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libuv?expand=0&rev=7
This commit is contained in:
commit
9267c0edde
@ -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
|
||||
|
||||
|
24
libuv.spec
24
libuv.spec
@ -20,7 +20,7 @@
|
||||
Name: libuv
|
||||
Version: 1.8.0
|
||||
Release: 0
|
||||
Summary: Cross-platform asychronous I/O
|
||||
Summary: Asychronous I/O support library
|
||||
License: MIT
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: https://github.com/libuv/libuv
|
||||
@ -32,18 +32,18 @@ BuildRequires: pkg-config
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
libuv is a multi-platform support library with a focus on asynchronous I/O. It
|
||||
was primarily developed for use by Node.js, but it's also used by Mozilla's
|
||||
Rust language, Luvit, Julia, pyuv, and others.
|
||||
libuv is a support library with a focus on asynchronous I/O. It was
|
||||
primarily developed for use by Node.js, but it is also used by
|
||||
Mozilla's Rust language, Luvit, Julia, pyuv, and others.
|
||||
|
||||
%package -n libuv%{somajor}
|
||||
Summary: Cross-platform asychronous I/O
|
||||
Summary: Asychronous I/O support library
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libuv%{somajor}
|
||||
libuv is a multi-platform support library with a focus on asynchronous I/O. It
|
||||
was primarily developed for use by Node.js, but it's also used by Mozilla's
|
||||
Rust language, Luvit, Julia, pyuv, and others.
|
||||
libuv is a support library with a focus on asynchronous I/O. It was
|
||||
primarily developed for use by Node.js, but it is also used by
|
||||
Mozilla's Rust language, Luvit, Julia, pyuv, and others.
|
||||
|
||||
%package devel
|
||||
Summary: Development libraries for libuv
|
||||
@ -52,11 +52,11 @@ BuildRequires: glibc-devel
|
||||
Requires: libuv%{somajor} = %{version}
|
||||
|
||||
%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
|
||||
was primarily developed for use by Node.js, but it's also used by Mozilla's
|
||||
Rust language, Luvit, Julia, pyuv, and others.
|
||||
libuv is a support library with a focus on asynchronous I/O. It was
|
||||
primarily developed for use by Node.js, but it is also used by
|
||||
Mozilla's Rust language, Luvit, Julia, pyuv, and others.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
Loading…
Reference in New Issue
Block a user