gphoto2-vl.spec 7.3 KB

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