Package init
- 初始化提交
This commit is contained in:
parent
95fa8dc235
commit
dcec34b344
BIN
formiko-1.3.0.tar.gz
Normal file
BIN
formiko-1.3.0.tar.gz
Normal file
Binary file not shown.
42
formiko.spec
Normal file
42
formiko.spec
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
Name: formiko
|
||||||
|
Summary: reStructuredText and MarkDown editor and live previewer
|
||||||
|
Version: 1.3.0
|
||||||
|
Release: 1
|
||||||
|
Group: editors
|
||||||
|
License: BSD
|
||||||
|
URL: https://github.com/ondratu/formiko
|
||||||
|
Source0: https://github.com/ondratu/formiko/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
|
BuildArch: noarch
|
||||||
|
BuildRequires: python3-devel
|
||||||
|
|
||||||
|
%description
|
||||||
|
Features:
|
||||||
|
* GtkSourceView based editor with syntax highlighting
|
||||||
|
* possible use Vim editor
|
||||||
|
* vertical or horizontal window splitting
|
||||||
|
* preview mode
|
||||||
|
* periodic save file
|
||||||
|
* json and html preview
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
%py3_build
|
||||||
|
|
||||||
|
%install
|
||||||
|
%py3_install
|
||||||
|
|
||||||
|
%files
|
||||||
|
%{_bindir}/%{name}
|
||||||
|
%{_bindir}/%{name}-vim
|
||||||
|
%{python3_sitelib}/%{name}*
|
||||||
|
%{_datadir}/applications/%{name}.desktop
|
||||||
|
%{_datadir}/applications/%{name}-vim.desktop
|
||||||
|
%{_datadir}/doc/%{name}
|
||||||
|
%{_datadir}/%{name}
|
||||||
|
%{_datadir}/icons/hicolor/*/apps/%{name}.*
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Wed May 24 2023 wangtaozhi <wangtaozhi@kylinsec.com.cn> - 1.3.0-1
|
||||||
|
- Package init
|
||||||
4
formiko.yaml
Normal file
4
formiko.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: github
|
||||||
|
src_repo: https://github.com/ondratu/formiko
|
||||||
|
tag_prefix: "v"
|
||||||
|
separator: "."
|
||||||
Loading…
x
Reference in New Issue
Block a user