update spec file as per merge-review(rh#226527)
This commit is contained in:
parent
1e137dab4d
commit
bf51198ceb
1 changed files with 12 additions and 3 deletions
15
vino.spec
15
vino.spec
|
|
@ -5,13 +5,12 @@
|
|||
Summary: A remote desktop system for GNOME
|
||||
Name: vino
|
||||
Version: 3.12.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
URL: http://www.gnome.org
|
||||
#VCS: git:git://git.gnome.org/vino
|
||||
Source0: http://download.gnome.org/sources/vino/3.12/%{name}-%{version}.tar.xz
|
||||
|
||||
License: GPLv2+
|
||||
Group: User Interface/Desktops
|
||||
|
||||
BuildRequires: gtk3-devel
|
||||
BuildRequires: libgcrypt-devel >= %{libgcrypt_version}
|
||||
|
|
@ -28,6 +27,10 @@ BuildRequires: libSM-devel
|
|||
# BuildRequires: autoconf automake libtool
|
||||
BuildRequires: gnome-common
|
||||
|
||||
# Following requires are for directory ownership
|
||||
Requires: telepathy-filesystem
|
||||
Requires: dbus
|
||||
|
||||
%description
|
||||
Vino is a VNC server for GNOME. It allows remote users to
|
||||
connect to a running GNOME session using VNC.
|
||||
|
|
@ -57,6 +60,9 @@ make %{?_smp_mflags}
|
|||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
desktop-file-validate $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/vino-server.desktop
|
||||
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
%post
|
||||
|
|
@ -85,6 +91,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
|||
%{_datadir}/GConf/gsettings/org.gnome.Vino.convert
|
||||
|
||||
%changelog
|
||||
* Thu Mar 27 2014 Parag <paragn AT fedoraproject DOT org> - 3.12.0-2
|
||||
- update spec file as per merge-review(rh#226527)
|
||||
|
||||
* Mon Mar 24 2014 Richard Hughes <rhughes@redhat.com> - 3.12.0-1
|
||||
- Update to 3.12.0
|
||||
|
||||
|
|
@ -429,7 +438,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
|||
* Mon Nov 6 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.2-1
|
||||
- Update to 2.17.2
|
||||
|
||||
* Sat Oct 22 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-1
|
||||
* Sun Oct 22 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-1
|
||||
- Update to 2.16.0
|
||||
|
||||
* Wed Oct 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.5-6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue