]> git.pld-linux.org Git - packages/exif.git/blob - exif.spec
- massive attack: adding Source-md5
[packages/exif.git] / exif.spec
1 Summary:        Utility to show EXIF information hidden in JPEG files
2 Summary(pl):    Narzêdzie do wy¶wietlania danych EXIF ukrytych w plikach JPEG
3 Name:           exif
4 Version:        0.6
5 Release:        1
6 License:        GPL
7 Group:          Applications/Graphics
8 Source0:        http://dl.sourceforge.net/libexif/%{name}-%{version}.tar.bz2
9 # Source0-md5:  55465e6b8194b3a907ae3c3191c6dbe3
10 URL:            http://libexif.sourceforge.net/
11 BuildRequires:  libexif-devel >= 0.5.9
12 BuildRequires:  libmnote-devel >= 0.5.6
13 BuildRequires:  popt-devel
14 Requires:       libexif >= 0.5.9
15 Requires:       libmnote >= 0.5.6
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 'exif' is a small command-line utility to show EXIF information hidden
20 in JPEG files, written to demonstrate the power of libexif.
21
22 %description -l pl
23 exif to ma³e narzêdzie dzia³aj±ce z linii poleceñ, s³u¿±ce do
24 pokazywania informacji EXIF ukrytych w plikach JPEG. Zosta³o napisane
25 do pokazania mo¿liwo¶ci libexif.
26
27 %prep
28 %setup -q
29
30 %build
31 %configure
32
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install DESTDIR=$RPM_BUILD_ROOT
39
40 %find_lang %{name}
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files -f %{name}.lang
46 %defattr(644,root,root,755)
47 %doc AUTHORS README ChangeLog
48 %attr(755,root,root) %{_bindir}/*
49 %{_mandir}/man1/*.1*
This page took 0.076011 seconds and 3 git commands to generate.