SHA256
1
0
forked from pool/mylvmbackup

Accepting request 345533 from server:database

1

OBS-URL: https://build.opensuse.org/request/show/345533
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mylvmbackup?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2015-11-26 16:01:45 +00:00 committed by Git OBS Bridge
commit e42b465a52
4 changed files with 2776 additions and 9 deletions

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEABECAAYFAlRu/j0ACgkQSVDhKrJykfJpLgCfT312lqvgEMsDDgPX9jmoZetD
KuAAn3bOIm4zCb5Vvlc6MvroCOvXrjUu
=Y4pa
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Nov 20 20:13:19 UTC 2015 - mpluskal@suse.com
- Use url for download
- Add gpg signature
- Cleanup spec file with spec-cleaner
-------------------------------------------------------------------
Tue Dec 2 14:48:09 UTC 2014 - lars@linux-schulserver.de

2750
mylvmbackup.keyring Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
#
# spec file for package mylvmbackup
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -23,7 +23,9 @@ Summary: Utility for creating MySQL backups via LVM snapshots
License: GPL-2.0+
Group: Productivity/Archiving/Backup
Url: http://www.lenzg.net/mylvmbackup/
Source: %{name}-%{version}.tar.gz
Source0: http://www.lenzg.net/mylvmbackup/mylvmbackup-%{version}.tar.gz
Source1: http://www.lenzg.net/mylvmbackup/mylvmbackup-%{version}.tar.gz.asc
Source2: %{name}.keyring
Requires: perl(Config::IniFiles)
Requires: perl(DBD::mysql)
Requires: perl(DBI)
@ -53,19 +55,20 @@ continue normal operations, while the actual file backup proceeds.
%setup -q
%build
#
%install
make %{?_smp_mflags} DESTDIR=%{buildroot} prefix=%{_prefix} mandir=%{_mandir} install
%clean
[ %{buildroot} != "/" ] && [ -d %{buildroot} ] && rm -rf %{buildroot};
%install
make \
DESTDIR=%{buildroot} \
prefix=%{_prefix} \
mandir=%{_mandir} \
install
%files
%defattr(-, root, root)
%doc ChangeLog COPYING CREDITS README TODO
%doc ChangeLog COPYING CREDITS README TODO
%config(noreplace,missingok) %attr(600, root, root) %{_sysconfdir}/mylvmbackup.conf
%{_datadir}/%{name}/*.pm
%doc %{_mandir}/man1/%{name}.1*
%{_mandir}/man1/%{name}.1*
%dir %{_datadir}/%{name}
%{_bindir}/%{name}