| Revision 129,
789 bytes
checked in by yasumichi, 17 years ago
(diff) |
|
apply new examples
|
| Line | |
|---|
| 1 | # 基本情報 |
|---|
| 2 | Summary: hoge is a harehare horehore |
|---|
| 3 | Summary(ja): hoge は harehare な horehore です。 |
|---|
| 4 | Name: hoge |
|---|
| 5 | Version: 1.1 |
|---|
| 6 | Release: 1%{?_dist_release} |
|---|
| 7 | License: GPL2 |
|---|
| 8 | Group: Applications/Internet |
|---|
| 9 | URL: http://www.fugahogo.com/hogehoge.html |
|---|
| 10 | Vendor: Project Vine |
|---|
| 11 | Distribution: Vine Linux |
|---|
| 12 | Packager: yourid,otherid |
|---|
| 13 | |
|---|
| 14 | # パッケージの作成時に必要となる情報 |
|---|
| 15 | Source: %{name}-%{version}.tar.gz |
|---|
| 16 | Patch: hoge.patch |
|---|
| 17 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 18 | |
|---|
| 19 | # 依存情報 |
|---|
| 20 | Requires: piyo |
|---|
| 21 | BuildRequires: piyo-devel |
|---|
| 22 | |
|---|
| 23 | # 詳しい解説 |
|---|
| 24 | %description |
|---|
| 25 | Hoge is a harehare horehore and convenient for fugafuga. |
|---|
| 26 | Enjoy! |
|---|
| 27 | |
|---|
| 28 | %description -l ja |
|---|
| 29 | hoge は harehare な horehore で、fugafuga するときなどとても便利なツー |
|---|
| 30 | ルです。みんなでなかよく使いましょう。 |
|---|
Note: See
TracBrowser
for help on using the repository browser.