coriander-vl.spec 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. Summary: The Gnome IEEE-1394 Digital Camera Controller
  2. Summary(ja): GNOME 用 IEEE1394 デジタルカメラコントローラ
  3. Name: coriander
  4. Version: 2.0.1
  5. Release: 2%{?_dist_release}
  6. License: GPL
  7. Source0: %{name}-%{version}.tar.gz
  8. URL: http://damien.douxchamps.net/ieee1394/coriander/index.php
  9. Group: Applications/Multimedia
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. Prefix: %{_prefix}
  12. BuildRequires: libraw1394-devel >= 0.9.0
  13. BuildRequires: libdc1394-devel >= 2.0.0
  14. BuildRequires: gnome-libs-devel, gdk-pixbuf-devel, SDL-devel, alsa-lib-devel
  15. BuildRequires: libgnomeui-devel, libXv-devel, libSM-devel
  16. %description
  17. Coriander is a GUI for controlling a IEEE1394 Digital Camera.
  18. %description -l ja
  19. Coriander は IEEE1394 デジタルカメラを制御する GUI アプリケーションです.
  20. %prep
  21. %setup
  22. %build
  23. NOCONFIGURE=1 ./autogen.sh
  24. %configure
  25. make
  26. %install
  27. rm -rf $RPM_BUILD_ROOT
  28. mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps
  29. make DESTDIR=$RPM_BUILD_ROOT install
  30. #mv $RPM_BUILD_ROOT%{_prefix}/coriander $RPM_BUILD_ROOT%{_datadir}/pixmaps/coriander
  31. %clean
  32. rm -rf $RPM_BUILD_ROOT
  33. %files
  34. %defattr(-,root,root)
  35. %doc AUTHORS COPYING NEWS ChangeLog README INSTALL TODO
  36. %{_bindir}/*
  37. %{_datadir}/pixmaps/coriander/*
  38. %changelog
  39. * Sat Oct 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.1-2
  40. - rebuild with libraw1394-2.1.0
  41. * Sat Jun 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.1-1
  42. - updated to 2.0.1
  43. * Sat Jun 13 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.0.0-1vl5
  44. - updated to 2.0.0
  45. - changed BuildRequires: libdc1394-devel >= 2.0.0
  46. - added BuildRequires: libgnomeui-devel, libXv-devel, libSM-devel
  47. * Sun Sep 21 2008 Shu KONNO <owa@bg.wakwak.com> 1.0.1-1vl5
  48. - applied new versioning policy, spec in utf-8
  49. * Wed Aug 23 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.1-0vl1
  50. - updated to 1.0.1
  51. - rebuilt with libraw1394-1.2.0 and libdc1394-1.2.1
  52. * Sat Sep 25 2005 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 1.0.0-pre1vl3
  53. - change Copyright: to License:
  54. - add BuildRequires: gnome-libs-devel, gdk-pixbuf-devel, SDL-devel,
  55. alsa-lib-devel
  56. * Sat Nov 6 2004 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.0.0-pre1vl2
  57. - rebuilt with db4-4.2.52
  58. * Mon Mar 22 2004 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.0.0-pre1vl1
  59. - initial rpm package for Vine Linux