Summary: Central control for Telepathy connection manager Name: telepathy-mission-control Version: 5.16.4 Release: 1%{?_dist_release} Group: System Environment/Libraries License: LGPLv2 URL: http://mission-control.sourceforge.net/ Source0: http://telepathy.freedesktop.org/releases/telepathy-mission-control/%{name}-%{version}.tar.gz # remove support for upower Patch0: 0001-Remove-support-for-UPower.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: GConf2-devel BuildRequires: dbus-devel BuildRequires: dbus-glib-devel BuildRequires: telepathy-glib-devel >= 0.7.37 BuildRequires: NetworkManager-libnm-devel BuildRequires: libxslt BuildRequires: python Vendor: Project Vine Distribution: Vine Linux %description Mission Control, or MC, is a Telepathy component providing a way for "end-user" applications to abstract some of the details of connection managers, to provide a simple way to manipulate a bunch of connection managers at once, and to remove the need to have in each program the account definitions and credentials. %package devel Summary: Development files for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: telepathy-glib-devel >= 0.7.37 Requires: dbus-devel Requires: dbus-glib-devel %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %prep %setup -q #patch0 -p1 %build autoreconf -if %configure \ --disable-static \ --with-connectivity=nm make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' #need to own this dir mkdir -p $RPM_BUILD_ROOT%{_datadir}/mission-control/profiles %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun /sbin/ldconfig if [ $1 -eq 0 ]; then glib-compile-schemas %{_datadir}/glib-2.0/schemas ||: fi %posttrans glib-compile-schemas %{_datadir}/glib-2.0/schemas ||: %files %defattr(-,root,root,-) %license COPYING %doc AUTHORS ChangeLog %{_bindir}/* %dir %{_datadir}/mission-control/profiles %{_libdir}/libmission-control-plugins.so.* %{_datadir}/dbus-1/services/*.service %{_datadir}/glib-2.0/schemas/im.telepathy.MissionControl.FromEmpathy.gschema.xml %{_libexecdir}/mission-control-5 %{_mandir}/* %files devel %defattr(-,root,root,-) %{_includedir}/* %{_libdir}/libmission-control-plugins.so %{_libdir}/pkgconfig/*.pc %doc %{_datadir}/gtk-doc/html/mission-control-plugins %changelog * Sun Sep 01 2019 Tomohiro "Tomo-p" KATO 5.16.4-1 - new upstream release. * Sun Mar 29 2015 Yoji TOYODA 5.16.3-2 - remove BuildRequires: libtelepathy-devel * Sun Oct 26 2014 Yoji TOYODA 5.16.3-1 - new upstream release * Sat Mar 29 2014 Yoji TOYODA 5.16.1-1 - new upstream release - add Patch0 (0001-Remove-support-for-UPower.patch) - remove BuildRequires upower-devel * Sat Jan 04 2014 Yoji TOYODA 5.16.0-2 - rebuild with VineSeed environment * Sat Oct 26 2013 Yoji TOYODA 5.16.0-1 - new upstream release * Sat Aug 31 2013 Yoji TOYODA 5.14.1-1 - new upstream release * Fri Oct 12 2012 Yoji TOYODA 5.14.0-1 - new upstream release * Sat Sep 29 2012 Yoji TOYODA 5.12.3-1 - new upstream release * Sat Apr 14 2012 Yoji TOYODA 5.12.0-1 - new upstream release * Sat Dec 31 2011 Yoji TOYODA 5.10.1-1 - new upstream release - add BuildRequires: NetworkManager-glib-devel, upower-devel * Thu Sep 29 2011 Yoji TOYODA 5.8.1-1 - new upstream release * Mon Aug 15 2011 Yoji TOYODA 5.7.11-1 - new upstream release * Sun Oct 03 2010 Yoji TOYODA 5.6.0-1 - new upstream release - fix %files * Sun Oct 03 2010 Shu KONNO 5.3.2-2 - rebuilt with rpm-4.8.1 for pkg-config * Sat Nov 7 2009 Ryoichi INAGAKI 5.3.2-1 - new upstream release * Tue Sep 30 2008 Daisuke SUZUKI 4.65-1 - initial build for Vine Linux * Thu May 29 2008 Sindre Pedersen Bjørdal - 4.65-2 - Update to new upstream release (4.65) * Mon Mar 17 2008 Matej Cepl 4.64-1 - Upgrade to the current upstream release (4.64) (Resolves: #437766) - Fix building on x86_64 (upstream libtool is not aware of /usr/lib64 and produces rpaths) - Fix invalid License tag. * Mon Mar 10 2008 Peter Gordon - 4.63-1 - Update to new upstream release (4.63) * Tue Feb 19 2008 Fedora Release Engineering - 4.55-2 - Autorebuild for GCC 4.3 * Tue Jan 15 2008 Peter Gordon - 4.55-1 - Update to new upstream release (4.55) - Drop obsolete 64-bit patch. - size_t_vs_guint.patch * Sat Dec 15 2007 Peter Gordon - 4.51-1 - Update to new upstream release (4.51) * Mon Nov 12 2007 Sindre Pedersen Bjørdal - 4.49-1 - Bump to latest release * Sun Aug 26 2007 Sindre Pedersen Bjørdal - 4.35-1 - Bump to latest release * Thu Jun 14 2007 Sindre Pedersen Bjørdal - 4.24-3 - New release - Remove patch, applied upstream * Sat Jun 02 2007 Sindre Pedersen Bjørdal - 4.22-2 - Add missing requires on -devel package * Sat May 26 2007 Sindre Pedersen Bjørdal - 4.22-1 - Initial build