gphoto2-vl.spec 8.3 KB

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