* Mon Sep 02 2024 Jean-Philippe Pialasse <jpp@koozali.org> 2.1-1.sme
- initial release for SME 11
This commit is contained in:
parent
ebf4e7926d
commit
866893c059
@ -1,5 +1,4 @@
|
|||||||
%define name roundcube-plugin-globaladdressbook
|
%define name roundcube-plugin-globaladdressbook
|
||||||
%define pluginname roundcube-globaladdressbook
|
|
||||||
%define version 2.1
|
%define version 2.1
|
||||||
%define release 1
|
%define release 1
|
||||||
Summary: Provides context Menu to Roundcube.
|
Summary: Provides context Menu to Roundcube.
|
||||||
@ -7,7 +6,7 @@ Name: %{name}
|
|||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}%{?dist}
|
Release: %{release}%{?dist}
|
||||||
#https://github.com/johndoh/roundcube-globaladdressbook
|
#https://github.com/johndoh/roundcube-globaladdressbook
|
||||||
Source: %{pluginname}-%{version}.tar.gz
|
Source: roundcube-globaladdressbook-%{version}.tar.gz
|
||||||
License: GNU General Public License Version 3+
|
License: GNU General Public License Version 3+
|
||||||
Group: SMEserver/addon
|
Group: SMEserver/addon
|
||||||
BuildRoot: %{_tmppath}/%{name}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-buildroot
|
||||||
@ -32,7 +31,7 @@ This plugin adds global SQL based address books to Roundcube. It can be global p
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
|
||||||
%setup -q -n %{pluginname}-%{version}
|
%setup -q -n roundcube-globaladdressbook-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#perl createlinks
|
#perl createlinks
|
||||||
|
Loading…
Reference in New Issue
Block a user