source: projects/specs/trunk/nonfree/self-build-mikutter/self-build-mikutter-vl.spec @ 9009

Revision 9009, 4.8 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release

Line 
1%define pkgname         mikutter
2
3%define sourceurl       http://mikutter.hachune.net/bin/%{pkgname}.%{version}.tar.gz
4
5Summary:        Package to automatically build %{pkgname} rpm package
6Summary(ja):    %{pkgname} の rpm パッケージを自動作成するパッケージ
7Name:           self-build-%{pkgname}
8Version:        3.0.7
9Release:        1%{?_dist_release}
10Source0:        %{pkgname}-vl.spec
11License:        GPLv3
12Group:          Restricted Software
13
14Requires(post):         self-build-setup >= 0.9.9
15
16# (build)requies of target package.
17Requires(post):         alsa-utils
18Requires(post):         ruby >= 1.9.3
19Requires(post):         ruby-gtk2 >= 1.5.0
20Requires(post):         rcairo >= 1.10.0
21Requires(post):         desktop-file-utils
22
23BuildArch:      noarch
24BuildRoot:      %{_tmppath}/%{name}-%{version}-root
25
26Packager:       Takemikaduchi
27
28%description
29mikutter is simple, powerful and moeful twitter client.
30
31If you install this package, it automaticaly downloads source
32code, compile it, and create rpm packages of
33%{pkgname}-%{version}.
34And the created rpm packages are automatically installed
35if installation is executed by apt-get command or synaptic
36package manager.
37
38
39[Note]
40This package requires many other packages to compile
41targetsoftware. So it consume more disk space than usual.
42Also installation takes logner time because of compilation.
43(This will take a few minutes to quarter or half of an hour,
44depends on building environment)
45
46[About self-build package]
47For some kind of software, distributing of binary package
48may viorate the patent or law. Therefore we chose self-build
49packge, create binary package on your machine, for such kind
50of softwares instead of distributing binary package.
51
52Please obey the national law when you use the created binary
53packages. And if you want to use the softwares using patented
54thechnology, it may be required to get a permission, make an
55agreement or purchas a license. Please consider it with your
56purpose or way of use and take appropriate action.
57
58%description -l ja
59全てのミク廃、そして Twitter 中毒者へ贈る、至高の Twitter
60Client を目指す Twitter Client。
61
62このパッケージをインストールすると、自動的にソースコードを
63ダウンロードしてコンパイルし、%{pkgname}-%{version}
64の rpm パッケージを作成します。
65また apt-get コマンドや synaptic パッケージマネージャから実行
66した場合は、作成された rpm パッケージのインストールも自動的に
67行います。
68
69
70[注意]
71コンパイルに必要な多くの関連パッケージを要求するので通常より
72ディスクの領域を多く消費します。
73またインストール時にコンパイルを行うため、通常より時間がかか
74る場合があります。(環境にもよりますが数分から数十分程度)
75
76[self-build パッケージについて]
77ソフトウェアによってはバイナリパッケージの配布が特許や法律に
78違反する可能性があるものがあります。その為、このような問題が
79懸念されるソフトウェアについてはバイナリパッケージを直接配布
80せずに、ユーザの環境でバイナリを作成する self-build パッケー
81ジという方法を採っています。
82
83作成されたバイナリパッケージの利用にあたっては、各ソフトウェ
84アのライセンス、および利用する国の各種法令に従ってください。
85また特許に関連するソフトウェアの場合、利用許諾や契約、ライ
86センスの購入などが必要となる場合がありますので、利用する目的
87や形態に応じて各自で判断し適切な対応を取ってください。
88
89
90%prep
91[ "%{version}-%{release}" != $(rpm -q --queryformat "%%{version}-%%{release}\n" --specfile %{SOURCE0} | tail -1) ] && exit 1
92
93
94%install
95%{__rm} -rf ${RPM_BUILD_ROOT}
96%{__install} -d ${RPM_BUILD_ROOT}/%{_datadir}/%{name}
97%{__install} -m 644 %{SOURCE0} ${RPM_BUILD_ROOT}/%{_datadir}/%{name}
98
99
100%clean
101%{__rm} -rf ${RPM_BUILD_ROOT}
102
103%posttrans
104/usr/lib/rpm/self-build-rpm.sh %{name} %{pkgname}-vl.spec %{sourceurl} 5000
105
106%files
107%{_datadir}/%{name}
108
109%changelog
110* Sun Oct 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.7-1
111- new upstream release
112
113* Tue Sep 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.6-1
114- new upstream release
115
116* Sun Aug 24 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.5-1
117- new upstream release
118
119* Sun Jul 13 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.3-1
120- new upstream release
121
122* Sun Jun 15 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.0-1
123- new upstream release
124
125* Sun Apr 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.2.1537-1
126- new upstream release
127
128* Wed Jan 15 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.2.1476-1
129- new upstream release
130
131* Tue Dec 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.2.1430-1
132- new upstream release
133
134* Sun Nov 10 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.2.1410-1
135- initial build
136
Note: See TracBrowser for help on using the repository browser.