Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
41f68dab86 | ||
|
|
07f21667ae |
3 changed files with 17 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1 +1 @@
|
|||
webacula-3.5.tar.gz
|
||||
/webacula-5.0.3.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
60a37ac71f58676215a04fa5c3fd3fe2 webacula-3.5.tar.gz
|
||||
0a3b91e35d3bf55457f4c78b3882c2c2 webacula-5.0.3.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Name: webacula
|
||||
Version: 3.5
|
||||
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
|
||||
|
|
@ -111,10 +111,23 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue