]> git.pld-linux.org Git - packages/gphoto2.git/blame - gphoto2.spec
Update to 2.5.15
[packages/gphoto2.git] / gphoto2.spec
CommitLineData
9e6b076b
JB
1#
2# Conditional build:
3%bcond_without aalib # AAlib support
4#
80962125 5Summary: Command-line frontend to libgphoto2
5ece4b79
ER
6Summary(es.UTF-8): Foto GNU (gphoto) Release 2
7Summary(pl.UTF-8): Działający z linii poleceń program obsługujący libgphoto2
8Summary(pt_BR.UTF-8): GNU Photo - programa GNU para câmeras digitais
9Summary(zh_CN.UTF-8): gPhoto - Linux下的使用数码相机的程序
a079aef3 10Name: gphoto2
91dc721e 11Version: 2.5.15
c9d40746 12Release: 1
bf64a1cd 13License: LGPL v2+
80962125 14Group: Applications/Graphics
8c3d1966 15Source0: http://downloads.sourceforge.net/gphoto/%{name}-%{version}.tar.bz2
91dc721e 16# Source0-md5: 44900e78402e455f387dcb13e78ff5fb
f2ae3a69 17Patch0: %{name}-manpage_addon.patch
84ed8bb7
JB
18Patch1: automake-1.12.patch
19Patch2: %{name}-ac.patch
c9d40746 20Patch3: %{name}-cdk.patch
b765e444 21URL: http://www.gphoto.org/
9e6b076b 22%{?with_aalib:BuildRequires: aalib-devel}
8b399cc4 23BuildRequires: autoconf >= 2.59
1cb0d656 24BuildRequires: automake >= 1:1.9
8b399cc4 25BuildRequires: cdk-devel >= 5.0_td20010421
2c141133 26BuildRequires: gettext-tools >= 0.14.1
c9d40746 27BuildRequires: libexif-devel >= 1:0.6.9
f5b07511 28BuildRequires: libgphoto2-devel >= 2.5.10
a079aef3 29BuildRequires: libjpeg-devel
bf64a1cd 30BuildRequires: libtool
de0e6f43 31BuildRequires: pkgconfig
80962125
JB
32BuildRequires: popt-devel
33BuildRequires: readline-devel
c9d40746 34Requires: libexif >= 1:0.6.9
f5b07511 35Requires: libgphoto2 >= 2.5.10
80962125 36Obsoletes: gphoto2-progs
eb5c98af
JB
37# these are not true (renamed to libgphoto2-{devel,static}) - we must have
38# the way to just rename package which is not required by anything installed
ec091c6f 39Obsoletes: gphoto2-devel
40Obsoletes: gphoto2-static
a079aef3 41BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
42
a079aef3 43%description
80962125 44gphoto2 is a command-line frontend to libgphoto2.
1aa2418f 45
31ae66fd
JR
46%description -l pl.UTF-8
47gphoto2 to działający z linii poleceń program będący interfejsem
48użytkownika do libgphoto2.
1aa2418f 49
31ae66fd
JR
50%description -l pt_BR.UTF-8
51O programa gphoto faz parte do projeto GNOME e é uma interface para
52uma grande variedade de câmeras fotográficas digitais.
c533fa58 53
a079aef3 54%prep
55%setup -q
f2ae3a69 56%patch0 -p1
eb713785 57%patch1 -p1
69f3e97d 58%patch2 -p1
c9d40746 59%patch3 -p1
3a0e9433 60
8c3d1966 61%{__rm} po/stamp-po
9772e401 62
a079aef3 63%build
bf64a1cd 64%{__libtoolize}
d5183b37 65%{__aclocal} -I auto-m4 -I gphoto-m4
aeabd2c0 66%{__autoconf}
8b399cc4 67%{__autoheader}
009941d3 68%{__automake}
8c3d1966 69CPPFLAGS="%{rpmcppflags} -I/usr/include/ncurses"
9e6b076b
JB
70%configure \
71 %{?with_aalib:--with-aalib}
a079aef3 72%{__make}
73
74%install
75rm -rf $RPM_BUILD_ROOT
a079aef3 76
c320e89e 77%{__make} install \
80962125 78 DESTDIR=$RPM_BUILD_ROOT
a079aef3 79
80%find_lang %{name}
a079aef3 81
82%clean
83rm -rf $RPM_BUILD_ROOT
84
c320e89e 85%post -p /sbin/ldconfig
86%postun -p /sbin/ldconfig
de0e6f43 87
80962125 88%files -f %{name}.lang
c320e89e 89%defattr(644,root,root,755)
8c3d1966 90%doc AUTHORS ChangeLog NEWS README TODO
c320e89e 91%attr(755,root,root) %{_bindir}/gphoto2
bf64a1cd 92%{_mandir}/man1/gphoto2.1*
This page took 0.041705 seconds and 4 git commands to generate.