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