telepathy-mission-control-vl.spec 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. Summary: Central control for Telepathy connection manager
  2. Name: telepathy-mission-control
  3. Version: 5.3.2
  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. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. BuildRequires: GConf2-devel
  11. BuildRequires: libtelepathy-devel
  12. BuildRequires: dbus-devel
  13. BuildRequires: dbus-glib-devel
  14. BuildRequires: telepathy-glib-devel >= 0.7.37
  15. BuildRequires: libxslt
  16. BuildRequires: python
  17. %description
  18. Mission Control, or MC, is a Telepathy component providing a way for
  19. "end-user" applications to abstract some of the details of connection
  20. managers, to provide a simple way to manipulate a bunch of connection
  21. managers at once, and to remove the need to have in each program the
  22. account definitions and credentials.
  23. %package devel
  24. Summary: Development files for %{name}
  25. Group: Development/Libraries
  26. Requires: %{name} = %{version}-%{release}
  27. Requires: libtelepathy-devel
  28. Requires: telepathy-glib-devel >= 0.7.37
  29. Requires: dbus-devel
  30. Requires: dbus-glib-devel
  31. %description devel
  32. The %{name}-devel package contains libraries and header
  33. files for developing applications that use %{name}.
  34. %prep
  35. %setup -q
  36. %build
  37. libtoolize --force --copy
  38. %configure --disable-static
  39. make %{?_smp_mflags}
  40. %install
  41. rm -rf $RPM_BUILD_ROOT
  42. make install DESTDIR=$RPM_BUILD_ROOT
  43. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
  44. #need to own this dir
  45. mkdir -p $RPM_BUILD_ROOT%{_datadir}/mission-control/profiles
  46. %clean
  47. rm -rf $RPM_BUILD_ROOT
  48. %post -p /sbin/ldconfig
  49. %postun -p /sbin/ldconfig
  50. %files
  51. %defattr(-,root,root,-)
  52. %doc AUTHORS ChangeLog COPYING
  53. %{_bindir}/*
  54. %dir %{_datadir}/mission-control/profiles
  55. %{_libdir}/libmcclient-*.so
  56. %{_datadir}/dbus-1/services/*.service
  57. %{_libexecdir}/mission-control-5
  58. %{_mandir}/*
  59. %files devel
  60. %defattr(-,root,root,-)
  61. %{_includedir}/*
  62. %{_libdir}/libmcclient.so
  63. %{_libdir}/pkgconfig/*.pc
  64. %doc %{_datadir}/gtk-doc/html/libmcclient
  65. %doc %{_datadir}/gtk-doc/html/libmissioncontrol-server
  66. %changelog
  67. * Sun Oct 03 2010 Shu KONNO <owa@bg.wakwak.com> 5.3.2-2
  68. - rebuilt with rpm-4.8.1 for pkg-config
  69. * Sat Nov 7 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.3.2-1
  70. - new upstream release
  71. * Tue Sep 30 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 4.65-1
  72. - initial build for Vine Linux
  73. * Tue May 29 2008 Sindre Pedersen Bjørdal <sindrepb@fedoraproject.org> - 4.65-2
  74. - Update to new upstream release (4.65)
  75. * Mon Mar 17 2008 Matej Cepl <mcepl@redhat.com> 4.64-1
  76. - Upgrade to the current upstream release (4.64) (Resolves: #437766)
  77. - Fix building on x86_64 (upstream libtool is not aware of /usr/lib64 and
  78. produces rpaths)
  79. - Fix invalid License tag.
  80. * Mon Mar 10 2008 Peter Gordon <peter@thecodergeek.com> - 4.63-1
  81. - Update to new upstream release (4.63)
  82. * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 4.55-2
  83. - Autorebuild for GCC 4.3
  84. * Tue Jan 15 2008 Peter Gordon <peter@thecodergeek.com> - 4.55-1
  85. - Update to new upstream release (4.55)
  86. - Drop obsolete 64-bit patch.
  87. - size_t_vs_guint.patch
  88. * Sat Dec 15 2007 Peter Gordon <peter@thecodergeek.com> - 4.51-1
  89. - Update to new upstream release (4.51)
  90. * Mon Nov 12 2007 Sindre Pedersen Bjørdal <foolish@guezz.net> - 4.49-1
  91. - Bump to latest release
  92. * Sun Aug 26 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 4.35-1
  93. - Bump to latest release
  94. * Thu Jun 14 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 4.24-3
  95. - New release
  96. - Remove patch, applied upstream
  97. * Sat Jun 02 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 4.22-2
  98. - Add missing requires on -devel package
  99. * Sat May 26 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 4.22-1
  100. - Initial build