103 lines
3.0 KiB
RPMSpec
103 lines
3.0 KiB
RPMSpec
Name: gphoto
|
|
Version: 2.4.11
|
|
Release: 1mamba
|
|
Summary: The command line interface to libgphoto
|
|
Group: Applications/Graphics
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: http://www.gphoto.org
|
|
Source: http://kent.dl.sourceforge.net/sourceforge/gphoto/gphoto2-%{version}.tar.bz2
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libaa-devel >= 1.2
|
|
BuildRequires: libcdk-devel >= 20031210
|
|
BuildRequires: libexif6-devel >= 0.6.13
|
|
BuildRequires: libgphoto-devel >= %{version}
|
|
BuildRequires: libjpeg-devel
|
|
BuildRequires: libltdl-devel
|
|
BuildRequires: libncurses-devel
|
|
BuildRequires: libpopt-devel
|
|
BuildRequires: libreadline-devel
|
|
BuildRequires: libslang-devel
|
|
BuildRequires: libusb-devel >= 0.1.7
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: libXau-devel
|
|
BuildRequires: libxcb-devel
|
|
BuildRequires: libXdmcp-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
The command line interface to libgphoto. It allows almost everything that libgphoto2 can do.
|
|
|
|
%prep
|
|
%setup -q -n gphoto2-%{version}
|
|
|
|
%build
|
|
%configure
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%{find_lang} gphoto2
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files -f gphoto2.lang
|
|
%defattr(-,root,root)
|
|
%{_bindir}/gphoto2
|
|
%dir %{_docdir}/gphoto2
|
|
%{_docdir}/gphoto2/test-hook.sh
|
|
%{_mandir}/man1/gphoto2*
|
|
|
|
%changelog
|
|
* Wed Nov 02 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.11-1mamba
|
|
- update to 2.4.11
|
|
|
|
* Fri Dec 10 2010 Automatic Build System <autodist@mambasoft.it> 2.4.10-1mamba
|
|
- update to 2.4.10
|
|
|
|
* Tue May 11 2010 Automatic Build System <autodist@mambasoft.it> 2.4.9-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Thu Oct 01 2009 Automatic Build System <autodist@mambasoft.it> 2.4.7-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Fri Jul 31 2009 Automatic Build System <autodist@mambasoft.it> 2.4.5-2mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Wed Jul 22 2009 Automatic Build System <autodist@mambasoft.it> 2.4.5-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Mon May 18 2009 Automatic Build System <autodist@mambasoft.it> 2.4.4-2mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Thu Feb 05 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.4-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sat Nov 01 2008 gil <puntogil@libero.it> 2.4.3-1mamba
|
|
- update to 2.4.3
|
|
|
|
* Mon Jul 21 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.2-2mamba
|
|
- updated vendor, distribution and packager fields
|
|
|
|
* Sun Jul 20 2008 gil <puntogil@libero.it> 2.4.2-1mamba
|
|
- update to 2.4.2
|
|
|
|
* Thu Jun 29 2006 Davide Madrisan <davide.madrisan@qilinux.it> 2.2.0-1qilnx
|
|
- update to version 2.2.0 by autospec
|
|
|
|
* Fri Dec 16 2005 Alessandro Ramazzina <alessandro.ramazzina@qilinux.it> 2.1.6-1qilnx
|
|
- update to version 2.1.6 by autospec
|
|
|
|
* Thu Apr 08 2004 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.4-1qilnx
|
|
- new version build
|
|
|
|
* Thu Jan 01 2004 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.3-1qilnx
|
|
- first build
|