commit f44646aeff9fd44654c3ee69e6b91aa63e832510
Author: Jakub Bogusz <[email protected]>
Date:   Wed Mar 8 21:45:15 2017 +0100

    - updated to 0.3.1

 fstrm.spec | 17 +++++++++++++----
 1 file changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/fstrm.spec b/fstrm.spec
index 4f826fb..878f78a 100644
--- a/fstrm.spec
+++ b/fstrm.spec
@@ -6,15 +6,19 @@
 Summary:       C implementation of the Frame Streams transport protocol
 Summary(pl.UTF-8):     Implementacja protokołu transportowego Frame Streams w 
języku C
 Name:          fstrm
-Version:       0.2.0
+Version:       0.3.1
 Release:       1
-License:       Apache 2.0
+License:       Apache v2.0
 Group:         Libraries
-Source0:       
https://github.com/farsightsec/fstrm/releases/download/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 63520f76b982e2fcf0084b39fa673525
+#Source0Download: https://github.com/farsightsec/fstrm/releases
+Source0:       
https://github.com/farsightsec/fstrm/archive/v%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: 8159053635f307b38cdc21ea34a8fca3
 URL:           https://github.com/farsightsec/fstrm
+BuildRequires: autoconf >= 2.64
+BuildRequires: automake >= 1:1.11
 BuildRequires: doxygen
 BuildRequires: libevent-devel >= 2
+BuildRequires: libtool >= 2:2
 BuildRequires: pkgconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -78,6 +82,11 @@ Statyczna biblioteka fstrm.
 %setup -q
 
 %build
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
        --disable-silent-rules \
        %{!?with_static_libs:--disable-static}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/fstrm.git/commitdiff/f44646aeff9fd44654c3ee69e6b91aa63e832510

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to