source: projects/vine-making-rpm/trunk/help/ex-files.spec @ 2959

Revision 2959, 221 bytes checked in by yasumichi, 13 years ago (diff)

「RPMパッケージの作成方法」を Vine-manual から分離

RevLine 
[2959]1<screen># ファイルリスト部 --------------
[117]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/
[2959]10%config /usr/lib/hoge/fuga.conf</screen>
Note: See TracBrowser for help on using the repository browser.