| v4 | v5 | |
|---|---|---|
| 9 | 9 | Release: %{pkg_release} |
| 10 | 10 | Source0: %{name}-%{version}.tar.bz2 |
| 11 | Patch0: %{name}-hogehoge.patch | |
| 11 | 12 | License: <GPL|GPL2|BSD|MIT|...> |
| 12 | 13 | Group: |
| … | … | |
| 29 | 30 | |
| 30 | 31 | %prep |
| 31 | ||
| 32 | % |
|
| 32 | %setup -q | |
| 33 | %patch0 -p1 -b .hogehoge | |
| 33 | 34 | |
| 34 | 35 | |
| … | … | |
| 43 | 44 | |
| 44 | 45 | %find_lang %{name}.lang |
| 46 | ||
| 45 | 47 | |
| 46 | 48 | %clean |
| … | … | |
| 57 | 59 | %{_sysconfdir}/* |
| 58 | 60 | |
| 61 | ||
| 59 | 62 | %changelog |
| 60 | 63 | * Sun Jan 23 2008 Your Name <name@yours.example.com> VERSION-1 |