telepathy-mission-control-vl.spec 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. Summary: Central control for Telepathy connection manager
  2. Name: telepathy-mission-control
  3. Version: 5.16.4
  4. Release: 1%{?_dist_release}
  5. Group: System Environment/Libraries
  6. License: LGPLv2
  7. URL: http://mission-control.sourceforge.net/
  8. Source0: http://telepathy.freedesktop.org/releases/telepathy-mission-control/%{name}-%{version}.tar.gz
  9. # remove support for upower
  10. Patch0: 0001-Remove-support-for-UPower.patch
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. BuildRequires: GConf2-devel
  13. BuildRequires: dbus-devel
  14. BuildRequires: dbus-glib-devel
  15. BuildRequires: telepathy-glib-devel >= 0.7.37
  16. BuildRequires: NetworkManager-libnm-devel
  17. BuildRequires: libxslt
  18. BuildRequires: python
  19. Vendor: Project Vine
  20. Distribution: Vine Linux
  21. %description
  22. Mission Control, or MC, is a Telepathy component providing a way for
  23. "end-user" applications to abstract some of the details of connection
  24. managers, to provide a simple way to manipulate a bunch of connection
  25. managers at once, and to remove the need to have in each program the
  26. account definitions and credentials.
  27. %package devel
  28. Summary: Development files for %{name}
  29. Group: Development/Libraries
  30. Requires: %{name} = %{version}-%{release}
  31. Requires: telepathy-glib-devel >= 0.7.37
  32. Requires: dbus-devel
  33. Requires: dbus-glib-devel
  34. %description devel
  35. The %{name}-devel package contains libraries and header
  36. files for developing applications that use %{name}.
  37. %prep
  38. %setup -q
  39. #patch0 -p1
  40. %build
  41. autoreconf -if
  42. %configure \
  43. --disable-static \
  44. --with-connectivity=nm
  45. make %{?_smp_mflags}
  46. %install
  47. rm -rf $RPM_BUILD_ROOT
  48. make install DESTDIR=$RPM_BUILD_ROOT
  49. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
  50. #need to own this dir
  51. mkdir -p $RPM_BUILD_ROOT%{_datadir}/mission-control/profiles
  52. %clean
  53. rm -rf $RPM_BUILD_ROOT
  54. %post -p /sbin/ldconfig
  55. %postun
  56. /sbin/ldconfig
  57. if [ $1 -eq 0 ]; then
  58. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  59. fi
  60. %posttrans
  61. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  62. %files
  63. %defattr(-,root,root,-)
  64. %license COPYING
  65. %doc AUTHORS ChangeLog
  66. %{_bindir}/*
  67. %dir %{_datadir}/mission-control/profiles
  68. %{_libdir}/libmission-control-plugins.so.*
  69. %{_datadir}/dbus-1/services/*.service
  70. %{_datadir}/glib-2.0/schemas/im.telepathy.MissionControl.FromEmpathy.gschema.xml
  71. %{_libexecdir}/mission-control-5
  72. %{_mandir}/*
  73. %files devel
  74. %defattr(-,root,root,-)
  75. %{_includedir}/*
  76. %{_libdir}/libmission-control-plugins.so
  77. %{_libdir}/pkgconfig/*.pc
  78. %doc %{_datadir}/gtk-doc/html/mission-control-plugins
  79. %changelog
  80. * Sun Sep 01 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.16.4-1
  81. - new upstream release.
  82. * Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.16.3-2
  83. - remove BuildRequires: libtelepathy-devel
  84. * Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.16.3-1
  85. - new upstream release
  86. * Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.16.1-1
  87. - new upstream release
  88. - add Patch0 (0001-Remove-support-for-UPower.patch)
  89. - remove BuildRequires upower-devel
  90. * Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.16.0-2
  91. - rebuild with VineSeed environment
  92. * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.16.0-1
  93. - new upstream release
  94. * Sat Aug 31 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.14.1-1
  95. - new upstream release
  96. * Fri Oct 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.14.0-1
  97. - new upstream release
  98. * Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.12.3-1
  99. - new upstream release
  100. * Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.12.0-1
  101. - new upstream release
  102. * Sat Dec 31 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.10.1-1
  103. - new upstream release
  104. - add BuildRequires: NetworkManager-glib-devel, upower-devel
  105. * Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.8.1-1
  106. - new upstream release
  107. * Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.7.11-1
  108. - new upstream release
  109. * Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.6.0-1
  110. - new upstream release
  111. - fix %files
  112. * Sun Oct 03 2010 Shu KONNO <owa@bg.wakwak.com> 5.3.2-2
  113. - rebuilt with rpm-4.8.1 for pkg-config
  114. * Sat Nov 7 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.3.2-1
  115. - new upstream release
  116. * Tue Sep 30 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 4.65-1
  117. - initial build for Vine Linux
  118. * Thu May 29 2008 Sindre Pedersen Bjørdal <sindrepb@fedoraproject.org> - 4.65-2
  119. - Update to new upstream release (4.65)
  120. * Mon Mar 17 2008 Matej Cepl <mcepl@redhat.com> 4.64-1
  121. - Upgrade to the current upstream release (4.64) (Resolves: #437766)
  122. - Fix building on x86_64 (upstream libtool is not aware of /usr/lib64 and
  123. produces rpaths)
  124. - Fix invalid License tag.
  125. * Mon Mar 10 2008 Peter Gordon <peter@thecodergeek.com> - 4.63-1
  126. - Update to new upstream release (4.63)
  127. * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 4.55-2
  128. - Autorebuild for GCC 4.3
  129. * Tue Jan 15 2008 Peter Gordon <peter@thecodergeek.com> - 4.55-1
  130. - Update to new upstream release (4.55)
  131. - Drop obsolete 64-bit patch.
  132. - size_t_vs_guint.patch
  133. * Sat Dec 15 2007 Peter Gordon <peter@thecodergeek.com> - 4.51-1
  134. - Update to new upstream release (4.51)
  135. * Mon Nov 12 2007 Sindre Pedersen Bjørdal <foolish@guezz.net> - 4.49-1
  136. - Bump to latest release
  137. * Sun Aug 26 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 4.35-1
  138. - Bump to latest release
  139. * Thu Jun 14 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 4.24-3
  140. - New release
  141. - Remove patch, applied upstream
  142. * Sat Jun 02 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 4.22-2
  143. - Add missing requires on -devel package
  144. * Sat May 26 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 4.22-1
  145. - Initial build