]> git.pld-linux.org Git - packages/libusrsctp.git/commitdiff
- updated to 0.9.3.0 release auto/th/libusrsctp-0.9.3.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 28 Aug 2016 18:14:12 +0000 (20:14 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 28 Aug 2016 18:14:12 +0000 (20:14 +0200)
libusrsctp.spec

index e7fef5019e094f9ceeed5c6b335bd1f9fc7a747e..5ad863df0acd580b045bb448946f06c9148225db 100644 (file)
@@ -5,15 +5,13 @@
 Summary:       Userland SCTP stack
 Summary(pl.UTF-8):     Stos SCTP w przestrzeni użytkownika
 Name:          libusrsctp
-Version:       0.9.2.1
-%define        snap    20151025
-%define        gitref  6071a9a41925c13dd4306bb6434bcce250bdecb2
-%define        rel     1
-Release:       0.%{snap}.%{rel}
+Version:       0.9.3.0
+Release:       1
 License:       BSD
 Group:         Libraries
-Source0:       https://github.com/sctplab/usrsctp/archive/%{gitref}/%{name}-%{version}.tar.gz
-# Source0-md5: 230c42a5713f43e1f006dcf02cf86cf3
+#Source0Download: https://github.com/sctplab/usrsctp/releases
+Source0:       https://github.com/sctplab/usrsctp/archive/%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: ffc5f1ab5be0765880479c9c3aebc794
 URL:           https://github.com/sctplab/usrsctp
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
@@ -53,7 +51,7 @@ Static usrsctp library.
 Statyczna biblioteka usrsctp.
 
 %prep
-%setup -q -n usrsctp-%{gitref}
+%setup -q -n usrsctp-%{version}
 
 %build
 %{__libtoolize}
@@ -61,7 +59,9 @@ Statyczna biblioteka usrsctp.
 %{__autoconf}
 %{__automake}
 %configure \
-       %{!?with_static_libs:--disable-static}
+       %{!?debug:--disable-debug} \
+       %{!?with_static_libs:--disable-static} \
+       --disable-warnings-as-errors
 %{__make}
 
 %install
This page took 0.063322 seconds and 4 git commands to generate.