|
Revision 290, 1.1 kB
(checked in by athomas, 4 years ago)
|
Initial import.
|
| Line | |
|---|
| 1 |
%product devtodo |
|---|
| 2 |
%copyright GPL |
|---|
| 3 |
%vendor Alec Thomas <alec@korn.ch> |
|---|
| 4 |
%packager Giuseppe "Cowo" Corbelli <cowo@lugbs.linux.it> |
|---|
| 5 |
%license COPYING |
|---|
| 6 |
%readme README |
|---|
| 7 |
%version @VERSION@ |
|---|
| 8 |
|
|---|
| 9 |
# Directories... |
|---|
| 10 |
$prefix=@prefix@ |
|---|
| 11 |
$exec_prefix=@exec_prefix@ |
|---|
| 12 |
$bindir=@bindir@ |
|---|
| 13 |
$mandir=@mandir@ |
|---|
| 14 |
$datadir=@datadir@ |
|---|
| 15 |
|
|---|
| 16 |
d 755 root sys ${bindir} - |
|---|
| 17 |
f 755 root sys ${bindir}/devtodo src/devtodo |
|---|
| 18 |
l 755 root sys ${bindir}/tda ${bindir}/devtodo |
|---|
| 19 |
l 755 root sys ${bindir}/tdd ${bindir}/devtodo |
|---|
| 20 |
l 755 root sys ${bindir}/tde ${bindir}/devtodo |
|---|
| 21 |
l 755 root sys ${bindir}/tdr ${bindir}/devtodo |
|---|
| 22 |
l 755 root sys ${bindir}/todo ${bindir}/devtodo |
|---|
| 23 |
|
|---|
| 24 |
d 755 root sys /etc - |
|---|
| 25 |
f 644 root sys /etc/todorc doc/todorc.example |
|---|
| 26 |
|
|---|
| 27 |
d 755 root sys ${mandir} - |
|---|
| 28 |
d 755 root sys ${mandir}/man1 - |
|---|
| 29 |
f 644 root sys ${mandir}/man1/devtodo.1 doc/devtodo.1 |
|---|
| 30 |
l 644 root sys ${mandir}/man1/tdr.1 ${mandir}/man1/devtodo.1 |
|---|
| 31 |
l 644 root sys ${mandir}/man1/todo.1 ${mandir}/man1/devtodo.1 |
|---|
| 32 |
l 644 root sys ${mandir}/man1/tda.1 ${mandir}/man1/devtodo.1 |
|---|
| 33 |
l 644 root sys ${mandir}/man1/tdd.1 ${mandir}/man1/devtodo.1 |
|---|
| 34 |
l 644 root sys ${mandir}/man1/tde.1 ${mandir}/man1/devtodo.1 |
|---|