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:
commit
e42b465a52
7
mylvmbackup-0.16.tar.gz.asc
Normal file
7
mylvmbackup-0.16.tar.gz.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1
|
||||||
|
|
||||||
|
iEYEABECAAYFAlRu/j0ACgkQSVDhKrJykfJpLgCfT312lqvgEMsDDgPX9jmoZetD
|
||||||
|
KuAAn3bOIm4zCb5Vvlc6MvroCOvXrjUu
|
||||||
|
=Y4pa
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -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
|
Tue Dec 2 14:48:09 UTC 2014 - lars@linux-schulserver.de
|
||||||
|
|
||||||
|
2750
mylvmbackup.keyring
Normal file
2750
mylvmbackup.keyring
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package mylvmbackup
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Archiving/Backup
|
Group: Productivity/Archiving/Backup
|
||||||
Url: http://www.lenzg.net/mylvmbackup/
|
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(Config::IniFiles)
|
||||||
Requires: perl(DBD::mysql)
|
Requires: perl(DBD::mysql)
|
||||||
Requires: perl(DBI)
|
Requires: perl(DBI)
|
||||||
@ -53,19 +55,20 @@ continue normal operations, while the actual file backup proceeds.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#
|
|
||||||
%install
|
|
||||||
make %{?_smp_mflags} DESTDIR=%{buildroot} prefix=%{_prefix} mandir=%{_mandir} install
|
|
||||||
|
|
||||||
%clean
|
%install
|
||||||
[ %{buildroot} != "/" ] && [ -d %{buildroot} ] && rm -rf %{buildroot};
|
make \
|
||||||
|
DESTDIR=%{buildroot} \
|
||||||
|
prefix=%{_prefix} \
|
||||||
|
mandir=%{_mandir} \
|
||||||
|
install
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%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
|
%config(noreplace,missingok) %attr(600, root, root) %{_sysconfdir}/mylvmbackup.conf
|
||||||
%{_datadir}/%{name}/*.pm
|
%{_datadir}/%{name}/*.pm
|
||||||
%doc %{_mandir}/man1/%{name}.1*
|
%{_mandir}/man1/%{name}.1*
|
||||||
%dir %{_datadir}/%{name}
|
%dir %{_datadir}/%{name}
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user