]> git.pld-linux.org Git - packages/exif.git/blob - exif.spec
- refresh config.sub (for amd64); release 2
[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:        2
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:  automake
12 BuildRequires:  libexif-devel >= 0.5.9
13 BuildRequires:  libmnote-devel >= 0.5.6
14 BuildRequires:  popt-devel
15 Requires:       libexif >= 0.5.9
16 Requires:       libmnote >= 0.5.6
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 'exif' is a small command-line utility to show EXIF information hidden
21 in JPEG files, written to demonstrate the power of libexif.
22
23 %description -l pl
24 exif to ma³e narzêdzie dzia³aj±ce z linii poleceñ, s³u¿±ce do
25 pokazywania informacji EXIF ukrytych w plikach JPEG. Zosta³o napisane
26 do pokazania mo¿liwo¶ci libexif.
27
28 %prep
29 %setup -q
30
31 %build
32 cp -f /usr/share/automake/config.* .
33 %configure
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT
41
42 %find_lang %{name}
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files -f %{name}.lang
48 %defattr(644,root,root,755)
49 %doc AUTHORS README ChangeLog
50 %attr(755,root,root) %{_bindir}/*
51 %{_mandir}/man1/*.1*
This page took 0.060328 seconds and 3 git commands to generate.