Skip to content

Commit

Permalink
Remove some of the steps
Browse files Browse the repository at this point in the history
  • Loading branch information
dhalucario committed Sep 6, 2020
1 parent 54aba41 commit 8345819
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions keynav.spec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Name: keynav
Version: 0.20200906.2
Version: 0.20200906.3
Release: 1%{dist}
Summary: A powerful MUD client with a built-in Perl interpreter
License: FIXME
Group: Productivity
URL: https://www.semicomplete.com/projects/keynav

Source0: https://github.com/dhalucario/%{name}/archive/%{version}.tar.gz

BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: make
BuildRequires: gcc
BuildRequires: libX11-devel
Expand All @@ -22,15 +22,10 @@ BuildRequires: libxdo-devel

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install
make DESTDIR=$RPM_BUILD_ROOT install

%files
%license LICENSE
%doc

0 comments on commit 8345819

Please sign in to comment.