Author: prism Date: Sat Apr 1 03:27:08 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: tina.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/tina.spec diff -u /dev/null SPECS/tina.spec:1.1 --- /dev/null Sat Apr 1 05:27:08 2006 +++ SPECS/tina.spec Sat Apr 1 05:27:03 2006 @@ -0,0 +1,57 @@ +# $Revision$, $Date$ + +# TODO: there's a version for sparc, too - but I'm not sure if it not only works on Solaris + +Summary: tina - TIme petri Net Analyzer +Summary(pl): tina - TIme petri Net Analyzer +Name: tina +Version: 2.8.0 +Release: 0.beta.1 +License: Freeware +Group: Applications +Source0: http://www2.laas.fr/tina/%{name}-%{version}-i386-linux.tar.gz +# Source0-md5: 5e83e713e4d04514a614fb91c990787f +URL: http://www2.laas.fr/tina/ +ExclusiveArch: %{ix86} +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%define no_install_post_strip 1 + +%description +Tina is a toolbox for the edition and analysis of Petri Nets and Time Petri +Nets, developed in the OLC group of LAAS/CNRS. + +%description -l pl +Tina to zestaw narzędzi do edycji oraz analizy sieci Petriego i Czasowych +Sieci Petriego, rozwijany przez grupę OLC w LAAS/CNRS. + +%prep +%setup -q + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name},%{_mandir}/mann} +cp -rf bin/* $RPM_BUILD_ROOT%{_bindir} +mv -f $RPM_BUILD_ROOT%{_bindir}/plugins $RPM_BUILD_ROOT/%{_datadir}/%{name} +cp -Rf extras nets $RPM_BUILD_ROOT%{_datadir}/%{name} +install doc/man/mann/* $RPM_BUILD_ROOT%{_mandir}/mann + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc README INSTALL CHANGES doc/{formats,txt} +%attr(755,root,root) %{_bindir}/* +%{_datadir}/%{name} +%{_mandir}/mann/* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/04/01 03:27:03 prism +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
