gphoto2-vl.spec 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276
  1. Summary: Software for accessing digital cameras
  2. Summary(ja): デジタルカメラにアクセスするためのソフトウェア
  3. Name: gphoto2
  4. Version: 2.5.6
  5. Release: 1%{?_dist_release}
  6. License: GPLv2+
  7. Group: Applications/Multimedia
  8. URL: http://www.gphoto.org/
  9. Source: http://prdownloads.sourceforge.net/gphoto/%{name}-%{version}.tar.bz2
  10. ExcludeArch: s390 s390x
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. BuildRequires: libexif-devel >= 0.6.13
  13. BuildRequires: libgphoto2-devel >= 2.5.6
  14. BuildRequires: libjpeg-turbo-devel
  15. BuildRequires: findutils perl
  16. BuildRequires: popt-devel
  17. BuildRequires: readline-devel
  18. BuildRequires: gettext
  19. Vendor: Project Vine
  20. Distribution: Vine Linux
  21. %description
  22. The gPhoto2 project is a universal, free application and library
  23. framework that lets you download images from several different
  24. digital camera models, including the newer models with USB
  25. connections. Note that
  26. a) for some older camera models you must use the old "gphoto" package.
  27. b) for USB mass storage models you must use the driver in the kernel
  28. This package contains the command-line utility gphoto2
  29. Other (GUI) frontends are available separately.
  30. %description -l ja
  31. gphoto2 は様々なデジタルカメラから画像をとりだすためのフリーの
  32. アプリケーションとライブラリフレームワークです。古いカメラによっては
  33. 古い gphoto パッケージが必要です。USB マスストレージとしてアクセス
  34. するカメラの場合は、カーネル内のドライバを利用します。
  35. このパッケージには gphoto2 のコマンドラインユーティリティが含まれて
  36. います。
  37. %prep
  38. %setup -q
  39. %build
  40. %configure
  41. make %{?_smp_mflags}
  42. mv ChangeLog ChangeLog.tmp
  43. iconv -f iso8859-1 -t utf-8 < ChangeLog.tmp > ChangeLog
  44. rm -f ChangeLog.tmp
  45. %install
  46. rm -rf $RPM_BUILD_ROOT
  47. make mandir=%{_mandir} DESTDIR=$RPM_BUILD_ROOT install
  48. rm -rf %{buildroot}%{_docdir}/%{name}/*.sh
  49. %find_lang %{name}
  50. %clean
  51. rm -rf $RPM_BUILD_ROOT
  52. %files -f %{name}.lang
  53. %defattr(-,root,root)
  54. %doc AUTHORS README COPYING
  55. %{_bindir}/gphoto2
  56. %{_mandir}/man1/gphoto2.1*
  57. %changelog
  58. * Fri Feb 20 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.5.6-1
  59. - updated to 2.5.6
  60. - built with libgphoto2 2.5.7
  61. - removed BR: slang-devel
  62. - added BR: readline-devel
  63. * Fri Jan 11 2013 IWAI, Masaharu <iwai@alib.jp> 2.5.0-1
  64. - update to 2.5.0
  65. - BR: libgphoto2-devel >= 2.5.0
  66. - add Vendor and Distribution tags
  67. * Wed Jun 01 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.11-1
  68. - update to 2.4.11-1
  69. - BR: libgphoto2-devel >= 2.4.11
  70. * Fri Apr 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.5-2
  71. - rebuild with rpm-4.8.1
  72. - add BuildRequires: popt-devel, libjpeg-turbo-devel
  73. * Wed May 27 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.5-1
  74. - new upstream release
  75. - disable aalib support
  76. - remove BR: aalib-devel, gpm-devel
  77. * Thu Jul 03 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.1-1
  78. - new upstream release
  79. - split libgphoto2 to standalone package
  80. - remove -devel subpackage. gphoto2 libs are now provided from libgphoto2
  81. * Sat May 17 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.3.1-2
  82. - add BuildRequires gpm-devel, aalib-devel, hal-devel, libtool-ltdl-devel
  83. - add BuildRequires slang-devel
  84. * Mon May 12 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.3.1-1
  85. - applied new versioning policy
  86. - removed lib*.la files from devel package
  87. * Wed Jun 20 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.3.1-0vl1
  88. - new upstream release
  89. - use source tarball "gphoto-suite"
  90. - add BuildRequires: popt
  91. * Mon Jan 29 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.1.5-0vl2
  92. - rebuild for VineSeed Plus
  93. * Wed Feb 16 2005 Masaki Shinomiya <shino@pos.to> 2.1.5-0vl1
  94. - new upstream release, bugfix: postun, change_owner
  95. * Mon Nov 24 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 2.1.3-0vl3
  96. - modified gphot2-addmap
  97. * Sun Nov 16 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 2.1.3-0vl2
  98. - merged with
  99. * Thu Jun 12 2003 Masaki Shinomiya <shino@pos.to> 2.0-0vl2
  100. - bugfix in post and postun script
  101. - omit buildreq transfig
  102. - license LGPL to GPL
  103. * Sun Jan 19 2003 Masaki Shinomiya <shino@pos.to> 2.0-0vl1
  104. - gphot2-addmap, change_owner, both for murasaki
  105. - manual-2.1
  106. - omit prereq or requires: hotplug, lockdev, pkgconfig
  107. * Tue Nov 11 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 2.1.3-0vl1
  108. - source update
  109. - modified for Vine
  110. * Tue Sep 16 2003 Tim Waugh <twaugh@redhat.com> 2.1.2-1
  111. - 2.1.2.
  112. * Wed Aug 6 2003 Elliot Lee <sopwith@redhat.com> 2.1.1-4
  113. - Fix libtool
  114. * Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
  115. - rebuilt
  116. * Thu Mar 20 2003 Tim Waugh <twaugh@redhat.com> 2.1.1-2
  117. - Ship print-usb-usermap, fix post scriptlet.
  118. * Thu Mar 20 2003 Tim Waugh <twaugh@redhat.com> 2.1.1-1
  119. - Use installed libtool.
  120. - 2.1.1.
  121. * Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de>
  122. - only package man3 in devel rpm
  123. * Wed Jan 22 2003 Tim Powers <timp@redhat.com>
  124. - rebuilt
  125. * Sun Dec 01 2002 Florian La Roche <Florian.LaRoche@redhat.de>
  126. - remove some old mainframe ifdefs
  127. * Tue Nov 19 2002 Tim Waugh <twaugh@redhat.com> 2.1.0-5
  128. - Fix file lists.
  129. - Don't install files not shipped.
  130. - Rebuild in new environment.
  131. * Wed Jul 24 2002 Tim Waugh <twaugh@redhat.com> 2.1.0-4
  132. - Rebuild, just in case (readline).
  133. * Thu Jul 18 2002 Tim Waugh <twaugh@redhat.com> 2.1.0-3
  134. - Own some more directories.
  135. * Fri Jun 28 2002 Tim Waugh <twaugh@redhat.com> 2.1.0-2
  136. - Don't use -rpath (bug #65983).
  137. * Tue Jun 25 2002 Tim Waugh <twaugh@redhat.com> 2.1.0-1
  138. - 2.1.0.
  139. - No longer need cvsfixes or consolelock patches.
  140. * Fri Jun 21 2002 Tim Powers <timp@redhat.com> 2.0-9
  141. - automated rebuild
  142. * Thu May 23 2002 Tim Powers <timp@redhat.com> 2.0-8
  143. - automated rebuild
  144. * Thu May 9 2002 Tim Waugh <twaugh@redhat.com> 2.0-7
  145. - Require lockdev (bug #64193).
  146. * Mon Apr 29 2002 Tim Waugh <twaugh@redhat.com> 2.0-6
  147. - In fact, don't even build for mainframe.
  148. * Mon Apr 29 2002 Florian La Roche <Florian.LaRoche@redhat.de> 2.0-5
  149. - do not require hotplug for mainframe
  150. * Mon Apr 15 2002 Nalin Dahyabhai <nalin@redhat.com> 2.0-4
  151. - Set the owner of the device to the console lock holder, not the owner
  152. of /dev/console, in the hotplug agent, fixing access for users who log
  153. in at VTs and use startx (#62976).
  154. * Fri Apr 12 2002 Tim Waugh <twaugh@redhat.com> 2.0-3
  155. - Rebuild (fixed bug #63355).
  156. * Wed Feb 27 2002 Tim Waugh <twaugh@redhat.com> 2.0-2
  157. - Fix from CVS: close port unconditionally in gp_camera_exit().
  158. * Mon Feb 25 2002 Tim Waugh <twaugh@redhat.com> 2.0-1
  159. - 2.0 is released.
  160. - Ship the .so symlinks in the devel package.
  161. * Mon Feb 25 2002 Tim Waugh <twaugh@redhat.com> 2.0-0.rc4.1
  162. - 2.0rc4.
  163. * Fri Feb 22 2002 Tim Waugh <twaugh@redhat.com> 2.0-0.rc3.1
  164. - 2.0rc3. No longer need CVS patch.
  165. - Build no longer requires xmlto.
  166. * Thu Feb 21 2002 Tim Waugh <twaugh@redhat.com> 2.0-0.rc2.2
  167. - Fix DC240 hangs (patch from CVS).
  168. - Rebuild in new environment.
  169. * Tue Feb 19 2002 Tim Waugh <twaugh@redhat.com> 2.0-0.rc2.1
  170. - 2.0rc2 (bug #59993). No longer need docs patch or man page.
  171. - Really fix up libtool libraries (bug #60002).
  172. * Fri Feb 15 2002 Tim Waugh <twaugh@redhat.com> 2.0-0.beta5.2
  173. - PreReq /sbin/ldconfig, grep, and fileutils (bug #59941).
  174. * Tue Feb 12 2002 Tim Waugh <twaugh@redhat.com> 2.0-0.beta5.1
  175. - 2.0beta5.
  176. - Fix Makefiles so that documentation can be built.
  177. - Ship pkgconfig file.
  178. - Add man page.
  179. * Thu Feb 7 2002 Tim Waugh <twaugh@redhat.com> 2.0-0.beta4.1
  180. - 2.0beta4.
  181. - Build requires transfig, and at least version 0.1.5 of libusb.
  182. - Clean up file lists.
  183. - Build documentation.
  184. * Fri Jan 25 2002 Tim Waugh <twaugh@redhat.com> 2.0-0.beta3.2
  185. - Rebuild in new environment.
  186. - Dump docbook-dtd30-sgml requirement; gtk-doc is sufficient.
  187. * Sun Nov 18 2001 Tim Waugh <twaugh@redhat.com> 2.0-0.beta3.1
  188. - Adapted for Red Hat Linux.
  189. * Sat Oct 27 2001 Hans Ulrich Niedermann <gp@n-dimensional.de>
  190. - fixed update behaviour for hotplug list (do not erase it when updating)
  191. * Thu Oct 25 2001 Tim Waugh <twaugh@redhat.com>
  192. - hotplug dependency is a prereq not a requires (the package scripts
  193. need it).
  194. * Sun Oct 14 2001 Hans Ulrich Niedermann <gp@n-dimensional.de>
  195. - integrated spec file into source package
  196. * Sun Oct 14 2001 Hans Ulrich Niedermann <gp@n-dimensional.de>
  197. - 2.0beta3
  198. * Tue Oct 2 2001 Tim Waugh <twaugh@redhat.com> 2.0beta2-0.1
  199. - Adapted for Red Hat Linux.
  200. - 2.0beta2.
  201. * Mon Aug 6 2001 Till Kamppeter <till@mandrakesoft.com> 2.0-0.beta1.2mdk
  202. - Corrected "Requires:"
  203. * Mon Aug 6 2001 Till Kamppeter <till@mandrakesoft.com> 2.0-0.beta1.1mdk
  204. - Initial release