source: projects/specs/trunk/p/postforward/postforward-vl.spec @ 12369

Revision 12369, 1.2 KB checked in by tomop, 4 years ago (diff)

updated 2 packages

postforward-1.1.1-1

postsrsd-1.6-1

Line 
1Summary:        Postfix SRS forwarding agent
2Summary(ja):    Postfix SRS 転送エージェント
3Name:           postforward
4Version:        1.1.1
5Release:        1%{?_dist_release}
6
7Vendor:         Project Vine
8Distribution:   Vine Linux
9
10License:        BSD
11URL:            https://github.com/zoni/postforward
12Source0:        https://github.com/zoni/postforward/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
13
14Requires:       postsrsd
15BuildRequires:  golang
16BuildRoot:      %{_tmppath}/%{name}-%{version}-root
17
18
19%description
20 Postforward is a mail forwarding utility which aims to compliment the Postfix
21Sender Rewriting Scheme daemon (PostSRSd).
22
23%description -l ja
24 Postforwardは、Postfix Sender Rewriting Schemeデーモン(PostSRSd)を補完
25することを目的としたメール転送ユーティリティです。
26
27
28%prep
29%setup -q
30
31
32%build
33%{__make} %{?_smp_mflags}
34
35
36%install
37%{__rm} -rf %{buildroot}
38mkdir -p %{buildroot}%{_sbindir}
39install -m755 postforward %{buildroot}%{_sbindir}
40
41
42%clean
43%{__rm} -rf %{buildroot}
44
45
46%files
47%defattr(-,root,root)
48%license LICENSE.txt
49%doc README.md CHANGES.md
50%{_sbindir}/*
51
52
53%changelog
54* Thu Apr 09 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1-1
55- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.