rpms/mdk/F-12 import.log, NONE, 1.1 mdk.desktop, NONE, 1.1 mdk.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Stjepan Gros sgros at fedoraproject.org
Wed Nov 18 08:10:23 UTC 2009


Author: sgros

Update of /cvs/pkgs/rpms/mdk/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32739/F-12

Modified Files:
	.cvsignore sources 
Added Files:
	import.log mdk.desktop mdk.spec 
Log Message:
Initial import of MDK into F-12



--- NEW FILE import.log ---
mdk-1_2_5-2_fc11:F-12:mdk-1.2.5-2.fc11.src.rpm:1258531765


--- NEW FILE mdk.desktop ---
[Desktop Entry]
Encoding=UTF-8
Name=MDK
GenericName=MDK
Comment=GNU MIX Development Kit
Exec=gmixvm
Type=Application
Categories=Education;ComputerScience;Emulator;GTK;


--- NEW FILE mdk.spec ---
Name:		mdk
Version:	1.2.5
Release:	2%{?dist}
Summary:	GNU MIX Development Kit

Group:		Applications/Emulators
License:	GPLv3+ and GFDL
URL:		http://www.gnu.org/software/mdk/
Source0:	http://ftp.gnu.org/gnu/mdk/v1.2.5/%{name}-%{version}.tar.gz
Source1:	mdk.desktop
Requires(post):	/sbin/install-info
Requires(preun): /sbin/install-info
BuildRequires:	guile-devel
BuildRequires:	libglade2-devel
BuildRequires:	gettext
BuildRequires:	desktop-file-utils
BuildRequires:	readline-devel
BuildRequires:	ncurses-devel
BuildRequires:	intltool
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%package	doc
Summary:	GNU MIX Development Kit Documentation and Samples

%description
MDK stands for MIX Development Kit, and provides tools for developing
and executing, in a MIX virtual machine, MIXAL programs.

The MIX is Donald Knuth's mythical computer, described in the first
volume of The Art of Computer Programming, which is programmed using
MIXAL, the MIX assembly language.

MDK includes a MIXAL assembler (mixasm) and a MIX virtual machine
(mixvm) with a command line interface.  In addition, a GTK+ GUI to
mixvm, called gmixvm, is provided; and, in case you are an Emacs guy,
you can try misc/mixvm.el, which allows running mixvm inside an Emacs
GUD buffer.

Using these interfaces, you can debug your MIXAL programs at source
code level, and read/modify the contents of all the components of the
MIX computer (including block devices, which are simultated using the
file system).

%description doc
Samples and documentation for the MDK package.

%prep
%setup -q

%build
%configure
# This package doesn't suppot parallel make
make

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
desktop-file-install \
	--dir=${RPM_BUILD_ROOT}%{_datadir}/applications \
	%{SOURCE1}

%find_lang %{name}

%clean
rm -rf $RPM_BUILD_ROOT

%post
/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir 2>/dev/null || :

%preun
if [ $1 -eq 0 ] ; then
  /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir 2>/dev/null || :
fi

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING README TODO THANKS
%{_bindir}/mixasm
%{_bindir}/mixvm
%{_bindir}/gmixvm
%{_bindir}/mixguile
%{_datadir}/mdk
%{_infodir}/*
%{_datadir}/applications/mdk.desktop

%files doc
%defattr(-,root,root,-)
%doc samples doc

%changelog
* Sun Nov 15 2009 Stjepan Gros <stjepan.gros at gmail.com> - 1.2.5-2
- Added missing BR

* Sun Oct 18 2009 Stjepan Gros <stjepan.gros at gmail.com> - 1.2.5-1
- Updated to a new upstream version

* Wed Sep 16 2009 Stjepan Gros <stjepan.gros at gmail.com> - 1.2.4-2
- Added desktop file
- Changed licence from GPLv3 to GPLv3+
- Documentation and samples are now in separate package
- Removed unnecessary build requires

* Sun Dec 29 2008 Stjepan Gros <stjepan.gros at gmail.com> - 1.2.4-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mdk/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	17 Nov 2009 16:31:43 -0000	1.1
+++ .cvsignore	18 Nov 2009 08:10:22 -0000	1.2
@@ -0,0 +1 @@
+mdk-1.2.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mdk/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	17 Nov 2009 16:31:43 -0000	1.1
+++ sources	18 Nov 2009 08:10:22 -0000	1.2
@@ -0,0 +1 @@
+7dce75b47695ef90ff3abfaf4e3d77fc  mdk-1.2.5.tar.gz




More information about the fedora-extras-commits mailing list