Blob Blame History Raw
Name:           jrnl
Version:        1.9.8
Release:        2%{?dist}
Summary:        A command line journal application

License:        MIT
URL:            http://jrnl.sh
Source0:        %{pypi_source}
BuildArch:      noarch

BuildRequires:  python3-devel
BuildRequires:  python3-setuptools

%description
jrnl is a simple journal application for your command line. Journals are
stored as human readable plain text files and  can be encrypted using 256-bit
AES.

%prep
%autosetup -n %{name}-%{version}
sed -i -e '/^#!\//, 1d' %{name}/*.py

%build
%py3_build

%install
%py3_install

%files
%doc CHANGELOG.md README.md
%license LICENSE
%{_bindir}/%{name}
%{python3_sitelib}/%{name}/
%{python3_sitelib}/%{name}*.egg-info

%changelog
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

* Sat May 25 2019 Fabian Affolter <mail@fabian-affolter.ch> - 1.9.8-1
- Initial package for Fedora