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