From 75d8a4d521bcf7d37985c6f2927f492100cdd085 Mon Sep 17 00:00:00 2001 From: undefine Date: Tue, 19 Oct 2004 18:35:00 +0000 Subject: [PATCH] - initital pld version Changed files: astah-community.spec -> 1.1 --- astah-community.spec | 47 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 astah-community.spec diff --git a/astah-community.spec b/astah-community.spec new file mode 100644 index 0000000..4c184ca --- /dev/null +++ b/astah-community.spec @@ -0,0 +1,47 @@ +Summary: A New Java/UML Object-Oriented Design Tool +Summary(pl): ¦rodowsko obiektowo zorientowanego projektowania narzêdzi UML +Name: jude +Version: 1.3 +Release: 1 +License: Freeware +Group: Applications/Engineering +Source0: %{name}_take%(echo %{version} |tr . _).zip +Source1: %{name}.desktop +URL: http://objectclub.esm.co.jp/Jude/ +Requires: jre +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Jude is a new tool which supports your object-oriented software +designing in JavaTM and UML1.4(Unified Modeling Language). + +%description -l pl +Jude jest nowym narzêdziem obs³uguj±cym obiektowo-zorientowane +przygotowywanie oprogramowania w JavaTM i UML1.4(zunifikowany jêzyk +modelowania). + +%prep +%setup -q -n jude_take -n jude_take -n jude_take -n jude_take + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name},%{_desktopdir}} + +cat < $RPM_BUILD_ROOT%{_bindir}/%{name} +#!/bin/sh +java -Xms16m -Xmx256m -Xss1m -jar %{_datadir}/%{name}/jude-take.jar \$* +EOF + +install jude-take.jar JudeDefaultModel.jude $RPM_BUILD_ROOT%{_datadir}/%{name} +install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc README* Release_Note* +%attr(755,root,root) %{_bindir}/* +%{_datadir}/%{name} +%{_desktopdir}/%{name}.desktop -- 2.44.0