]> git.pld-linux.org Git - packages/gforth.git/commitdiff
- fixed perms in libdir (executable)
authorfilon <filon@sokrates.mimuw.edu.pl>
Sun, 23 Dec 2001 09:07:05 +0000 (09:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 3
(NOTE: there are 0.5.0, but can't be built hangs on compiling one file...)

Changed files:
    gforth.spec -> 1.25

gforth.spec

index 9085c52268e5e2c2a85e79774ab06011a385f199..38dd5533fc875498c21881fc3a70d7183144e112 100644 (file)
@@ -2,7 +2,7 @@ Summary:        GNU Forth Language
 Summary(pl):   Kompilator GNU Forth 
 Name:          gforth
 Version:       0.4.0
-Release:       2
+Release:       3
 License:       GPL
 Group:         Development/Languages
 Group(de):     Entwicklung/Sprachen
@@ -63,7 +63,10 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc {AUTHORS,README,NEWS,BUGS,ToDo}.gz
 %attr(755,root,root) %{_bindir}/*
-%{_libdir}/gforth
+%dir %{_libdir}/gforth
+%dir %{_libdir}/gforth/site-forth
+%dir %{_libdir}/gforth/0.4.0
+%attr (755,root,root) %{_libdir}/gforth/0.4.0/gforth.fi
 %{_infodir}/*info*
 %{_mandir}/man1/*
 %{_datadir}/gforth
This page took 0.03724 seconds and 4 git commands to generate.