Merge pull request #261 from jkonecny12/master-new-spec
New spec file version
This commit is contained in:
commit
c174ca62bd
|
@ -114,7 +114,7 @@ brew install --HEAD https://raw.githubusercontent.com/mawww/kakoune/homebrew/con
|
||||||
Fedora 20/21/22/Rawhide & Epel 7
|
Fedora 20/21/22/Rawhide & Epel 7
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
Use created copr repository https://copr.fedoraproject.org/coprs/jkonecny/kakoune/
|
Use copr repository https://copr.fedoraproject.org/coprs/jkonecny/kakoune/
|
||||||
---------------------------------
|
---------------------------------
|
||||||
dnf copr enable jkonecny/kakoune
|
dnf copr enable jkonecny/kakoune
|
||||||
dnf install kakoune
|
dnf install kakoune
|
||||||
|
|
|
@ -1,15 +1,11 @@
|
||||||
# TODO: automate this to get new GitHub version everytime
|
|
||||||
%global commit 48007d5de22f57175115fc72fe9cb592e6b0efb2
|
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
|
||||||
|
|
||||||
Name: kakoune
|
Name: kakoune
|
||||||
Version: 0
|
Version: 0
|
||||||
Release: 1.%{shortcommit}git%{?dist}
|
Release: 5.20150328gitd1b81c8f%{?dist}
|
||||||
Summary: Vim inspired editor
|
Summary: Vim inspired editor
|
||||||
|
|
||||||
License: Unlicense
|
License: Unlicense
|
||||||
URL: https://github.com/mawww/kakoune
|
URL: https://github.com/mawww/kakoune
|
||||||
Source0: https://github.com/mawww/kakoune/archive/%{commit}/kakoune-%{commit}.tar.gz
|
Source0: kakoune-d1b81c8f.tar
|
||||||
|
|
||||||
BuildRequires: boost-devel >= 1.50
|
BuildRequires: boost-devel >= 1.50
|
||||||
BuildRequires: ncurses-devel >= 5.3
|
BuildRequires: ncurses-devel >= 5.3
|
||||||
|
@ -20,7 +16,7 @@ Requires: ncurses-libs >= 5.3
|
||||||
Kakoune is a code editor heavily inspired by Vim
|
Kakoune is a code editor heavily inspired by Vim
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -qn %{name}-%{commit}
|
%setup -qn kakoune
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cd src
|
cd src
|
||||||
|
@ -35,8 +31,12 @@ cd src
|
||||||
%make_install PREFIX=/usr
|
%make_install PREFIX=/usr
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 28 2015 jkonecny <jkonecny@redhat.com> - 0-5.20150328gitd1b81c8f
|
||||||
|
- Automated git update by dgroc script new hash: d1b81c8f
|
||||||
|
|
||||||
* Tue Mar 24 2015 Jiri Konecny <jkonecny@redhat.com> 0-1.7eaa697git
|
* Tue Mar 24 2015 Jiri Konecny <jkonecny@redhat.com> 0-1.7eaa697git
|
||||||
- Add tests
|
- Add tests
|
||||||
|
|
||||||
* Tue Mar 17 2015 Jiri Konecny <jkonecny@redhat.com> 0-1.12a732dgit
|
* Tue Mar 17 2015 Jiri Konecny <jkonecny@redhat.com> 0-1.12a732dgit
|
||||||
- Create first rpm for kakoune
|
- Create first rpm for kakoune
|
||||||
|
|
||||||
|
@ -45,3 +45,4 @@ cd src
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_datadir}/doc/kak/*
|
%{_datadir}/doc/kak/*
|
||||||
%{_datadir}/kak/*
|
%{_datadir}/kak/*
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user