1 |
# $Id: smeserver-durep.spec,v 1.5 2019/12/28 19:10:45 jpp Exp $ |
# $Id: smeserver-durep.spec,v 1.1 2020/10/23 10:38:16 brianr Exp $ |
2 |
# Authority: unnilennnium |
# Authority: unnilennnium |
3 |
# Name: JP Pialasse |
# Name: JP Pialasse |
4 |
|
|
6 |
Name: %{name} |
Name: %{name} |
7 |
%define version 1.5.0 |
%define version 1.5.0 |
8 |
Version: %{version} |
Version: %{version} |
9 |
%define release 4 |
%define release 5 |
10 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
11 |
License: GPL |
License: GPL |
12 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
13 |
|
|
14 |
Patch0: smeserver-durep-1.5.0-bz10118-more_paths.patch |
Patch0: smeserver-durep-1.5.0-bz10118-more_paths.patch |
15 |
Patch1: smeserver-durep-1.5.0-dfposix.patch |
Patch1: smeserver-durep-1.5.0-dfposix.patch |
16 |
|
Patch2: smeserver-durep-1.5.0-Add-creatlinks-to-alter-link-to-wrapper.patch |
17 |
|
|
18 |
BuildRoot: /var/tmp/%{name}-%{version}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-buildroot |
19 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
20 |
BuildArch: noarch |
BuildArch: noarch |
27 |
|
|
28 |
|
|
29 |
%changelog |
%changelog |
30 |
|
* Fri Oct 23 2020 Brian Read <brianr@bjsystems.co.uk> 1.5.0-5.sme |
31 |
|
- Initial import to SME10 tree [SME: 10893] |
32 |
|
- Add in link to wrapper in createlinks |
33 |
|
|
34 |
* Sat Dec 28 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.5.0-4.sme |
* Sat Dec 28 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.5.0-4.sme |
35 |
- output all mounted points with df on one line using Posix |
- output all mounted points with df on one line using Posix |
36 |
|
|
71 |
%setup |
%setup |
72 |
%patch0 -p1 |
%patch0 -p1 |
73 |
%patch1 -p1 |
%patch1 -p1 |
74 |
|
%patch2 -p1 |
75 |
|
|
76 |
|
%build |
77 |
|
perl createlinks |
78 |
|
|
79 |
%install |
%install |
80 |
/bin/rm -rf $RPM_BUILD_ROOT |
/bin/rm -rf $RPM_BUILD_ROOT |