]> git.pld-linux.org Git - packages/jhead.git/blob - jhead.spec
dd366a5ac636c4fbf45efba8c6e53ffc045c4f14
[packages/jhead.git] / jhead.spec
1 Summary:        Extracts the EXIF data from image files
2 Summary(pl):    Narzêdzie wyci±gaj±ce dane EXIF z plików graficznych
3 Name:           jhead
4 Version:        1.8
5 Release:        1
6 License:        GPL
7 Group:          Applications/Graphics
8 Source0:        http://www.sentex.net/~mwandel/jhead/%{name}-%{version}.tar.gz
9 # Source0-md5:  f9963dad3fd17ed4dcd7f706d0603213
10 URL:            http://www.sentex.net/~mwandel/jhead/
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 Jhead extracts the EXIF data from image files which are usually
15 associated with Digital Cameras. Also provides makehtml. The latest
16 info and versions can be found at
17 http://www.sentex.net/~mwandel/jhead/.
18
19 %description -l pl
20 Jhead pozwala wyci±gn±æ dane EXIF ze zdjêæ zrobionych aparatami
21 cyfrowymi. Zawiera tak¿e makehtml. Ostatnia wersjê i najnowsze
22 informacje mo¿na znale¶æ na stronie
23 http://www.sentex.net/~mwandel/jhead/.
24
25 %prep
26 %setup -q
27
28 %build
29 %{__make} \
30         CC="%{__cc}" \
31         CFLAGS="%{rpmcflags}"
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 install -d $RPM_BUILD_ROOT%{_bindir}
36
37 install jhead $RPM_BUILD_ROOT%{_bindir}
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc changes.txt usage.html
45 %attr(755,root,root) %{_bindir}/jhead
This page took 0.080076 seconds and 2 git commands to generate.