gphoto2-vl.spec 7.5 KB

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