Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/nesasm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-10-27 13:41:37 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-10-27 13:41:37 +0300
commit1852a4858743d2666c004009b456df3713c0ed5d (patch)
tree157e0a6e119f846b46acc59a86352945570c6599
parent922a8b11f1db16d857f27de6522e538251c44928 (diff)
removed rpm
-rw-r--r--rpm/nesasm.spec41
1 files changed, 0 insertions, 41 deletions
diff --git a/rpm/nesasm.spec b/rpm/nesasm.spec
deleted file mode 100644
index eca97d9..0000000
--- a/rpm/nesasm.spec
+++ /dev/null
@@ -1,41 +0,0 @@
-%global gitcommit "2b39ec6"
-
-Name: nesasm
-Version: 3.6
-Release: 2%{?dist}
-Summary: 6502 assembler with specific NES support
-
-License: MIT
-URL: https://github.com/ClusterM/nesasm
-Source0: https://github.com/ClusterM/nesasm/archive/refs/tags/v%{version}.tar.gz
-
-BuildRequires: gcc
-BuildRequires: make
-
-%description
-Just another modification of nesasm. Based on modification by Tim Hentenaar
-which is based on modification by Bob Rost which is based on modification
-of nesasm 2.51 from MagicKit which is based on 6502 assembler
-by J. H. Van Ornum.
-
-%prep
-%setup -q
-
-%build
-make %{?_smp_mflags} EXTRA_CFLAGS="%{optflags}" COMMIT="%gitcommit" -C source/
-
-
-%install
-install -pD -m 755 source/%{name} %buildroot%_bindir/%{name}
-
-
-%files
-%doc documentation/*.txt README.md
-%_bindir/*
-
-%changelog
-* Fri Dec 10 2021 Andrew Clark <andrewclarkii@gmail.com> - 3.6-2
-- specfile changes
-
-* Sat Dec 04 2021 Andrew Clark <andrewclarkii@gmail.com> - 3.6-1
-- Initial version