diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 262d30b..0000000 --- a/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -webacula-3.3.tar.gz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3f6fb3e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/webacula-5.0.3.tar.gz diff --git a/Makefile b/Makefile deleted file mode 100644 index ff5fcc5..0000000 --- a/Makefile +++ /dev/null @@ -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) diff --git a/import.log b/import.log deleted file mode 100644 index 0dacd46..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -webacula-3_3-6_fc11:HEAD:webacula-3.3-6.fc11.src.rpm:1255676669 diff --git a/sources b/sources index 8bb871b..8ef78c8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d6ffafa3315758fb8d6b313e50c5c78c webacula-3.3.tar.gz +0a3b91e35d3bf55457f4c78b3882c2c2 webacula-5.0.3.tar.gz diff --git a/webacula.spec b/webacula.spec index 39dee10..00f8ad0 100644 --- a/webacula.spec +++ b/webacula.spec @@ -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 5.0.3-1 +- Version 5.0.3 + +* Tue Aug 10 2010 Yuri Timofeev 5.0.2-1 +- Version 5.0.2 + +* Thu May 12 2010 Yuri Timofeev 5.0.1-1 +- Version 5.0.1 + +* Thu Feb 20 2010 Yuri Timofeev 5.0-1 +- Version 5.0 + +* Tue Feb 16 2010 Yuri Timofeev 3.5-1 +- Version 3.5 + +* Wed Dec 9 2009 Yuri Timofeev 3.4.1-1 +- Version 3.4.1 + +* Fri Oct 16 2009 Yuri Timofeev 3.4-1 +- Version 3.4 + * Tue Oct 13 2009 Yuri Timofeev 3.3-6 - Fix #526855.