1 |
# $Id: daemontools.spec,v 1.2 2013/02/06 23:08:03 slords Exp $ |
# $Id: daemontools.spec,v 1.1 2016/02/04 12:24:52 vip-ire Exp $ |
2 |
|
|
3 |
%define destdir %buildroot |
%define destdir %buildroot |
4 |
%global myhome /usr/local |
%global myhome /usr/local |
8 |
Name: daemontools |
Name: daemontools |
9 |
Provides: daemontools |
Provides: daemontools |
10 |
Release: 6%{?dist} |
Release: 6%{?dist} |
11 |
Source: http://cr.yp.to/%name/%name-%version.tar.gz |
Source: http://cr.yp.to/%{name}/%{name}-%{version}.tar.gz |
12 |
Summary: Various tools to start/stop/monitor daemons. |
Summary: Various tools to start/stop/monitor daemons. |
13 |
%define debug_package %{nil} |
%define debug_package %{nil} |
14 |
%define __arch_install_post %{nil} |
%define __arch_install_post %{nil} |
15 |
URL: http://cr.yp.to/%name.html |
URL: http://cr.yp.to/%{name}.html |
16 |
Version: 0.76 |
Version: 0.76 |
17 |
|
|
18 |
%description |
%description |
107 |
|
|
108 |
|
|
109 |
%changelog |
%changelog |
110 |
|
* Fri Jul 14 2023 brian read <brianr@koozali.org> |
111 |
|
- add {} round vars in source lines so that can be converted to git [SME: 12380] |
112 |
|
|
113 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
114 |
- Clean up spec so package can be built by koji/plague |
- Clean up spec so package can be built by koji/plague |
115 |
|
|