Changes of Revision 5
[-] | Changed | uptimed.spec |
x 1
2 -Summary: A daemon to record and keep track of system uptimes 3 -Name: uptimed 4 -Version: 0.3.12 5 -Release: 1 6 -License: GPL 7 -Group: System Environment/Daemons 8 -Source: %{name}-%{version}.tar.bz2 9 -URL: http://podgorny.cz/moin/Uptimed 10 -Patch0: %{name}.diff 11 -Patch1: spoolfix.diff 12 -BuildRoot: /var/tmp/%{name}-buildroot 13 -Packager: Carsten Schoene <cs@linux-administrator.com> 14 -Vendor: linux-administrator.com 15 -Provides: libuptimed.0 16 -BuildRequires: glibc-devel libgcc gcc gcc-c++ 17 +Summary: A daemon to record and keep track of system uptimes 18 +Name: uptimed 19 +Version: 0.3.13 20 +Release: 1 21 +License: GPL 22 +Group: System Environment/Daemons 23 +Source: %{name}-%{version}.tar.bz2 24 +URL: http://podgorny.cz/moin/Uptimed 25 +Patch0: %{name}.diff 26 +BuildRoot: %{_tmppath}/%{name}-buildroot 27 +Packager: Carsten Schoene <cs@linux-administrator.com> 28 +Vendor: linux-administrator.com 29 +Provides: libuptimed.0 30 +BuildRequires: glibc-devel libgcc gcc gcc-c++ 31 32 %description 33 Uptimed is an uptime record daemon keeping track of the highest 34
35 %prep 36 %setup -q 37 %patch0 38 -%patch1 -p1 39 %build 40 %configure 41 -make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" 42 +%__make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" 43 44 %install 45 rm -rf "$RPM_BUILD_ROOT" 46 -make DESTDIR="$RPM_BUILD_ROOT" install 47 +%__make DESTDIR="$RPM_BUILD_ROOT" install 48 install -m 755 -d $RPM_BUILD_ROOT/%_docdir/%{name}/sample-cgi 49 install -m 644 sample-cgi/uprecords.* $RPM_BUILD_ROOT/%_docdir/%{name}/sample-cgi 50 install -m 755 -d $RPM_BUILD_ROOT/etc/init.d 51
52 %dir /var/spool/uptimed 53 54 %changelog 55 +* Thu Dec 18 2008 Carsten Schoene <cs@linux-administrator.com> 56 +- update to release 0.3.13 57 + 58 * Thu Nov 01 2007 Carsten Schoene <cs@linux-administrator.com> 59 - version bump to 0.3.12 60 61 |
||
Added | uptimed-0.3.13.tar.bz2 ^ |