[packages/socket99] - updated to 0.2.0 release
qboosh
qboosh at pld-linux.org
Mon Apr 11 17:34:55 CEST 2016
commit eba7ce85ab26e048102cd66d9e3157cb954ad9d7
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Mon Apr 11 17:34:54 2016 +0200
- updated to 0.2.0 release
socket99.spec | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/socket99.spec b/socket99.spec
index f28ea32..de49227 100644
--- a/socket99.spec
+++ b/socket99.spec
@@ -1,13 +1,13 @@
Summary: C99 wrapper library for the BSD sockets API
Summary(pl.UTF-8): Biblioteka C99 obudowująca API gniazd BSD
Name: socket99
-Version: 0
-%define snap 20140923
-Release: 0.%{snap}.1
+Version: 0.2.0
+Release: 1
License: MIT
Group: Libraries
-Source0: https://github.com/silentbicycle/socket99/archive/master/%{name}.tar.gz
-# Source0-md5: fc1a45bfe0a802aac24bdee78d51e6f4
+#Source0Download: https://github.com/silentbicycle/socket99/releases
+Source0: https://github.com/silentbicycle/socket99/archive/v%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: 8fd589f5f8e29a5178a79a019f660886
URL: https://github.com/silentbicycle/socket99
BuildRequires: gcc >= 5:3.0
BuildRequires: libtool
@@ -57,10 +57,10 @@ Static socket99 library.
Statyczna biblioteka socket99.
%prep
-%setup -q -n socket99-master
+%setup -q
%build
-libtool --mode=compile %{__cc} %{rpmcflags} %{rpmcppflags} -Wall -c socket99.c
+libtool --mode=compile %{__cc} %{rpmcflags} %{rpmcppflags} -Wall -Wextra -std=c99 -D_GNU_SOURCE -c socket99.c
libtool --mode=link %{__cc} %{rpmldflags} %{rpmcflags} -o libsocket99.la socket99.lo -rpath %{_libdir}
%install
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/socket99.git/commitdiff/eba7ce85ab26e048102cd66d9e3157cb954ad9d7
More information about the pld-cvs-commit
mailing list