Search
j0ke.net Open Build Service
>
Projects
>
ha
>
glb
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 15
[-]
[+]
Changed
glb.changes
@@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Sat Dec 22 09:58:32 UTC 2012 - cs@linux-administrator.com + +- update to release 0.9.0 + * created subpackage for libglb0 and libglb-devel + +------------------------------------------------------------------- Thu Dec 6 13:55:22 UTC 2012 - cs@linux-administrator.com - update to release 0.8.2
[-]
[+]
Changed
glb.spec
^
@@ -1,5 +1,5 @@ Name: glb -Version: 0.8.2 +Version: 0.9.0 Release: 1 License: GPLv2 Group: Applications/System @@ -21,6 +21,20 @@ * connections are distributed proportionally to weights assigned to backend servers. Each new connection is routed to the server which is most free (given its weight) at the given moment. +%package -n libglb0 +Group: System/Libraries +Summary: GLB shared library + +%description -n libglb0 +This package includes the glb shared library. + +%package -n libglb-devel +Group: Development/Languages/C and C++ +Summary: Development files of glb library +Requires: libglb0 = %{version}-%{release} + +%description -n libglb-devel +This package includes development files of the glb shared library. %prep %setup @@ -39,11 +53,28 @@ %clean rm -rf %{buildroot} +%post -n libglb0 +/sbin/ldconfig + +%postun -n libglb0 +/sbin/ldconfig + %files %defattr(-,root,root) %doc AUTHORS COPYING README %{_sbindir}/glbd +%files -n libglb-devel +%defattr(-,root,root) +%{_libdir}/libglb.a +%{_libdir}/libglb.la +%{_libdir}/libglb.so +%{_libdir}/libglb.so.0 + +%files -n libglb0 +%defattr(-,root,root) +%{_libdir}/libglb.so.0.0.9 + %changelog * Tue Feb 16 2010 Carsten Schoene <cs@linux-administrator.com> - 0.7.4-1 - update to release 0.7.4
Changed
glb-0.9.0.tar.bz2
^