3.0.0.
This commit is contained in:
parent
c59737d516
commit
bf00cf0323
@ -1,2 +1,2 @@
|
|||||||
bacula-2.4.4.tar.gz
|
bacula-3.0.0.tar.gz
|
||||||
bacula-docs-2.4.4.tar.bz2
|
bacula-docs-3.0.0.tar.bz2
|
||||||
|
28
bacula.spec
28
bacula.spec
@ -7,8 +7,8 @@
|
|||||||
|
|
||||||
Summary: Cross platform network backup for Linux, Unix, Mac and Windows
|
Summary: Cross platform network backup for Linux, Unix, Mac and Windows
|
||||||
Name: bacula
|
Name: bacula
|
||||||
Version: 2.4.4
|
Version: 3.0.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
# See LICENSE for details
|
# See LICENSE for details
|
||||||
License: GPLv2 with exceptions
|
License: GPLv2 with exceptions
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -423,6 +423,7 @@ export CPPFLAGS=-I%{_includedir}/ncurses
|
|||||||
--with-x \
|
--with-x \
|
||||||
--enable-bat \
|
--enable-bat \
|
||||||
--with-qwt=/usr/lib \
|
--with-qwt=/usr/lib \
|
||||||
|
--disable-libtool \
|
||||||
$*
|
$*
|
||||||
# Scratch this, it is trouble
|
# Scratch this, it is trouble
|
||||||
# --with-readline \
|
# --with-readline \
|
||||||
@ -623,6 +624,9 @@ chmod 755 %{buildroot}%{_sbindir}/*
|
|||||||
chmod 755 %{buildroot}%{_libexecdir}/bacula/*
|
chmod 755 %{buildroot}%{_libexecdir}/bacula/*
|
||||||
chmod 644 %{buildroot}%{_libexecdir}/bacula/btraceback.*
|
chmod 644 %{buildroot}%{_libexecdir}/bacula/btraceback.*
|
||||||
|
|
||||||
|
# Remove extra docs
|
||||||
|
rm -rf %{buildroot}%{_datadir}/doc/bacula/
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
@ -795,7 +799,9 @@ fi
|
|||||||
%{_mandir}/man8/btraceback.8*
|
%{_mandir}/man8/btraceback.8*
|
||||||
%dir %attr(750, bacula, bacula) %{_localstatedir}/log/bacula
|
%dir %attr(750, bacula, bacula) %{_localstatedir}/log/bacula
|
||||||
%dir %attr(750, bacula, bacula) %{_localstatedir}/spool/bacula
|
%dir %attr(750, bacula, bacula) %{_localstatedir}/spool/bacula
|
||||||
|
%{_sbindir}/bacula
|
||||||
|
%{_libdir}/bpipe-fd.so
|
||||||
|
/usr/libexec/bacula/mtx-changer.conf
|
||||||
|
|
||||||
%files client
|
%files client
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -971,12 +977,13 @@ fi
|
|||||||
|
|
||||||
%files docs
|
%files docs
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc bacula-docs-%{docs_version}/bacula-web/bacula-web.pdf
|
%doc bacula-docs-%{docs_version}/manuals/en/install/install.pdf
|
||||||
%doc bacula-docs-%{docs_version}/bacula-web/bacula-web/
|
%doc bacula-docs-%{docs_version}/manuals/en/problems/problems.pdf
|
||||||
%doc bacula-docs-%{docs_version}/developers/developers.pdf
|
%doc bacula-docs-%{docs_version}/manuals/en/console/console.pdf
|
||||||
%doc bacula-docs-%{docs_version}/developers/developers/
|
%doc bacula-docs-%{docs_version}/manuals/en/utility/utility.pdf
|
||||||
%doc bacula-docs-%{docs_version}/manual/bacula.pdf
|
%doc bacula-docs-%{docs_version}/manuals/en/concepts/concepts.pdf
|
||||||
%doc bacula-docs-%{docs_version}/manual/bacula/
|
%doc bacula-docs-%{docs_version}/manuals/en/catalog/catalog.pdf
|
||||||
|
%doc bacula-docs-%{docs_version}/manuals/en/developers/developers.pdf
|
||||||
|
|
||||||
|
|
||||||
#%files web
|
#%files web
|
||||||
@ -990,6 +997,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 21 2009 Jon Ciesla <limb@jcomserv.net - 3.0.0-1
|
||||||
|
- Update to new upstream, 3.0.0.
|
||||||
|
|
||||||
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.4-3
|
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.4-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user