totem-pl-parser-vl.spec 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. Name: totem-pl-parser
  2. Version: 3.4.2
  3. Release: 1%{?_dist_release}
  4. Summary: Totem Playlist Parser library
  5. Summary(ja): Totem プレイリスト解析ライブラリ
  6. Group: System Environment/Libraries
  7. License: LGPLv2+
  8. URL: http://www.gnome.org/projects/totem/
  9. Source0: http://ftp.gnome.org/pub/gnome/sources/%{name}/3.4/%{name}-%{version}.tar.xz
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. Obsoletes: totem-plparser
  12. BuildRequires: gettext
  13. BuildRequires: gtk3-devel
  14. BuildRequires: evolution-data-server-devel
  15. BuildRequires: gmime-devel
  16. BuildRequires: gobject-introspection-devel
  17. BuildRequires: libarchive-devel
  18. BuildRequires: libquvi-devel
  19. BuildRequires: sqlite3-devel
  20. BuildRequires: perl-XML-Parser
  21. Vendor: Project Vine
  22. Distribution: Vine Linux
  23. Packager: Takemikaduchi
  24. %description
  25. A library to parse and save playlists, as used in music and movie players.
  26. %package devel
  27. Summary: Development files for %{name}
  28. Group: Development/Libraries
  29. Obsoletes: totem-devel < 3.0.0
  30. Requires: %{name} = %{version}-%{release}
  31. Requires: pkgconfig
  32. Requires: gnome-vfs2-devel
  33. Requires: gtk3-devel
  34. Requires: evolution-data-server-devel
  35. Requires: libxml2-devel
  36. Requires: gmime-devel
  37. Requires: quvi-devel
  38. Requires: libarchive-devel
  39. %description devel
  40. The %{name}-devel package contains libraries and header files for
  41. developing applications that use %{name}.
  42. %prep
  43. %setup -q
  44. %build
  45. %configure --enable-static=no --enable-introspection=yes
  46. make %{?_smp_mflags}
  47. %install
  48. rm -rf $RPM_BUILD_ROOT
  49. make install DESTDIR=$RPM_BUILD_ROOT
  50. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
  51. %find_lang %{name} --with-gnome
  52. %clean
  53. rm -rf $RPM_BUILD_ROOT
  54. %post -p /sbin/ldconfig
  55. %postun -p /sbin/ldconfig
  56. %files -f %{name}.lang
  57. %defattr(-,root,root,-)
  58. %doc AUTHORS COPYING.LIB NEWS README
  59. %{_libdir}/*.so.*
  60. %{_libdir}/girepository-1.0
  61. %files devel
  62. %defattr(-,root,root,-)
  63. %{_includedir}/*
  64. %{_libdir}/*.so
  65. %{_libdir}/pkgconfig/*.pc
  66. %{_datadir}/gtk-doc/html/totem-pl-parser
  67. %{_datadir}/gir-1.0
  68. %changelog
  69. * Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
  70. - new upstream release
  71. * Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
  72. - new upstream release
  73. - change BuildRequires: gtk3-devel instead of gtk2-devel
  74. * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.6-1
  75. - new upstream release
  76. * Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.5-1
  77. - new upstream release
  78. - add BuildRequires: libarchive-devel
  79. - add Requires: libarchive-devel (-devel package)
  80. * Fri Aug 12 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.4-2
  81. - add BuildRequires: quvi-devel
  82. - add Patch0 (totem-pl-parser-2.32.4-support-quvi.patch)
  83. - add Requires: quvi-devel (-devel package)
  84. * Thu May 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.4-1
  85. - new upstream release
  86. * Tue Feb 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.3-1
  87. - new upstream release
  88. * Sat Jan 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.2-1
  89. - new upstream release
  90. * Sat Nov 06 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1-1
  91. - new upstream release
  92. * Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
  93. - new upstream release
  94. - add BuildRequires: gobject-introspection-devel
  95. - add configure option (--enable-introspection=yes)
  96. * Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-2
  97. - rebuild with rpm-4.8.1 for pkg-config file
  98. * Mon Jun 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
  99. - new upstream release
  100. * Sun Apr 04 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
  101. - new upstream release
  102. - add BuildRequires: gmime-devel >= 2.4
  103. * Thu May 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2-1
  104. - new upstream release
  105. * Sat Apr 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.1-1
  106. - new upstream release
  107. * Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
  108. - new upstream release
  109. * Sun Jan 04 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 2.24.3-2
  110. - added BuildRequires: sqlite3-devel
  111. * Sun Dec 14 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.3-1
  112. - new upstream release
  113. - built with evolution-data-server-2.24.2
  114. * Wed Oct 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.1-3
  115. - build with evolution-data-server-2.24.1
  116. * Tue Oct 14 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.1-2
  117. - added Japanese summary
  118. - added Requires: evolution-data-server-devel, libxml2-devel to devel package
  119. * Sat Oct 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.1-1
  120. - new upstream release
  121. * Wed Sep 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
  122. - new upstream release
  123. * Mon May 12 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.22.3-1
  124. - new upstream release
  125. * Thu Apr 10 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.22.2-1vl5
  126. - new upstream release
  127. * Wed Apr 3 2008 - Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.22.1-1vl5
  128. - Initial build for Vine Linux
  129. * Mon Mar 10 2008 - Bastien Nocera <bnocera@redhat.com> - 2.22.1-1
  130. - Update to 2.22.1
  131. * Mon Mar 10 2008 - Bastien Nocera <bnocera@redhat.com> - 2.22.0-1
  132. - Update to 2.22.0
  133. * Sun Feb 24 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.92-1
  134. - Update to 2.21.92
  135. * Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.21.91-3
  136. - Autorebuild for GCC 4.3
  137. * Tue Jan 29 2008 - Matthew Barnes <mbarnes@redhat.com> - 2.21.21-2
  138. - Rebuild against newer libcamel-1.2.
  139. * Mon Jan 21 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.91-1
  140. - Update to 2.21.91
  141. * Mon Jan 07 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.90-1
  142. - Update to 2.21.90
  143. * Thu Dec 06 2007 - Bastien Nocera <bnocera@redhat.com> - 2.21.6-1
  144. - First package