summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Rękorajski2010-02-10 12:09:06 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit4c10acff47e8686436498689ae383f83ae770fd1 (patch)
tree80dc2d6afada0e2cf9df3d1853a4d74a063a0a2e
parentce63bcaba9f22b0a8ba1ac970560f2abcf97d504 (diff)
downloadspin-4c10acff47e8686436498689ae383f83ae770fd1.zip
spin-4c10acff47e8686436498689ae383f83ae770fd1.tar.gz
Changed files: spin.spec -> 1.11
-rw-r--r--spin.spec12
1 files changed, 7 insertions, 5 deletions
diff --git a/spin.spec b/spin.spec
index 2dee296..206e579 100644
--- a/spin.spec
+++ b/spin.spec
@@ -1,12 +1,14 @@
Summary: On-the-fly, LTL model checking with SPIN
Summary(pl.UTF-8): Sprawdzanie modeli LTL w locie przy użyciu SPIN
Name: spin
-Version: 5.1.7
-Release: 0.1
+Version: 5.2.4
+Release: 1
License: Spin Public license
Group: Development/Tools
-Source0: http://spinroot.com/spin/Src/%{name}517.tar.gz
-# Source0-md5: 2d069adc30e318b1ba71bdecc1721d97
+Source0: http://spinroot.com/spin/Src/%{name}524.tar.gz
+# Source0-md5: c869e7bd83c70be6565cf77c6a98b72c
+Source1: http://spinroot.com/spin/Src/xspin523.tcl
+# Source1-md5: 893eb05798802cea4f281daaf34ce190
URL: http://spinroot.com/spin/whatispin.html
BuildRequires: yacc
Requires: tcl
@@ -62,7 +64,7 @@ install Spin/Man/spin.1 $RPM_BUILD_ROOT%{_mandir}/man1
cp -a Spin/Test/* $RPM_BUILD_ROOT%{_datadir}/%{name}
echo "#!/usr/bin/wish -f" > $RPM_BUILD_ROOT%{_bindir}/xspin
-tail -n $(expr `cat Spin/Xspin*/xspin*.tcl | wc -l` - 3) Spin/Xspin*/xspin*.tcl >> $RPM_BUILD_ROOT%{_bindir}/xspin
+tail -n $(expr `cat %{SOURCE1} | wc -l` - 3) %{SOURCE1} >> $RPM_BUILD_ROOT%{_bindir}/xspin
%clean
rm -rf $RPM_BUILD_ROOT