telepathy-mission-control-vl.spec 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. Summary: Central control for Telepathy connection manager
  2. Name: telepathy-mission-control
  3. Version: 5.16.3
  4. Release: 2%{?_dist_release}
  5. Group: System Environment/Libraries
  6. License: LGPLv2
  7. URL: http://mission-control.sourceforge.net/
  8. Source0: http://prdownloads.sourceforge.net/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-glib-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 --disable-static
  43. make %{?_smp_mflags}
  44. %install
  45. rm -rf $RPM_BUILD_ROOT
  46. make install DESTDIR=$RPM_BUILD_ROOT
  47. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
  48. #need to own this dir
  49. mkdir -p $RPM_BUILD_ROOT%{_datadir}/mission-control/profiles
  50. %clean
  51. rm -rf $RPM_BUILD_ROOT
  52. %post -p /sbin/ldconfig
  53. %postun
  54. /sbin/ldconfig
  55. if [ $1 -eq 0 ]; then
  56. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  57. fi
  58. %posttrans
  59. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  60. %files
  61. %defattr(-,root,root,-)
  62. %doc AUTHORS ChangeLog COPYING
  63. %{_bindir}/*
  64. %dir %{_datadir}/mission-control/profiles
  65. %{_libdir}/libmission-control-plugins.so.*
  66. %{_datadir}/dbus-1/services/*.service
  67. %{_datadir}/glib-2.0/schemas/im.telepathy.MissionControl.FromEmpathy.gschema.xml
  68. %{_libexecdir}/mission-control-5
  69. %{_mandir}/*
  70. %files devel
  71. %defattr(-,root,root,-)
  72. %{_includedir}/*
  73. %{_libdir}/libmission-control-plugins.so
  74. %{_libdir}/pkgconfig/*.pc
  75. %doc %{_datadir}/gtk-doc/html/mission-control-plugins
  76. %changelog
  77. * Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.16.3-2
  78. - remove BuildRequires: libtelepathy-devel
  79. * Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.16.3-1
  80. - new upstream release
  81. * Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.16.1-1
  82. - new upstream release
  83. - add Patch0 (0001-Remove-support-for-UPower.patch)
  84. - remove BuildRequires upower-devel
  85. * Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.16.0-2
  86. - rebuild with VineSeed environment
  87. * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.16.0-1
  88. - new upstream release
  89. * Sat Aug 31 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.14.1-1
  90. - new upstream release
  91. * Fri Oct 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.14.0-1
  92. - new upstream release
  93. * Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.12.3-1
  94. - new upstream release
  95. * Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.12.0-1
  96. - new upstream release
  97. * Sat Dec 31 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.10.1-1
  98. - new upstream release
  99. - add BuildRequires: NetworkManager-glib-devel, upower-devel
  100. * Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.8.1-1
  101. - new upstream release
  102. * Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.7.11-1
  103. - new upstream release
  104. * Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.6.0-1
  105. - new upstream release
  106. - fix %files
  107. * Sun Oct 03 2010 Shu KONNO <owa@bg.wakwak.com> 5.3.2-2
  108. - rebuilt with rpm-4.8.1 for pkg-config
  109. * Sat Nov 7 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.3.2-1
  110. - new upstream release
  111. * Tue Sep 30 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 4.65-1
  112. - initial build for Vine Linux
  113. * Thu May 29 2008 Sindre Pedersen Bjørdal <sindrepb@fedoraproject.org> - 4.65-2
  114. - Update to new upstream release (4.65)
  115. * Mon Mar 17 2008 Matej Cepl <mcepl@redhat.com> 4.64-1
  116. - Upgrade to the current upstream release (4.64) (Resolves: #437766)
  117. - Fix building on x86_64 (upstream libtool is not aware of /usr/lib64 and
  118. produces rpaths)
  119. - Fix invalid License tag.
  120. * Mon Mar 10 2008 Peter Gordon <peter@thecodergeek.com> - 4.63-1
  121. - Update to new upstream release (4.63)
  122. * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 4.55-2
  123. - Autorebuild for GCC 4.3
  124. * Tue Jan 15 2008 Peter Gordon <peter@thecodergeek.com> - 4.55-1
  125. - Update to new upstream release (4.55)
  126. - Drop obsolete 64-bit patch.
  127. - size_t_vs_guint.patch
  128. * Sat Dec 15 2007 Peter Gordon <peter@thecodergeek.com> - 4.51-1
  129. - Update to new upstream release (4.51)
  130. * Mon Nov 12 2007 Sindre Pedersen Bjørdal <foolish@guezz.net> - 4.49-1
  131. - Bump to latest release
  132. * Sun Aug 26 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 4.35-1
  133. - Bump to latest release
  134. * Thu Jun 14 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 4.24-3
  135. - New release
  136. - Remove patch, applied upstream
  137. * Sat Jun 02 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 4.22-2
  138. - Add missing requires on -devel package
  139. * Sat May 26 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 4.22-1
  140. - Initial build