/[smecontribs]/rpms/automysqlbackup/contribs10/automysqlbackup.spec
ViewVC logotype

Diff of /rpms/automysqlbackup/contribs10/automysqlbackup.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.2 by brianr, Mon Oct 19 05:35:36 2020 UTC Revision 1.3 by jcrisp, Mon Aug 15 12:55:51 2022 UTC
# Line 1  Line 1 
1  %define name automysqlbackup  %define name automysqlbackup
2  %define version 3.0.RC6  %define version 3.0.RC6
3  %define release  7  %define release  8
4  %define rpmver   3.0.RC6  %define rpmver   3.0.RC6
5    
6  Summary:            automysqlbackup is a script to backup your msql database on sme8  Summary:            automysqlbackup is a script to backup your msql database on sme8
# Line 13  Source:             %{name}-%{version}.t Line 13  Source:             %{name}-%{version}.t
13  URL:                http://sourceforge.net/projects/automysqlbackup/  URL:                http://sourceforge.net/projects/automysqlbackup/
14  BuildRoot:          /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot:          /var/tmp/%{name}-%{version}-%{release}-buildroot
15  BuildArchitectures: noarch  BuildArchitectures: noarch
16  Requires:           e-smith-base, e-smith-release >= 9  Requires:           e-smith-base, e-smith-release >= 10
17  BuildRequires:      e-smith-devtools  BuildRequires:      e-smith-devtools
18    
19  # This patch is in CVS but was actually added to the script  # This patch is in CVS but was actually added to the script
# Line 21  BuildRequires:      e-smith-devtools Line 21  BuildRequires:      e-smith-devtools
21  # automysqlbackup-3.0.RC6.specify-event-options.patch  # automysqlbackup-3.0.RC6.specify-event-options.patch
22    
23  Patch1: automysqlbackup-3.0.RC6.set-backup-dir.patch  Patch1: automysqlbackup-3.0.RC6.set-backup-dir.patch
24    Patch2: automysqlbackup-3.0.RC6-bz11970-skip-lock-tables.patch
25    
26  %description  %description
27  This RPM is an unofficial addon for the SME Server 9.x.    This RPM is an unofficial addon for the SME Server 9.x.  
# Line 29  who wants to backup their mysql database Line 30  who wants to backup their mysql database
30  This script is based on automysqlbackup V3.0  This script is based on automysqlbackup V3.0
31    
32  %changelog  %changelog
33    * Mon Aug 15 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 3.0-RC6-8
34    - Add skip-lock-tables to opts [SME: 11970]
35    - Bump esmith-release requires to 10
36    
37  * Mon Oct 19 2020 Brian Read <brianr@bjsystems.co.uk> 3.0-RC6-7  * Mon Oct 19 2020 Brian Read <brianr@bjsystems.co.uk> 3.0-RC6-7
38  - Initial import to SME10 tree [SME: 11042]  - Initial import to SME10 tree [SME: 11042]
39    
# Line 60  This script is based on automysqlbackup Line 65  This script is based on automysqlbackup
65  %setup -q -n %{name}-%{version}  %setup -q -n %{name}-%{version}
66    
67  %patch1 -p1  %patch1 -p1
68    %patch2 -p1
69    
70    
71  %build  %build
72  # add createlinks if required  # add createlinks if required


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed