]> git.pld-linux.org Git - SPECS.git/blob - squirrelmail-plugin-auto_cc.spec
SPECS updated Sun 1 Aug 20:28:02 CEST 2021
[SPECS.git] / squirrelmail-plugin-auto_cc.spec
1 %define         _plugin auto_cc
2 %define         mversion        1.2
3 Summary:        Auto CC/BCC plugin for squirrelmail
4 Summary(pl.UTF-8):      Wtyczka pozwalająca ustawić automatyczne wysyłanie CC/BCC
5 Name:           squirrelmail-plugin-%{_plugin}
6 Version:        2.0
7 Release:        2
8 License:        GPL
9 Group:          Applications/Mail
10 Source0:        http://www.squirrelmail.org/plugins/%{_plugin}-%{version}-%{mversion}.tar.gz
11 # Source0-md5:  259a001d964c7257be11bbb2b764ba52
12 URL:            http://www.squirrelmail.org/plugin_view.php?id=28
13 Requires:       squirrelmail >= 1.4.6-2
14 Requires:       squirrelmail-compatibility >= 2.0.4
15 BuildArch:      noarch
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %define         _plugindir      %{_datadir}/squirrelmail/plugins/%{_plugin}
19
20 %description
21 This plugin allows users to specify a default list of CC and/or BCC
22 addresses that should be included on every email sent.
23
24 %description -l pl.UTF-8
25 Wtyczka pozwalająca użytkownikom na stworzenie listy adresów CC i/lub
26 BCC, które będą automatycznie dołączane do każdego wysłanego maila.
27
28 %prep
29 %setup -q -n %{_plugin}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 install -d $RPM_BUILD_ROOT%{_plugindir}
34
35 install *.php $RPM_BUILD_ROOT%{_plugindir}
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc INSTALL README
43 %dir %{_plugindir}
44 %{_plugindir}/*.php
This page took 0.206781 seconds and 3 git commands to generate.