]> git.pld-linux.org Git - packages/gexif.git/blob - gexif.spec
b06bc8616f0247b721f75fab423664f1ece98681
[packages/gexif.git] / gexif.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:           gexif
4 Version:        0.5
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Graphics
8 Source0:        http://dl.sourceforge.net/libexif/%{name}-%{version}.tar.bz2
9 # Source0-md5:  472c109ffdb3f8528eabc039e0ac495b
10 URL:            http://libexif.sourceforge.net/
11 BuildRequires:  gtk+2-devel
12 BuildRequires:  libexif-gtk-devel >= 0.3.3
13 Requires:       libexif-gtk >= 0.3.3
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Graphical utility to show EXIF information hidden in JPEG files.
18
19 %description -l pl
20 Graficzne narzêdzie dzia³aj±ce z linii poleceñ, s³u¿±ce do
21 pokazywania informacji EXIF ukrytych w plikach JPEG.
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 ChangeLog
44 %attr(755,root,root) %{_bindir}/*
This page took 0.036505 seconds and 2 git commands to generate.