Search
j0ke.net Open Build Service
>
Projects
>
server:backup
>
bacula3
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 3
[-]
[+]
Changed
bacula.spec
@@ -37,7 +37,7 @@ Group: Productivity/Archiving/Backup AutoReqProv: on Version: 3.0.1 -Release: 1 +Release: 2 Summary: Bacula--The Network Backup Solution: Client Part Url: http://www.bacula.org Source0: %{name}-%{version}.tar.bz2 @@ -81,6 +81,41 @@ recover lost or damaged files. This package contains Bacula server daemons. +%package devel +Summary: Bacula devel files +Group: Productivity/Archiving/Backup + +%description devel + +%package -n libbac1 +Summary: Bacula library +Group: Productivity/Archiving/Backup + +%description -n libbac1 + +%package -n libbaccfg1 +Summary: Bacula config library +Group: Productivity/Archiving/Backup + +%description -n libbaccfg1 + +%package -n libbacfind1 +Summary: Bacula find library +Group: Productivity/Archiving/Backup + +%description -n libbacfind1 + +%package -n libbacpy1 +Summary: Bacula python library +Group: Productivity/Archiving/Backup + +%description -n libbacpy1 + +%package -n libbacsql1 +Summary: Bacula sql library +Group: Productivity/Archiving/Backup + +%description -n libbacsql1 %prep @@ -167,8 +202,6 @@ %config %{_fwdefdir}/bacula-fd %doc %{_mandir}/man?/* %{_libdir}/bpipe-fd.so -%{_libdir}/libbac*.so* -%{_libdir}/libbac*.la %files server %defattr(-,root,root) @@ -192,8 +225,63 @@ %dir /var/lib/bacula %dir /var/lib/bacula/working +%files -n libbaccfg1 +%defattr(-,root,root) +%{_libdir}/libbaccfg.so.1.0.0 +%{_libdir}/libbaccfg.so.1 + +%files -n libbacfind1 +%defattr(-,root,root) +%{_libdir}/libbacfind.so.1.0.0 +%{_libdir}/libbacfind.so.1 + +%files -n libbacpy1 +%defattr(-,root,root) +%{_libdir}/libbacpy.so.1.0.0 +%{_libdir}/libbacpy.so.1 + +%files -n libbacsql1 +%defattr(-,root,root) +%{_libdir}/libbacsql.so.1.0.0 +%{_libdir}/libbacsql.so.1 + +%files -n libbac1 +%defattr(-,root,root) +%{_libdir}/libbac.so.1.0.0 +%{_libdir}/libbac.so.1 + +%files devel +%defattr(-,root,root) +%{_libdir}/libbac*.so +%{_libdir}/libbac*.la + + + +%post -n libbaccfg1 -p /sbin/ldconfig + +%post -n libbacfind1 -p /sbin/ldconfig + +%post -n libbacpy1 -p /sbin/ldconfig + +%post -n libbacsql1 -p /sbin/ldconfig + +%post -n libbac1 -p /sbin/ldconfig + + +%postun -n libbaccfg1 -p /sbin/ldconfig + +%postun -n libbacfind1 -p /sbin/ldconfig + +%postun -n libbacpy1 -p /sbin/ldconfig + +%postun -n libbacsql1 -p /sbin/ldconfig + +%postun -n libbac1 -p /sbin/ldconfig + + + %changelog -* Sun Jun 21 2009 Carsten Schoene <cs@linux-administrator.com> - 3.0.1-1 +* Sun Jun 21 2009 Carsten Schoene <cs@linux-administrator.com> - 3.0.1-2 - initial 3.x build * Thu May 07 2009 Carsten Schoene <cs@linux-administrator.com> - 2.4.4-2