]> git.pld-linux.org Git - packages/gexif.git/blob - gexif.spec
- merge from DEVEL
[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.4
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Graphics
8 Source0:        ftp://ftp.sourceforge.net/pub/sourceforge/libexif/%{name}-%{version}.tar.bz2
9 URL:            http://libexif.sourceforge.net/
10 BuildRequires:  gtk+2-devel
11 BuildRequires:  libexif-devel
12 BuildRequires:  libexif-gtk-devel >= 0.2.0
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %define         _prefix         /usr/X11R6
16
17 %description
18 Graphical utility to show EXIF information hidden in JPEG files.
19
20 %description -l pl
21 Graficzne narzêdzie dzia³aj±ce z linii poleceñ, s³u¿±ce do
22 pokazywania informacji EXIF ukrytych w plikach JPEG.
23
24 %prep
25 %setup -q
26
27 %build
28 %configure
29
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 %{__make} install DESTDIR=$RPM_BUILD_ROOT
36
37 %find_lang %{name}
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files -f %{name}.lang
43 %defattr(644,root,root,755)
44 %doc ChangeLog
45 %attr(755,root,root) %{_bindir}/*
This page took 0.069065 seconds and 4 git commands to generate.