[gnusim8085] Fixed comments from review

Patrick Uiterwijk puiterwijk at fedoraproject.org
Thu Jul 19 14:21:29 UTC 2012


commit 2f579948f29fc60f364488e6cd0f932fdcbe5ad8
Author: Patrick Uiterwijk <puiterwijk at gmail.com>
Date:   Thu Jul 19 16:20:59 2012 +0200

    Fixed comments from review

 .gitignore      |    1 +
 dead.package    |    1 -
 gnusim8085.spec |  114 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources         |    1 +
 4 files changed, 116 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d11c19f..f2427bc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 gnusim8085-1.3.6.tar.gz
+/gnusim8085-1.3.7.tar.gz
diff --git a/gnusim8085.spec b/gnusim8085.spec
new file mode 100644
index 0000000..100aa9b
--- /dev/null
+++ b/gnusim8085.spec
@@ -0,0 +1,114 @@
+Name:		gnusim8085
+Version:	1.3.7
+Release:	3%{?dist}
+Summary:	Graphical simulator for 8085 assembly language
+
+Group:		Applications/Engineering
+License:	GPLv2+
+URL:		http://gnusim8085.org/
+Source0:	http://launchpad.net/%{name}/trunk/%{version}/+download/%{name}-%{version}.tar.gz
+
+BuildRequires:	gtksourceview2-devel
+BuildRequires:	desktop-file-utils
+BuildRequires:	gettext-devel
+
+Requires:	electronics-menu
+
+%description
+GNUSim8085 is a graphical simulator for Intel 8085
+microprocessor assembly language. It has some very
+nice features including a keypad which can be used
+to write assembly language programs with much ease.
+It also has stack, memory and port viewers which
+can be used for debugging the programs.
+
+
+%prep
+%setup -q
+
+%build
+%configure --docdir %{_datadir}/doc/%{name}-%{version}
+V=1 make %{?_smp_mflags} CFLAGS="%{optflags}"
+
+%install
+rm -rf %{buildroot}
+mkdir -p %{buildroot}%{_datadir}/pixmaps/%{name}
+make INSTALL="install -p" DESTDIR=%{buildroot} install
+cp -p COPYING %{buildroot}%{_datadir}/doc/%{name}-%{version}
+
+chmod 644 %{buildroot}%{_datadir}/doc/%{name}-%{version}/COPYING
+
+desktop-file-install --vendor "" \
+--add-category "Electronics" \
+--delete-original \
+--dir %{buildroot}%{_datadir}/applications/ \
+%{buildroot}%{_datadir}/applications/GNUSim8085.desktop
+
+
+%find_lang %{name}
+
+%post
+/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
+
+%postun
+if [ $1 -eq 0 ] ; then
+    /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+    /usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || :
+fi
+
+%posttrans
+/usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || :
+
+
+%clean
+rm -rf %{buildroot}
+
+%files -f %{name}.lang
+%defattr(-,root,root,-)
+%{_datadir}/doc/%{name}-%{version}/
+%{_mandir}/man1/%{name}.1*
+%{_bindir}/gnusim8085
+%{_datadir}/applications/GNUSim8085.desktop
+%{_datadir}/gnusim8085/
+%{_datadir}/pixmaps/gnusim8085/
+%{_datadir}/icons/hicolor/scalable/apps/gnusim8085.svg
+
+%changelog
+* Thu Jul 19 2012 Patrick Uiterwijk <puiterwijk at gmail.com> - 1.3.7-3
+- Fixed comments from review
+
+* Wed Jul 18 2012 Patrick Uiterwijk <puiterwijk at gmail.com> - 1.3.7-2
+- Revised for the review again, taken most of the patch of Michael Schwendt
+
+* Wed Jul 18 2012 Patrick Uiterwijk <puiterwijk at gmail.com> - 1.3.7-1
+- Rebased to 1.3.7 upstream
+- Revised for re-reviewing after deprecation from previous maintainer
+
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.6-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Tue Mar 02 2010 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 1.3.6-1
+- New upstream release
+
+* Thu Dec 10 2009 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 1.3.5-6
+- Fixed broken package version naming
+- Change docdir in configure.in fix RHBZ 542945
+- Reverted sources to stable 1.3.5 : thankfully release 5 was not pushed to repos
+
+* Thu Dec 3 2009 Rangeen Basu Roy Chowdhury <sherry151 AT fedoraproject DOT org> - svn.141-5
+- Fixed Bug-542945
+
+* Thu Dec 3 2009 Rangeen Basu Roy Chowdhury <sherry151 AT fedoraproject DOT org> - svn.141-4
+- Updated to svn.141 version
+
+* Sun Jun 7 2009 Rangeen Basu Roy Chowdhury <sherry151 AT fedoraproject DOT org> - 1.3.5-4
+- Ownership of pixmap/gnusim8085 directory included and some typos fixed.
+
+* Sun Jun 7 2009 Rangeen Basu Roy Chowdhury <sherry151 AT fedoraproject DOT org> - 1.3.5-3
+- Changes made to fine tune the package- copy manual, preserve time stamp
+
+* Tue Jun 2 2009 Rangeen Basu Roy Chowdhury <sherry151 AT fedoraproject DOT org> - 1.3.5-2
+- Changes made to match Fedora Packaging Guidelines
+
+* Tue Jun 2 2009 Rangeen Basu Roy Chowdhury <sherry151 AT fedoraproject DOT org> - 1.3.5-1
+- First Fedora Package
diff --git a/sources b/sources
new file mode 100644
index 0000000..6f156db
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+6baabf2d32685a3447a6c1382589ea84  gnusim8085-1.3.7.tar.gz


More information about the scm-commits mailing list