source: projects/specs/trunk/f/feh/feh-vl.spec @ 9260

Revision 9260, 2.1 KB checked in by Takemikaduchi, 9 years ago (diff)

thunderbird: new upstream release
others: rebuild with libpng12 or update

Line 
1Name:           feh
2Version:        2.12
3Release:        1%{?_dist_release}
4
5License:        MIT
6Group:          Applications/Multimedia
7URL:            http://feh.finalrewind.org/
8Source0:        http://feh.finalrewind.org/%{name}-%{version}.tar.bz2
9Patch1:         feh-2.3-prefix.patch
10BuildRoot:      %{_tmppath}/%{name}-%{version}-root
11
12Vendor:         Project Vine
13Distribution:   Vine Linux
14
15Summary:        Fast command line image viewer using Imlib2
16Summary(ja):    Imlib2によるコマンドライン版高速画像ビュワー
17
18BuildRequires:  giblib-devel
19BuildRequires:  imlib2-devel
20BuildRequires:  curl-devel
21BuildRequires:  libjpeg-devel
22BuildRequires:  libpng-devel
23BuildRequires:  libXt-devel
24BuildRequires:  libXinerama-devel
25Requires:       giblib
26
27%description
28feh is an X11 image viewer aimed mostly at console users.
29Unlike most other viewers, it does not have a fancy GUI,
30but simply displays images. It is controlled via commandline
31arguments and configurable key/mouse actions.
32
33%description -l ja
34feh は CUI ベースの X11 用画像ビュワーです。
35多くの画像ビュワーとは違い、feh はきれいな GUI は持っていませんが、
36シンプルに画像を表示します。それはコマンドライン・オプションと
37設定可能なキーボードとマウス操作により操作する事ができます。
38
39%prep
40%setup -q
41%patch1 -p1 -b .prefix
42
43
44%build
45%{__make} %{?_smp_mflags}
46
47
48%install
49%{__rm} -rf ${RPM_BUILD_ROOT}
50%{__make} install DESTDIR=${RPM_BUILD_ROOT}
51find ${RPM_BUILD_ROOT} -type f -name "*.la" -exec rm -f {} ';'
52%{__rm} -rf ${RPM_BUILD_ROOT}/usr/doc
53# install desktop-entry
54%{__mkdir_p} %{buildroot}%{_datadir}/applications/
55
56%clean
57%{__rm} -rf ${RPM_BUILD_ROOT}
58
59
60%files
61%defattr(-,root,root,-)
62%doc AUTHORS COPYING ChangeLog README TODO
63%{_bindir}/*
64%{_datadir}/%{name}/
65%{_mandir}/*
66%{_docdir}/*
67%{_datadir}/applications/feh.desktop
68
69
70%changelog
71* Wed Jan 14 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.12-1
72- update to 2.12
73
74* Mon Jan  6 2014 TANAKA hiroaki <mosaicist@jcom.home.ne.jp> 2.9.3-1
75- source update
76
77* Tue Feb 07 2012 KATO Masashi <mkato@par.odn.ne.jp> 2.3-1
78- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.