From 7a2b6b931a9fe9bcfcb64f306290b324905c5b9e Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 23:22:38 +0100 Subject: [PATCH] update to 2.4.11 [release 2.4.11-1mamba;Wed Nov 02 2011] --- README.md | 2 ++ gphoto.spec | 102 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 104 insertions(+) create mode 100644 gphoto.spec diff --git a/README.md b/README.md index a1006eb..41c322f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # gphoto +The command line interface to libgphoto. It allows almost everything that libgphoto2 can do. + diff --git a/gphoto.spec b/gphoto.spec new file mode 100644 index 0000000..10a1e7f --- /dev/null +++ b/gphoto.spec @@ -0,0 +1,102 @@ +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 +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 2.4.11-1mamba +- update to 2.4.11 + +* Fri Dec 10 2010 Automatic Build System 2.4.10-1mamba +- update to 2.4.10 + +* Tue May 11 2010 Automatic Build System 2.4.9-1mamba +- automatic update by autodist + +* Thu Oct 01 2009 Automatic Build System 2.4.7-1mamba +- automatic update by autodist + +* Fri Jul 31 2009 Automatic Build System 2.4.5-2mamba +- automatic rebuild by autodist + +* Wed Jul 22 2009 Automatic Build System 2.4.5-1mamba +- automatic update by autodist + +* Mon May 18 2009 Automatic Build System 2.4.4-2mamba +- automatic rebuild by autodist + +* Thu Feb 05 2009 Silvan Calarco 2.4.4-1mamba +- automatic update by autodist + +* Sat Nov 01 2008 gil 2.4.3-1mamba +- update to 2.4.3 + +* Mon Jul 21 2008 Silvan Calarco 2.4.2-2mamba +- updated vendor, distribution and packager fields + +* Sun Jul 20 2008 gil 2.4.2-1mamba +- update to 2.4.2 + +* Thu Jun 29 2006 Davide Madrisan 2.2.0-1qilnx +- update to version 2.2.0 by autospec + +* Fri Dec 16 2005 Alessandro Ramazzina 2.1.6-1qilnx +- update to version 2.1.6 by autospec + +* Thu Apr 08 2004 Silvan Calarco 2.1.4-1qilnx +- new version build + +* Thu Jan 01 2004 Silvan Calarco 2.1.3-1qilnx +- first build