]> git.pld-linux.org Git - packages/fenris.git/commitdiff
- fixed building for this _build, STRB.
authorTomasz Pala <gotar@pld-linux.org>
Thu, 23 May 2002 08:01:36 +0000 (08:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fenris.spec -> 1.4

fenris.spec

index 20ac076a066da9594b7de346dff6cc2850d752cb..a401697e91cd3842be8d1103a61b631d827d2dac 100644 (file)
@@ -1,8 +1,8 @@
 Summary:       Program execution path analysis tool
 Summary(pl):   Narzêdzie do ¶ledzenia wykonywania programu
 Name:          fenris
-Version:       0.01b
-Release:       0.1
+Version:       0.01b_2332
+Release:       1
 License:       GPL
 Group:         Development/Debuggers
 Vendor:                Michal Zalewski <lcamtuf@bos.bindview.com>
@@ -42,10 +42,10 @@ je
 analizowaæ w rozs±dnym czasie.
 
 %prep
-%setup  -q -n %{name}
+%setup -q -n %{name}
 
 %build
-%{__make} all
+./build strip
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -57,16 +57,18 @@ install fenris-bug $RPM_BUILD_ROOT%{_bindir}
 install fprints $RPM_BUILD_ROOT%{_bindir}
 install getfprints $RPM_BUILD_ROOT%{_bindir}
 install ragnarok $RPM_BUILD_ROOT%{_bindir}
+install ragsplit $RPM_BUILD_ROOT%{_bindir}
+install spliter.pl $RPM_BUILD_ROOT%{_bindir}
 install doc/man/* $RPM_BUILD_ROOT%{_mandir}/man1
 
-gzip -9nf doc/{ChangeLog,README,TODO,{announce,propaganda}.txt}
+gzip -9nf doc/{ChangeLog,README,TODO,reverse.txt}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc doc/*.gz
+%doc doc/*.gz html/{razor,*html,*.jpg}
 %config %verify(not md5 size mtime) %{_sysconfdir}/*
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/*
This page took 0.104209 seconds and 4 git commands to generate.