Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
>
uptimed
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 5
[-]
[+]
Changed
uptimed.spec
@@ -1,18 +1,17 @@ -Summary: A daemon to record and keep track of system uptimes -Name: uptimed -Version: 0.3.12 -Release: 1 -License: GPL -Group: System Environment/Daemons -Source: %{name}-%{version}.tar.bz2 -URL: http://podgorny.cz/moin/Uptimed -Patch0: %{name}.diff -Patch1: spoolfix.diff -BuildRoot: /var/tmp/%{name}-buildroot -Packager: Carsten Schoene <cs@linux-administrator.com> -Vendor: linux-administrator.com -Provides: libuptimed.0 -BuildRequires: glibc-devel libgcc gcc gcc-c++ +Summary: A daemon to record and keep track of system uptimes +Name: uptimed +Version: 0.3.13 +Release: 1 +License: GPL +Group: System Environment/Daemons +Source: %{name}-%{version}.tar.bz2 +URL: http://podgorny.cz/moin/Uptimed +Patch0: %{name}.diff +BuildRoot: %{_tmppath}/%{name}-buildroot +Packager: Carsten Schoene <cs@linux-administrator.com> +Vendor: linux-administrator.com +Provides: libuptimed.0 +BuildRequires: glibc-devel libgcc gcc gcc-c++ %description Uptimed is an uptime record daemon keeping track of the highest @@ -28,14 +27,13 @@ %prep %setup -q %patch0 -%patch1 -p1 %build %configure -make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" +%__make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" %install rm -rf "$RPM_BUILD_ROOT" -make DESTDIR="$RPM_BUILD_ROOT" install +%__make DESTDIR="$RPM_BUILD_ROOT" install install -m 755 -d $RPM_BUILD_ROOT/%_docdir/%{name}/sample-cgi install -m 644 sample-cgi/uprecords.* $RPM_BUILD_ROOT/%_docdir/%{name}/sample-cgi install -m 755 -d $RPM_BUILD_ROOT/etc/init.d @@ -74,6 +72,9 @@ %dir /var/spool/uptimed %changelog +* Thu Dec 18 2008 Carsten Schoene <cs@linux-administrator.com> +- update to release 0.3.13 + * Thu Nov 01 2007 Carsten Schoene <cs@linux-administrator.com> - version bump to 0.3.12
Added
uptimed-0.3.13.tar.bz2
^