| Revision 2959, 221 bytes checked in by yasumichi, 16 years ago (diff) |
|---|
| Line | |
|---|---|
| 1 | <screen># ファイルリスト部 -------------- |
| 2 | %files |
| 3 | %defattr(-,root,root) |
| 4 | %doc README |
| 5 | %doc docs/ |
| 6 | /usr/bin/hoge.bin |
| 7 | /usr/lib/hoge/ |
| 8 | /usr/man/man1/hoge.1.gz |
| 9 | %dir /usr/lib/hoge/ |
| 10 | %config /usr/lib/hoge/fuga.conf</screen> |