gupnp-vl.spec 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. Name: gupnp
  2. Version: 1.2.2
  3. Release: 1%{?_dist_release}
  4. Summary: A framework for creating UPnP devices & control points
  5. Summary(ja): UPnP デバイス及びコントロールポイントを作成するためのフレームワーク
  6. Group: System Environment/Libraries
  7. Vendor: Project Vine
  8. Distribution: Vine Linux
  9. License: LGPLv2+
  10. URL: https://wiki.gnome.org/Projects/GUPnP
  11. %global shortver %(echo %{version} | sed -e 's/\.[0-9]*$//')
  12. Source0: https://download.gnome.org/sources/gupnp/%{shortver}/%{name}-%{version}.tar.xz
  13. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  14. BuildRequires: gssdp-devel
  15. BuildRequires: gtk-doc
  16. BuildRequires: gobject-introspection-devel
  17. BuildRequires: gsettings-desktop-schemas
  18. BuildRequires: libsoup-devel
  19. BuildRequires: libxml2-devel
  20. BuildRequires: libuuid-devel
  21. BuildRequires: meson
  22. BuildRequires: vala
  23. Requires: dbus
  24. %description
  25. GUPnP is an object-oriented open source framework for creating UPnP
  26. devices and control points, written in C using GObject and libsoup.
  27. The GUPnP API is intended to be easy to use, efficient and flexible.
  28. %package devel
  29. Summary: Development package for gupnp
  30. Summary(ja): gupnp の開発パッケージ
  31. Group: Development/Libraries
  32. Requires: %{name} = %{version}-%{release}
  33. %description devel
  34. Files for development with %{name}.
  35. %package docs
  36. Summary: Documentation files for %{name}
  37. Summary(ja): Documentation files for %{name}
  38. Group: Development/Libraries
  39. Requires: %{name} = %{version}-%{release}
  40. Requires: gtk-doc
  41. %description docs
  42. This package contains developer documentation for %{name}.
  43. %prep
  44. %setup -q
  45. %meson \
  46. -Dcontext_manager=network-manager \
  47. -Dgtk_doc=true
  48. %meson_build
  49. %install
  50. rm -rf %{buildroot}
  51. %meson_install
  52. %check
  53. %meson_test
  54. %clean
  55. rm -rf %{buildroot}
  56. %post -p /sbin/ldconfig
  57. %postun -p /sbin/ldconfig
  58. %files
  59. %defattr(-,root,root,-)
  60. %license COPYING
  61. %doc AUTHORS README
  62. %{_libdir}/libgupnp-%{shortver}.so.*
  63. %{_libdir}/girepository-1.0/GUPnP-%{shortver}.typelib
  64. %files devel
  65. %defattr(-,root,root,-)
  66. %{_bindir}/gupnp-binding-tool-%{shortver}
  67. %{_includedir}/gupnp-%{shortver}/
  68. %{_libdir}/libgupnp-%{shortver}.so
  69. %{_libdir}/pkgconfig/gupnp-%{shortver}.pc
  70. %dir %{_datadir}/gir-1.0
  71. %{_datadir}/gir-1.0/GUPnP-%{shortver}.gir
  72. %dir %{_datadir}/vala
  73. %dir %{_datadir}/vala/vapi
  74. %{_datadir}/vala/vapi/%{name}*
  75. %{_mandir}/man1/gupnp-binding-tool-%{shortver}.1*
  76. %files docs
  77. %defattr(-,root,root,-)
  78. %dir %{_datadir}/gtk-doc
  79. %dir %{_datadir}/gtk-doc/html
  80. %doc %{_datadir}/gtk-doc/html/%{name}
  81. %changelog
  82. * Sat Apr 25 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.2.2-1
  83. - new upstream release.
  84. * Sun Oct 03 2010 Shu KONNO <owa@bg.wakwak.com> 0.13.1-2
  85. - rebuilt with rpm-4.8.1 for pkg-config
  86. * Mon Oct 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.13.1-1
  87. - initial build for Vine Linux
  88. * Wed Oct 7 2009 Peter Robinson <pbrobinson@gmail.com> 0.13.1-1
  89. - Update to 0.13.1
  90. * Thu Sep 17 2009 Bastien Nocera <bnocera@redhat.com> 0.13.0-1
  91. - Update to 0.13.0
  92. * Mon Aug 31 2009 Peter Robinson <pbrobinson@gmail.com> 0.12.8-4
  93. - some spec file cleanups, depend on libuuid instead of e2fsprogs-devel
  94. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.8-3
  95. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  96. * Wed Jul 1 2009 Peter Robinson <pbrobinson@gmail.com> 0.12.8-2
  97. - Rebuild with new libuuid build req
  98. * Wed Jun 3 2009 Peter Robinson <pbrobinson@gmail.com> 0.12.8-1
  99. - New upstream release
  100. * Mon Apr 27 2009 Peter Robinson <pbrobinson@gmail.com> 0.12.7-1
  101. - New upstream release
  102. * Wed Mar 4 2009 Peter Robinson <pbrobinson@gmail.com> 0.12.6-4
  103. - Move docs to noarch sub package
  104. * Mon Mar 2 2009 Peter Robinson <pbrobinson@gmail.com> 0.12.6-3
  105. - Add some extra -devel Requires packages
  106. * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.6-2
  107. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  108. * Mon Feb 23 2009 Peter Robinson <pbrobinson@gmail.com> 0.12.6-1
  109. - New upstream release
  110. * Wed Jan 14 2009 Peter Robinson <pbrobinson@gmail.com> 0.12.5-1
  111. - New upstream release
  112. * Thu Dec 18 2008 Peter Robinson <pbrobinson@gmail.com> 0.12.4-3
  113. - Add gtk-doc build req
  114. * Sat Nov 22 2008 Peter Robinson <pbrobinson@gmail.com> 0.12.4-2
  115. - Fix summary
  116. * Mon Nov 17 2008 Peter Robinson <pbrobinson@gmail.com> 0.12.4-1
  117. - New upstream release
  118. * Mon Oct 27 2008 Peter Robinson <pbrobinson@gmail.com> 0.12.3-1
  119. - New upstream release
  120. * Mon Oct 20 2008 Colin Walters <walters@verbum.org> 0.12.2-2
  121. - devel package requires gssdp-devel
  122. * Sun Aug 31 2008 Peter Robinson <pbrobinson@gmail.com> 0.12.2-1
  123. - New upstream release
  124. * Thu Aug 28 2008 Peter Robinson <pbrobinson@gmail.com> 0.12.1-7
  125. - Yet again. Interesting it builds fine in mock and not koji
  126. * Thu Aug 28 2008 Peter Robinson <pbrobinson@gmail.com> 0.12.1-6
  127. - Once more with feeling
  128. * Thu Aug 28 2008 Peter Robinson <pbrobinson@gmail.com> 0.12.1-5
  129. - Second go
  130. * Thu Aug 28 2008 Peter Robinson <pbrobinson@gmail.com> 0.12.1-4
  131. - Fix build on rawhide
  132. * Wed Aug 13 2008 Peter Robinson <pbrobinson@gmail.com> 0.12.1-3
  133. - Fix changelog entries
  134. * Wed Aug 13 2008 Peter Robinson <pbrobinson@gmail.com> 0.12.1-2
  135. - Fix a compile issue on rawhide
  136. * Mon Jun 16 2008 Peter Robinson <pbrobinson@gmail.com> 0.12.1-1
  137. - Initial release