totem-pl-parser-vl.spec 5.8 KB

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