Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0fc9e1c36d |
3 changed files with 9 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/rss2email-*.tar.gz
|
||||
/v3.12.2.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,14 +1,11 @@
|
|||
%global commit 561aa02e07a47a1467e070d299402d2cbfc21ed9
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: rss2email
|
||||
Version: 3.12.1
|
||||
Version: 3.12.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Deliver news from RSS feeds to your SMTP server as text or HTML mail
|
||||
|
||||
License: GPLv2+ or GPLv3+
|
||||
URL: https://github.com/%{name}/%{name}
|
||||
Source0: %{url}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
|
||||
Source0: %{url}/archive/v%{version}.tar.gz
|
||||
# Migration tool (rss2email 2.x to rss2email 3.x) from https://github.com/emillon/rss2email-debian
|
||||
Source1: r2e-migrate
|
||||
Source2: r2e-migrate.1
|
||||
|
|
@ -42,7 +39,7 @@ Requires: rss2email
|
|||
This package provides %{summary}.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{commit} -p1
|
||||
%autosetup -p1
|
||||
|
||||
cp -p %{SOURCE3} .
|
||||
|
||||
|
|
@ -80,6 +77,10 @@ PATH="${PATH}:%{buildroot}%{_bindir}" PYTHONPATH=%{buildroot}%{python3_sitelib}
|
|||
%{_datadir}/zsh/functions/Completion/Unix/_r2e
|
||||
|
||||
%changelog
|
||||
* Tue Sep 01 2020 David Kaufmann <astra@ionic.at> - 3.12.2-1
|
||||
- Update to 3.12.2
|
||||
- Reference files by tag instead of commit
|
||||
|
||||
* Fri Aug 07 2020 David Kaufmann <astra@ionic.at> - 3.12.1-1
|
||||
- Update to 3.12.1
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (rss2email-561aa02.tar.gz) = 07332271d134fa5b4aca7a14e530cbfb6d861e20769fe9f1875e33081db717bc3e77bc3f95217fad20bf8bd6a4ad6e886d9c67927927e56852354222fc67b496
|
||||
SHA512 (v3.12.2.tar.gz) = 4df498cebd74bb25ffa2caa5aa851ccb106b0fa1b98113c5643cdd3ed8f9a73d266a649df521b8237740ea491ba086a65df0ba60c28a60a3d63360b8280a3888
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue