Browse Source

telepathy-mission-control-5.16.4-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12166 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 4 years ago
parent
commit
133373c9ea
1 changed files with 14 additions and 7 deletions
  1. 14 7
      t/telepathy-mission-control/telepathy-mission-control-vl.spec

+ 14 - 7
t/telepathy-mission-control/telepathy-mission-control-vl.spec

@@ -1,13 +1,13 @@
 Summary:        Central control for Telepathy connection manager
 
 Name:           telepathy-mission-control
-Version:        5.16.3
-Release:        2%{?_dist_release}
+Version:        5.16.4
+Release:        1%{?_dist_release}
 
 Group:          System Environment/Libraries
 License:        LGPLv2
 URL:            http://mission-control.sourceforge.net/
-Source0:        http://prdownloads.sourceforge.net/mission-control/%{name}-%{version}.tar.gz
+Source0:        http://telepathy.freedesktop.org/releases/telepathy-mission-control/%{name}-%{version}.tar.gz
 
 # remove support for upower
 Patch0:			0001-Remove-support-for-UPower.patch
@@ -18,7 +18,7 @@ BuildRequires:  GConf2-devel
 BuildRequires:  dbus-devel
 BuildRequires:  dbus-glib-devel
 BuildRequires:  telepathy-glib-devel >= 0.7.37
-BuildRequires:  NetworkManager-glib-devel
+BuildRequires:  NetworkManager-libnm-devel
 BuildRequires:  libxslt
 BuildRequires:  python
 
@@ -48,11 +48,14 @@ files for developing applications that use %{name}.
 
 %prep
 %setup -q
-%patch0 -p1
+#patch0 -p1
 
 %build
 autoreconf -if
-%configure --disable-static
+%configure \
+  --disable-static \
+  --with-connectivity=nm
+
 make %{?_smp_mflags}
 
 
@@ -81,7 +84,8 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS ChangeLog COPYING
+%license COPYING
+%doc AUTHORS ChangeLog
 %{_bindir}/*
 %dir %{_datadir}/mission-control/profiles
 %{_libdir}/libmission-control-plugins.so.*
@@ -99,6 +103,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
 
 %changelog
+* Sun Sep 01 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.16.4-1
+- new upstream release.
+
 * Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.16.3-2
 - remove BuildRequires: libtelepathy-devel