]> git.pld-linux.org Git - packages/gexif.git/blob - gexif.spec
32ba84b9e99125ab691eb0101cee0d3c0b90d604
[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:        5
6 License:        GPL
7 Group:          X11/Applications/Graphics
8 Source0:        http://dl.sourceforge.net/libexif/%{name}-%{version}.tar.bz2
9 # Source0-md5:  472c109ffdb3f8528eabc039e0ac495b
10 Patch0:         %{name}-gtk24.patch
11 URL:            http://libexif.sourceforge.net/
12 BuildRequires:  autoconf >= 2.50
13 BuildRequires:  automake
14 BuildRequires:  gettext-devel
15 BuildRequires:  gtk+2-devel >= 1:2.0.0
16 BuildRequires:  libexif-gtk-devel >= 0.3.3
17 BuildRequires:  libtool
18 BuildRequires:  pkgconfig
19 Requires:       libexif-gtk >= 0.3.3
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 Graphical utility to show EXIF information hidden in JPEG files.
24
25 %description -l pl
26 Graficzne narzêdzie dzia³aj±ce z linii poleceñ, s³u¿±ce do
27 pokazywania informacji EXIF ukrytych w plikach JPEG.
28
29 %prep
30 %setup -q
31 %patch0 -p1
32
33 %build
34 %{__gettextize}
35 %{__libtoolize}
36 %{__aclocal}
37 %{__autoconf}
38 %{__autoheader}
39 %{__automake}
40 %configure
41
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 %find_lang %{name}
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files -f %{name}.lang
56 %defattr(644,root,root,755)
57 %doc ChangeLog
58 %attr(755,root,root) %{_bindir}/*
This page took 0.060236 seconds and 2 git commands to generate.