]> git.pld-linux.org Git - packages/GNUSim8085.git/commitdiff
- s/gnusim8085.spec/GNUSim8085.spec/ auto/ac/GNUSim8085-1_2_89-1
authoryogib <yogib@pld-linux.org>
Tue, 3 Feb 2004 18:41:03 +0000 (18:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    GNUSim8085.spec -> 1.1

GNUSim8085.spec [new file with mode: 0644]

diff --git a/GNUSim8085.spec b/GNUSim8085.spec
new file mode 100644 (file)
index 0000000..d6c9930
--- /dev/null
@@ -0,0 +1,58 @@
+Summary:       Graphical simulator for the Intel 8085 microprocessor
+Summary(pl):   Graficzny symulator mikroprocesora Intel 8085
+Name:          GNUSim8085
+Version:       1.2.89
+Release:       1
+License:       GPL
+Group:         Applications/Engineering
+Source0:       http://dl.sourceforge.net/gnusim8085/%{name}-%{version}.tar.bz2
+# Source0-md5: fe51e74cc1698e8a0548d3865fb7afee
+Source1:       %{name}.desktop
+Patch0:                %{name}-link.patch
+URL:           http://sourceforge.net/projects/gnusim8085/
+BuildRequires: gtk+2-devel >= 2.0
+BuildRequires: libgnomeui-devel >= 2.0
+BuildRequires: pkgconfig
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+GNUSim8085 is a graphical simulator plus assembler with debugger for
+the Intel 8085 microprocessor.
+
+%description -l pl
+GNUSim8085 jest graficznym symulatorem wraz z asemblerem i debugerem
+dla mikroprocesora Intel 8085.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+mv -f $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}/* \
+       $RPM_BUILD_ROOT%{_pixmapsdir}
+
+cp -rf doc/examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}
+
+install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_desktopdir}/*.desktop
+%{_examplesdir}/%{name}
+%{_pixmapsdir}/*.png
This page took 0.073733 seconds and 4 git commands to generate.