|
Lines 2-8
Link Here
|
| 2 |
|
2 |
|
| 3 |
Name: hasher-priv |
3 |
Name: hasher-priv |
| 4 |
Version: 1.0 |
4 |
Version: 1.0 |
| 5 |
Release: alt1 |
5 |
Release: alt2 |
| 6 |
|
6 |
|
| 7 |
Summary: A privileged helper for the hasher project |
7 |
Summary: A privileged helper for the hasher project |
| 8 |
License: GPL |
8 |
License: GPL |
|
Lines 27-33
Link Here
|
| 27 |
%setup -q |
27 |
%setup -q |
| 28 |
|
28 |
|
| 29 |
%build |
29 |
%build |
| 30 |
%make_build CFLAGS="$RPM_OPT_FLAGS -Werror -W" |
30 |
%make_build CFLAGS="$RPM_OPT_FLAGS -Werror -W" libexecdir=%_libexecdir |
| 31 |
|
31 |
|
| 32 |
%install |
32 |
%install |
| 33 |
%makeinstall |
33 |
%makeinstall |
|
Lines 56-61
Link Here
|
| 56 |
%doc DESIGN |
56 |
%doc DESIGN |
| 57 |
|
57 |
|
| 58 |
%changelog |
58 |
%changelog |
|
|
59 |
* Sat Jul 24 2004 Kachalov Anton <mouse@altlinux.org> 1.0-alt2 |
| 60 |
- Pass libexecdir var to make |
| 61 |
|
| 59 |
* Thu Jul 15 2004 Dmitry V. Levin <ldv@altlinux.org> 1.0-alt1 |
62 |
* Thu Jul 15 2004 Dmitry V. Levin <ldv@altlinux.org> 1.0-alt1 |
| 60 |
- Added hasher-priv.conf(5) manpage. |
63 |
- Added hasher-priv.conf(5) manpage. |
| 61 |
- Added more docs to hasher-priv(8) manpage. |
64 |
- Added more docs to hasher-priv(8) manpage. |