Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8a90baaeea | ||
|
|
957f9d6f1d | ||
|
|
fb76728159 | ||
|
|
ea5a26ffec | ||
|
|
7bb6f3b971 | ||
|
|
0903ab0494 | ||
|
|
af266da2da |
6 changed files with 31 additions and 29 deletions
|
|
@ -1 +0,0 @@
|
|||
webacula-3.3.tar.gz
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
/webacula-5.0.3.tar.gz
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: webacula
|
||||
# $Id$
|
||||
NAME := webacula
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attept a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
||||
|
|
@ -1 +0,0 @@
|
|||
webacula-3_3-6_fc11:HEAD:webacula-3.3-6.fc11.src.rpm:1255676669
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
d6ffafa3315758fb8d6b313e50c5c78c webacula-3.3.tar.gz
|
||||
0a3b91e35d3bf55457f4c78b3882c2c2 webacula-5.0.3.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Name: webacula
|
||||
Version: 3.3
|
||||
Release: 6%{?dist}
|
||||
Version: 5.0.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Web interface of a Bacula backup system
|
||||
Summary(ru): Веб интерфейс для Bacula backup system
|
||||
|
||||
|
|
@ -13,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||
BuildArch: noarch
|
||||
|
||||
Requires: webserver
|
||||
Requires: bacula-console >= 2.4.0
|
||||
Requires: bacula-console >= 5.0
|
||||
Requires: php-ZendFramework >= 1.8.3
|
||||
Requires: php >= 5.2.4
|
||||
Requires: php-pdo
|
||||
|
|
@ -28,7 +28,8 @@ Supports the run Job, restore all files or selected files,
|
|||
restore the most recent backup for a client,
|
||||
restore backup for a client before a specified time,
|
||||
mount/umount Storages, show scheduled, running and terminated Jobs and more.
|
||||
Supported languages: English, French, German, Portuguese Brazil, Russian.
|
||||
Supported languages: English, French, German, Italian,
|
||||
Portuguese Brazil, Russian.
|
||||
|
||||
%description -l ru
|
||||
Webacula - Web Bacula - веб интерфейс для Bacula backup system.
|
||||
|
|
@ -37,7 +38,7 @@ Webacula - Web Bacula - веб интерфейс для Bacula backup system.
|
|||
восстановление бэкапа для клиента сделанного перед указанным временем,
|
||||
монтирование/размонтирование Хранилищ, показ запланированных,
|
||||
выполняющихся и завершенных Заданий и прочее.
|
||||
Поддерживаемые языки: английский, французский, немецкий,
|
||||
Поддерживаемые языки: английский, французский, немецкий, итальянский,
|
||||
бразильский португальский, русский.
|
||||
|
||||
|
||||
|
|
@ -109,10 +110,33 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%lang(fr) %{_datadir}/%{name}/languages/fr
|
||||
%lang(pt) %{_datadir}/%{name}/languages/pt
|
||||
%lang(ru) %{_datadir}/%{name}/languages/ru
|
||||
%lang(it) %{_datadir}/%{name}/languages/it
|
||||
%lang(es) %{_datadir}/%{name}/languages/es
|
||||
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jan 24 2011 Yuri Timofeev <tim4dev@gmail.com> 5.0.3-1
|
||||
- Version 5.0.3
|
||||
|
||||
* Tue Aug 10 2010 Yuri Timofeev <tim4dev@gmail.com> 5.0.2-1
|
||||
- Version 5.0.2
|
||||
|
||||
* Thu May 12 2010 Yuri Timofeev <tim4dev@gmail.com> 5.0.1-1
|
||||
- Version 5.0.1
|
||||
|
||||
* Thu Feb 20 2010 Yuri Timofeev <tim4dev@gmail.com> 5.0-1
|
||||
- Version 5.0
|
||||
|
||||
* Tue Feb 16 2010 Yuri Timofeev <tim4dev@gmail.com> 3.5-1
|
||||
- Version 3.5
|
||||
|
||||
* Wed Dec 9 2009 Yuri Timofeev <tim4dev@gmail.com> 3.4.1-1
|
||||
- Version 3.4.1
|
||||
|
||||
* Fri Oct 16 2009 Yuri Timofeev <tim4dev@gmail.com> 3.4-1
|
||||
- Version 3.4
|
||||
|
||||
* Tue Oct 13 2009 Yuri Timofeev <tim4dev@gmail.com> 3.3-6
|
||||
- Fix #526855.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue