tcron/tcron.spec

Name: tcron
Summary: Another cron daemon
Version: 0.4.8
Release: 1.2
License: GPL
Group: System Environment/Daemons
URL: http://tcron.sourceforge.net/
Description: Tcron integrates 'cron' with the ATX power-up capability. It can invoke multiple cron jobs and switch the computer on and off any number of times per day.

CentOS 7 x86_64

The build could not start because the following file is missing: tcron-0.4.8.tar.bz2

Build Status

CentOS 6 x86_64

The build could not start because the following file is missing: tcron-0.4.8.tar.bz2

Build Status

Contents

The spec file used by the build system currently has the following contents:

# $Id$
# Authority: dag
# Upstream: Edward Liu <dhliu$users,sf,net>

Summary: Another cron daemon
Name: tcron
Version: 0.4.8
Release: 1.2%{?dist}
License: GPL
Group: System Environment/Daemons
URL: http://tcron.sourceforge.net/

Source: http://dl.sf.net/tcron/tcron-%{version}.tar.bz2
Patch0: tcron.makefile.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

%description
Tcron integrates 'cron' with the ATX power-up capability.
It can invoke multiple cron jobs and switch the computer on
and off any number of times per day.

%package devel
Summary: Header files, libraries and development documentation for %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}

%description devel
This package contains the header files, static libraries and development
documentation for %{name}. If you like to develop programs using %{name},
you will need to install %{name}-devel.

%prep
%setup
#patch0 -p0 -b .orig

%build
%{__make} %{?_smp_mflags} \
	PREFIX="%{_prefix}" \
	TCRONTAB_AP_LIB="%{_libdir}"

%install
%{__rm} -rf %{buildroot}
%makeinstall \
	DESTDIR="%{buildroot}" \
	PREFIX="%{_prefix}" \
	TCRONTAB_AP_LIB="%{buildroot}%{_libdir}"

%{__install} -d -m0755 %{buildroot}%{_initrddir}
%{__mv} -f %{buildroot}%{_sysconfdir}/init.d/tcrond %{buildroot}%{_initrddir}

%clean
%{__rm} -rf %{buildroot}

%post
/sbin/ldconfig 2>/dev/null

%postun
/sbin/ldconfig 2>/dev/null

%files
%defattr(-, root, root, 0755)
%doc Changelog README
%config(noreplace) %{_sysconfdir}/tcrontab/
%config %{_initrddir}/tcrond
%{_sbindir}/tcrond
%{_bindir}/idle-halt
%{_bindir}/tcrontab
%{_libdir}/tcrontab-ap
%{_libdir}/libtcrontab-api.so.*
%{_localstatedir}/spool/tcron/

%files devel
%defattr(-, root, root, 0755)
%doc README.api demo/
%{_libdir}/libtcrontab-api.so
### libtcron.a contains .c files which strip does not like.
%exclude %{_libdir}/libtcron.a
%{_includedir}/tcron.h

%changelog
* Sat Apr 08 2006 Dries Verachtert <dries@ulyssis.org> - 0.4.8-1.2
- Rebuild for Fedora Core 5.

* Thu Feb 17 2005 Dag Wieers <dag@wieers.com> - 0.4.8-1
- Updated to release 0.4.8.

* Thu Jan 15 2004 Dag Wieers <dag@wieers.com> - 0.4.7-1
- Updated to release 0.4.7.

* Thu Jan 15 2004 Dag Wieers <dag@wieers.com> - 0.4.5-0
- Initial package. (using DAR)