]> git.pld-linux.org Git - packages/why3.git/commitdiff
- fixed scripts permissions auto/th/why3-0.83-2
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 6 May 2014 12:31:02 +0000 (14:31 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Tue, 6 May 2014 12:31:02 +0000 (14:31 +0200)
- rel 2

why3.spec

index d224e16ae62191e50acc259c97076a466c5bfb80..16e073b165083d007ac9439f10f44bffe0788620 100644 (file)
--- a/why3.spec
+++ b/why3.spec
@@ -1,7 +1,7 @@
 Summary:       Software verification platform
 Name:          why3
 Version:       0.83
-Release:       1
+Release:       2
 Group:         Applications
 License:       LGPLv2 with exceptions
 Source0:       https://gforge.inria.fr/frs/download.php/33490/%{name}-%{version}.tar.gz
@@ -71,7 +71,12 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/%{name}*
 %{_datadir}/%{name}
 %{_datadir}/gtksourceview-2.0/language-specs/why3.lang
-%{_libdir}/%{name}
+%dir %{_libdir}/%{name}
+%{_libdir}/%{name}/coq
+%{_libdir}/%{name}/coq-tactic
+%{_libdir}/%{name}/plugins
+%attr(755,root,root) %{_libdir}/%{name}/why3-call-pvs
+%attr(755,root,root) %{_libdir}/%{name}/why3-cpulimit
 
 %files examples
 %defattr(644,root,root,755)
This page took 0.084996 seconds and 4 git commands to generate.