libgpod-vl.spec 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. Summary: Library to access the iPod
  2. Summary(ja): iPod にアクセスするためのライブラリ
  3. Name: libgpod
  4. Version: 0.7.2
  5. Release: 1%{?_dist_release}
  6. Group: System Environment/Libraries
  7. License: LGPL
  8. Buildroot: %{_tmppath}/%{name}-%{version}-root
  9. Source: %{name}-%{version}.tar.gz
  10. URL: http://www.gtkpod.org/libgpod.html
  11. BuildRequires: glib2-devel >= 2.8.0
  12. BuildRequires: libffi-devel
  13. #BuildRequires: dbus-devel >= 0.61
  14. BuildRequires: gtk-doc
  15. %description
  16. libgpod is a library meant to abstract access to an iPod content. It
  17. provides an easy to use API to retrieve the list of files and playlist
  18. stored on an iPod, to modify them and to save them back to the iPod.
  19. %package devel
  20. Summary: Support files necessary to compile applications with libgpod.
  21. Summary(ja): libgpod を使うアプリケーションのコンパイルに必要なファイル.
  22. Group: Development/Libraries
  23. Requires: libgpod = %{version}-%{release}
  24. Requires: glib2-devel >= 2.8.0
  25. %description devel
  26. Libraries, headers, and support files necessary to compile applications
  27. using libgpod.
  28. %description -l ja devel
  29. libgpod を使ったアプリケーションのコンパイルに必要なライブラリ,
  30. ヘッダファイルなどが含まれています.
  31. %prep
  32. %setup -q
  33. %build
  34. %configure
  35. make %{?_smp_mflags}
  36. %install
  37. if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi
  38. %makeinstall
  39. %find_lang %{name}
  40. rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.{a,la}
  41. %clean
  42. if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi
  43. %post -p /sbin/ldconfig
  44. %postun -p /sbin/ldconfig
  45. %files -f %{name}.lang
  46. %defattr(644,root,root,755)
  47. %doc AUTHORS ChangeLog COPYING README
  48. %{_libdir}/lib*.so.*
  49. %files devel
  50. %defattr(644,root,root,755)
  51. %{_libdir}/lib*.so
  52. %{_libdir}/pkgconfig/*.pc
  53. %{_includedir}/*
  54. %{_datadir}/gtk-doc/html/libgpod
  55. %changelog
  56. * Wed Jun 10 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.2-1
  57. - new upstream release
  58. - remove static library
  59. * Sat Oct 11 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.0-3vl5
  60. - added BuildRequires: libffi-devel
  61. * Thu Oct 09 2008 Shu KONNO <owa@bg.wakwak.com> 0.6.0-2vl5
  62. - spec in utf-8
  63. * Thu Apr 10 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.0-1vl5
  64. - applied new versioning policy
  65. * Thu Jan 03 2008 Satoshi MACHINO <machino@vinelinux.org> 0.6.0-0vl1
  66. - new upstream release
  67. * Tue May 29 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.4.2-0vl2
  68. - for VineSeedPlus
  69. - new upstream release
  70. - built with new toolchain
  71. * Sun Oct 1 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.4.0-0vl1
  72. - new upstream release
  73. - build with dbus-0.62
  74. * Mon Mar 13 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.2-0vl1
  75. - new upstream release
  76. - build with dbus-0.61
  77. * Wed Dec 14 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.3.0-0vl1
  78. - initial package