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