New upstream release 0.10.0
This commit is contained in:
parent
0ea5f4ebe0
commit
feb7b02668
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@ spice-0.5.3.tar.bz2
|
|||||||
/spice-0.8.1.tar.bz2
|
/spice-0.8.1.tar.bz2
|
||||||
/spice-0.9.0.tar.bz2
|
/spice-0.9.0.tar.bz2
|
||||||
/spice-0.9.1.tar.bz2
|
/spice-0.9.1.tar.bz2
|
||||||
|
/spice-0.10.0.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
7fd413b8dc01de1d7ecf6810724de1b4 spice-0.9.1.tar.bz2
|
d9f0b0280c9e2291623c9560e156be26 spice-0.10.0.tar.bz2
|
||||||
|
17
spice.spec
17
spice.spec
@ -1,6 +1,6 @@
|
|||||||
Name: spice
|
Name: spice
|
||||||
Version: 0.9.1
|
Version: 0.10.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Implements the SPICE protocol
|
Summary: Implements the SPICE protocol
|
||||||
Group: User Interface/Desktops
|
Group: User Interface/Desktops
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -12,7 +12,7 @@ Source1: spice-xpi-client-spicec
|
|||||||
ExclusiveArch: i686 x86_64
|
ExclusiveArch: i686 x86_64
|
||||||
|
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: spice-protocol >= 0.9.0
|
BuildRequires: spice-protocol >= 0.9.1
|
||||||
BuildRequires: celt051-devel
|
BuildRequires: celt051-devel
|
||||||
BuildRequires: pixman-devel alsa-lib-devel openssl-devel libjpeg-devel
|
BuildRequires: pixman-devel alsa-lib-devel openssl-devel libjpeg-devel
|
||||||
BuildRequires: libXrandr-devel cegui06-devel
|
BuildRequires: libXrandr-devel cegui06-devel
|
||||||
@ -72,13 +72,10 @@ using spice-server, you will need to install spice-server-devel.
|
|||||||
%configure --enable-gui --enable-smartcard
|
%configure --enable-gui --enable-smartcard
|
||||||
make -C common WARN_CFLAGS='' %{?_smp_mflags}
|
make -C common WARN_CFLAGS='' %{?_smp_mflags}
|
||||||
make -C client WARN_CFLAGS='' %{?_smp_mflags}
|
make -C client WARN_CFLAGS='' %{?_smp_mflags}
|
||||||
%ifarch x86_64
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
%endif
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=%{buildroot} -C client install
|
make DESTDIR=%{buildroot} -C client install
|
||||||
%ifarch x86_64
|
|
||||||
make DESTDIR=%{buildroot} install
|
make DESTDIR=%{buildroot} install
|
||||||
rm -f %{buildroot}%{_libdir}/libspice-server.a
|
rm -f %{buildroot}%{_libdir}/libspice-server.a
|
||||||
rm -f %{buildroot}%{_libdir}/libspice-server.la
|
rm -f %{buildroot}%{_libdir}/libspice-server.la
|
||||||
@ -103,8 +100,6 @@ if [ $1 -eq 0 ] ; then
|
|||||||
%{_sbindir}/update-alternatives --remove spice-xpi-client %{_libexecdir}/spice-xpi-client-spicec
|
%{_sbindir}/update-alternatives --remove spice-xpi-client %{_libexecdir}/spice-xpi-client-spicec
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%ifarch x86_64
|
|
||||||
|
|
||||||
%files server
|
%files server
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING README NEWS
|
%doc COPYING README NEWS
|
||||||
@ -121,9 +116,11 @@ fi
|
|||||||
%{_libdir}/libspice-server.so
|
%{_libdir}/libspice-server.so
|
||||||
%{_libdir}/pkgconfig/spice-server.pc
|
%{_libdir}/pkgconfig/spice-server.pc
|
||||||
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 10 2011 Alon Levy <alevy@redhat.com> - 0.10.0-1
|
||||||
|
- New upstream release 0.10.0
|
||||||
|
- support spice-server.i686
|
||||||
|
|
||||||
* Wed Sep 28 2011 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.9.1-2
|
* Wed Sep 28 2011 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.9.1-2
|
||||||
- Provides spice-xpi-client alternative in spice-client
|
- Provides spice-xpi-client alternative in spice-client
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user