forked from altlinux/specs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
feh.spec
198 lines (140 loc) · 5.67 KB
/
feh.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
%define _unpackaged_files_terminate_build 1
Name: feh
Version: 3.10.2
Release: alt1
Summary: Image viewer using Imlib 2
Group: Graphics
License: BSD
Url: https://feh.finalrewind.org/
Packager: Ilya Mashkin <[email protected]>
# git://github.com/derf/feh.git refs/tags/v%%version
Source: %name-%version.tar
Patch0: feh-1.10.1-fontpath.patch
# Automatically added by buildreq on Thu Sep 08 2011
# optimized out: imlib2 imlib2-devel libX11-devel xorg-xproto-devel zlib-devel
BuildRequires: libXinerama-devel libXt-devel libcurl-devel libgiblib-devel libpng-devel libexif-devel libjpeg-utils imlib2-devel libmagic-devel
Requires: fonts-ttf-dejavu
%description
feh is a versatile and fast image viewer using imlib2, the
premier image file handling library. feh has many features,
from simple single file viewing, to multiple file modes using
a slideshow or multiple windows. feh supports the creation of
montages as index prints with many user-configurable options.
%prep
%setup
%patch0 -p1
%build
export VERSION="%version"
export CFLAGS="%optflags"
export PREFIX="%_prefix"
%make_build exif=1 curl=1 xinerama=1 magic=1
%install
export VERSION="%version"
export CFLAGS="%optflags"
export PREFIX="%_prefix"
%makeinstall_std exif=1 curl=1 xinerama=1 magic=1
%files
%_bindir/*
%_man1dir/*
%_datadir/%name
%_desktopdir/%name.desktop
%_liconsdir/%name.png
%_iconsdir/hicolor/scalable/apps/%name.svg
%exclude %_datadir/doc/%name
%doc AUTHORS ChangeLog README.md TODO
%doc COPYING
%changelog
* Tue Dec 05 2023 Ilya Mashkin <[email protected]> 3.10.2-alt1
- 3.10.2
* Wed Oct 03 2023 Ilya Mashkin <[email protected]> 3.10.1-alt1
- 3.10.1
* Sun Apr 16 2023 Ilya Mashkin <[email protected]> 3.10-alt1
- 3.10
* Tue Aug 23 2022 Ilya Mashkin <[email protected]> 3.9.1-alt1
- 3.9.1
* Tue Jun 14 2022 Ilya Mashkin <[email protected]> 3.9-alt1
- 3.9
- Build with enabled curl/libmagic/xinerama
* Sat Jan 08 2022 Vladimir D. Seleznev <[email protected]> 3.8-alt2
- Fixed font path location (closes: #41468).
- Removed current directory from the font path (hardening).
- Moved fonts-ttf-dejavu from BR to runtime dependency.
* Thu Jan 06 2022 Ilya Mashkin <[email protected]> 3.8-alt1
- 3.8
* Wed Dec 01 2021 Ilya Mashkin <[email protected]> 3.7.2-alt2
- Add BR fonts-ttf-dejavu
* Sat Sep 25 2021 Ilya Mashkin <[email protected]> 3.7.2-alt1
- 3.7.2
* Mon Jul 26 2021 Ilya Mashkin <[email protected]> 3.7.1-alt1
- 3.7.1
* Mon May 10 2021 Ilya Mashkin <[email protected]> 3.7-alt1
- 3.7
* Fri Feb 05 2021 Ilya Mashkin <[email protected]> 3.6.3-alt1
- 3.6.3
* Mon Oct 19 2020 Aleksei Nikiforov <[email protected]> 3.5-alt1
- Updated to upstream version 3.5 (Fixes: CVE-2017-7875).
* Thu Jun 16 2016 Gleb F-Malinovskiy <[email protected]> 2.16-alt1
- Updated to 2.16.
* Wed Dec 24 2014 Andrew Clark <[email protected]> 2.12-alt4.89256a02
- version update to 2.12-alt4.89256a02
* Sun Oct 19 2014 Andrew Clark <[email protected]> 2.12-alt3.a664ddeb
- version update to 2.12-alt3.a664ddeb
* Thu Jun 12 2014 Andrew Clark <[email protected]> 2.12-alt2.2b04e7f4
- version update to 2.12-alt2.2b04e7f4
* Sat May 24 2014 Andrew Clark <[email protected]> 2.12-alt1.717f2a00
- version update to 2.12-alt1.717f2a00
* Sat Mar 29 2014 Andrew Clark <[email protected]> 2.10-alt1
- version update 2.10
* Wed Jan 8 2014 Andrew Clark <[email protected]> 2.9.3-alt3.6a5b24b0
- version update 2.9.3-alt3.6a5b24b0
* Mon Nov 4 2013 Andrew Clark <[email protected]> 2.9.3-alt2.fa727bc8
- version update 2.9.3-alt2.fa727bc8
* Wed Jul 24 2013 Andrew Clark <[email protected]> 2.9.3-alt1
- version update 2.9.3-alt1
* Sun May 26 2013 Andrew Clark <[email protected]> 2.9.2-alt1
- version update 2.9.2-alt1
* Sat Apr 13 2013 Andrew Clark <[email protected]> 2.9.1-alt1.7fbd8d9f
- version update to 2.9.1-alt1.7fbd8d9f
* Sun Feb 17 2013 Andrew Clark <[email protected]> 2.9.1-alt1
- version update to 2.9.1-alt1
* Sun Jan 6 2013 Andrew Clark <[email protected]> 2.8-alt1
- version update to 2.8-alt1
* Fri Dec 14 2012 Andrew Clark <[email protected]> 2.7-alt1.3f30958d
- version update to 2.7-alt1.3f30958d
* Tue Oct 30 2012 Andrew Clark <[email protected]> 2.7-alt1.96d57781
- version update to 2.7-alt1.96d57781
* Thu Oct 4 2012 Andrew Clark <[email protected]> 2.6.3-alt1
- version update to 2.6.3-alt1
* Fri Sep 28 2012 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 2.6-alt1.1
- Rebuilt with libpng15
* Sat Sep 1 2012 Andrew Clark <[email protected]> 2.6-alt1
- version update to 2.6-alt1
* Mon May 7 2012 Andrew Clark <[email protected]> 2.5-alt1.9ed58f2c
- version update to 2.5-alt1.9ed58f2c
* Sun Nov 13 2011 Andrew Clark <[email protected]> 2.1-alt1
- version update to 2.1-alt1
* Thu Sep 8 2011 Andrew Clark <[email protected]> 1.16-alt1
- version update to 1.16-alt1
* Sat Jun 4 2011 Andrew Clark <[email protected]> 1.14.1-alt1
- version update to 1.14.1-alt1
* Sun Feb 13 2011 Andrew Clark <[email protected]> 1.11.2-alt1
- version update to 1.11.2-alt1
* Fri Jan 7 2011 Andrew Clark <[email protected]> 1.10.1-alt1
- version update to 1.10.1-alt1
* Sun Oct 10 2010 Andrew Clark <[email protected]> 1.10-alt1
- version update to 1.10-alt1
* Sun Sep 5 2010 Andrew Clark <[email protected]> 1.9-alt1
- version update to 1.9-alt1
* Sat Jul 31 2010 Andrew Clark <[email protected]> 1.8-alt1
- version update to 1.8-alt1
* Fri Jan 27 2006 Alex Murygin <[email protected]> 1.3.4-alt1
- new version
* Mon Jul 18 2005 Alex Murygin <[email protected]> 1.3.3-alt1
- new version
- changed url
* Wed Feb 09 2005 Alex Murygin <[email protected]> 1.3.0-alt1
- new version
* Thu Dec 16 2004 Alex Murygin <[email protected]> 1.2.9-alt1
- new version
* Sat Dec 06 2003 Alex Murygin <[email protected]> 1.2.6-alt1
- First build for AltLinux