?? mdk.spec
字號:
%define name mdk%define docname mdk-doc%define version 0.4.2%define release 1%define serial 2#%define prefix /opt/mdk-0.3.1/usr%define prefix /usr#%define infodirdir %{prefix}/etc/%define infodirdir /etcSummary: MIX Development KitName: %{name}Version: %{version}Release: %{release}Serial: %{serial}Copyright: GPLGroup: Development/LanguagesUrl: http://www.gnu.org/software/mdk/mdk.htmlVendor: Jose A. Ortega Ruiz <jao@gnu.org>Source0: http://download.sourcegorge.net/mdk/%{name}-%{version}.tar.gzSource1: http://download.sourcegorge.net/mdk/%{docname}-%{version}.tar.gz#Patch0: patch-mdk-0.3Packager: Agustin Navarro <anp@cantv.net>BuildRoot: /var/tmp/%{name}-%{version}-root#DocDir: %{prefix}/share/doc/mdk-0.3.1%descriptionMDK stands for MIX Development Kit, and provides tools for developingand executing, in a MIX virtual machine, MIXAL programs.The MIX is Donald Knuth's mythical computer, described in the firstvolume of The Art of Computer Programming, which is programmed usingMIXAL, the MIX assembly language.MDK includes a MIXAL assembler (mixasm) and a MIX virtual machine(mixvm) with a command line interface. In case you are an Emacs guy,you can try doc/mixvm.el, which allows running mixvm inside an EmacsGUD buffer.Using these interfaces, you can debug your MIXAL programs at sourcecode level, and read/modify the contents of all the components of theMIX computer (including block devices, which are simultated using thefile system).%package gtkSummary: MIX Development Kit GTK GUI Interface to mixvmGroup: Development/Languages%description gtkMDK stands for MIX Development Kit, and provides tools for developingand executing, in a MIX virtual machine, MIXAL programs.The MIX is Donald Knuth's mythical computer, described in the firstvolume of The Art of Computer Programming, which is programmed usingMIXAL, the MIX assembly language.A GTK+ GUI to mixvm, called gmixvm, is providedUsing these interfaces, you can debug your MIXAL programs at sourcecode level, and read/modify the contents of all the components of theMIX computer (including block devices, which are simultated using thefile system).%package docSummary: MIX Development Kit HTML DocumentationGroup: Development/Languages%description docMDK stands for MIX Development Kit, and provides tools for developingand executing, in a MIX virtual machine, MIXAL programs.This pakage includes the HTML Documentation%prep%setup -q%setup -D -T -b 1#%patch0 -p1CFLAGS=$RPM_OPT_FLAGS \ ./configure --prefix=%{prefix} --infodir='${prefix}/share/info'%buildmake#make html%install[ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;make -e prefix=$RPM_BUILD_ROOT%{prefix} install%clean[ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;%post/sbin/install-info %{prefix}/share/info/mdk.info.gz %{infodirdir}/info-dir%files%defattr(-,root,root)%doc AUTHORS ChangeLog COPYING README NEWS TODO THANKS INSTALL%doc samples%doc misc/mixvm.el%{prefix}/bin/mixasm%{prefix}/bin/mixvm%{prefix}/share/info/*%files gtk%defattr(-,root,root)%{prefix}/share/mdk%{prefix}/bin/gmixvm%files doc%defattr(-,root,root)%doc ../%{docname}-%{version}/img ../%{docname}-%{version}/manual %changelog* Sun Aug 19 2001 Agustin Navarro <anp@cantv.net>- Upgrade to mdk-0.4* Sun Jul 22 2001 Agustin Navarro <anp@cantv.net>- Upgrade to mdk-0.4* Thu Jun 21 2001 Agustin Navarro <anp@cantv.net>- Upgrade to mdk-0.3.5* Tue Jun 12 2001 Agustin Navarro <anp@cantv.net>- Upgrade to mdk-0.3.4* Sat Jun 09 2001 Agustin Navarro <anp@cantv.net>- Upgrade to mdk-0.3.3* Thu May 16 2001 Agustin Navarro <anp@cantv.net>- Upgrade to 0.3.2* Fri Mar 30 2001 Agustin Navarro <anp@cantv.net>- Initial Rpm Release
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -