Compare commits

...
Sign in to create a new pull request.

7 commits

Author SHA1 Message Date
Yuri Timofeev
8a90baaeea v.5.0.3 2011-02-01 23:27:22 +02:00
Yuri Timofeev
957f9d6f1d v.5.0.2 2010-08-19 09:01:48 +03:00
Fedora Release Engineering
fb76728159 dist-git conversion 2010-07-29 15:14:02 +00:00
Jesse Keating
ea5a26ffec Initialize branch F-13 for webacula 2010-02-17 03:26:31 +00:00
tim4dev
7bb6f3b971 new version v3.5 2010-02-16 09:01:09 +00:00
tim4dev
0903ab0494 v 3.4 2009-12-02 09:54:05 +00:00
Bill Nottingham
af266da2da Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:43:12 +00:00
6 changed files with 31 additions and 29 deletions

View file

@ -1 +0,0 @@
webacula-3.3.tar.gz

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
/webacula-5.0.3.tar.gz

View file

@ -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)

View file

@ -1 +0,0 @@
webacula-3_3-6_fc11:HEAD:webacula-3.3-6.fc11.src.rpm:1255676669

View file

@ -1 +1 @@
d6ffafa3315758fb8d6b313e50c5c78c webacula-3.3.tar.gz
0a3b91e35d3bf55457f4c78b3882c2c2 webacula-5.0.3.tar.gz

View file

@ -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.