]> git.pld-linux.org Git - packages/AsmEdit.git/blame - AsmEdit.spec
- tabs in preamle
[packages/AsmEdit.git] / AsmEdit.spec
CommitLineData
85d0e0f2 1Summary: AsmEdit - editor written in assembler
7a714f6d 2Summary(pl.UTF-8): AsmEdit - edytor napisany w asemblerze
85d0e0f2 3Name: AsmEdit
4Version: 0.9.2
5Release: 1
6License: GPL
7Group: Applications/Editors
8Source0: http://dl.sourceforge.net/asmedit/%{name}-%{version}.tar.gz
9# Source0-md5: 6daef4f78eff08e4ba10abfa8a67ba86
79802ab0 10URL: http://asmedit.massmind.org/
11BuildRequires: nasm
6daf958d 12BuildRequires: sed >= 4.0
a638435f 13ExclusiveArch: %{ix86}
14ExclusiveOS: Linux
85d0e0f2 15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18AsmEdit is a full featured editor written in assembler. It does not
19require any libraries. It works in console.
20
f4d79401 21%description -l pl.UTF-8
aa558a09 22AsmEdit jest obszernym edytorem napisanym w asemblerze. Nie wymaga
f4d79401 23żadnych bibliotek. Pracuje w konsoli.
85d0e0f2 24
25%prep
26%setup -q -n release
79802ab0 27%{__sed} -i 's,~/bin,%{_bindir},' Makefile
d6ab7dd3 28%{__sed} -i 's,/bin/bash,%{___build_shell},' a.f*
85d0e0f2 29
30%build
79802ab0 31%{__make}
85d0e0f2 32
33%install
34rm -rf $RPM_BUILD_ROOT
35
36install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name}}
37mv dir a.dir
38install a a.dir $RPM_BUILD_ROOT%{_bindir}
39install a.hlp $RPM_BUILD_ROOT%{_datadir}/%{name}
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44%files
45%defattr(644,root,root,755)
46%doc change.log bugs.log readme.txt
47%attr(755,root,root) %{_bindir}/*
48%{_datadir}/%{name}
This page took 0.066696 seconds and 4 git commands to generate.