6 |
%define name smeserver-shared-folders |
%define name smeserver-shared-folders |
7 |
Name: %{name} |
Name: %{name} |
8 |
%define version 0.1 |
%define version 0.1 |
9 |
%define release 0.beta3 |
%define release 1 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GPL |
License: GPL |
15 |
|
|
16 |
Patch0: smeserver-shared-folders-0.1-maxShareNameLength.patch |
Patch0: smeserver-shared-folders-0.1-maxShareNameLength.patch |
17 |
Patch1: smeserver-shared-folders-0.1-add_acl_in_fstab.patch |
Patch1: smeserver-shared-folders-0.1-add_acl_in_fstab.patch |
18 |
|
Patch2: smeserver-shared-folders-0.1-locale-2009-05-05.patch |
19 |
|
|
20 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
21 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
33 |
with more flexibility than ibay as it supports ACLs |
with more flexibility than ibay as it supports ACLs |
34 |
|
|
35 |
%changelog |
%changelog |
36 |
|
* Tue May 05 2009 Daniel B. <daniel@firewall-services.com> [0.1-1] |
37 |
|
- Add locale patch 2009-05-05 |
38 |
|
|
39 |
* Tue Apr 28 2009 Daniel B. <daniel@firewall-services.com> [0.1-0.beta3] |
* Tue Apr 28 2009 Daniel B. <daniel@firewall-services.com> [0.1-0.beta3] |
40 |
- Add acl option in fstab via the template system |
- Add acl option in fstab via the template system |
41 |
(just like usrquota and grpquota) |
(just like usrquota and grpquota) |
54 |
|
|
55 |
%patch0 -p1 |
%patch0 -p1 |
56 |
%patch1 -p1 |
%patch1 -p1 |
57 |
|
%patch2 -p1 |
58 |
|
|
59 |
%pre |
%pre |
60 |
%post |
%post |