]> git.pld-linux.org Git - packages/spice-space.git/blame - spice-space.spec
- updated to 0.8.2
[packages/spice-space.git] / spice-space.spec
CommitLineData
8a86771e
JB
1Summary: SPICE virtualization solution
2Summary(pl.UTF-8): System wirtualizacji SPICE
3# real package name (spice) is already occupied
4Name: spice-space
e68ab450 5Version: 0.8.2
8a86771e
JB
6Release: 0.1
7License: LGPL v2.1+
8Group: Applications/Emulators
9Source0: http://spice-space.org/download/releases/spice-%{version}.tar.bz2
e68ab450 10# Source0-md5: 80aa1b165b2c2ed5608012986ade3c01
8a86771e
JB
11Patch0: spice-sh.patch
12Patch1: spice-link.patch
8a86771e
JB
13URL: http://spice-space.org/
14BuildRequires: OpenGL-GLU-devel
15BuildRequires: alsa-lib-devel
16BuildRequires: celt051-devel >= 0.5.1.1
17BuildRequires: autoconf >= 2.57
18BuildRequires: automake
19BuildRequires: libcacard-devel >= 0.1.2
20BuildRequires: libjpeg-devel
8b35789c 21BuildRequires: libslirp-devel
8a86771e
JB
22BuildRequires: libstdc++-devel
23BuildRequires: libtool
24BuildRequires: openssl-devel
25BuildRequires: pixman-devel >= 0.17.7
26BuildRequires: pkgconfig
e68ab450 27BuildRequires: spice-protocol >= 0.8.1
8a86771e
JB
28BuildRequires: xorg-lib-libXext-devel
29BuildRequires: xorg-lib-libXfixes-devel
30BuildRequires: xorg-lib-libXrandr-devel >= 1.2
31BuildRequires: xorg-lib-libXrender-devel
32BuildRequires: zlib-devel
33ExclusiveArch: %{ix86} %{x8664} arm
34BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
35
36%description
37Spice is an open remote computing solution, providing client access to
38remote machine display and devices (e.g., keyboard, mouse, audio).
39Spice achieves a user experience similar to an interaction with a
40local machine, while trying to offload most of the intensive CPU and
41GPU tasks to the client. Spice is suitable for both LAN and WAN usage,
42without compromising on the user experience.
43
44%description -l pl.UTF-8
45Spice to rozwiązanie do zdalnych obliczeń, zapewniające dostęp
46kliencki ekranu i urządzeń zdalnej maszyny (klawiatury, myszy,
47dźwięku). Daje użytkownikowi wrażenie podobne do pracy lokalnej, ale
48próbuje większość zadań wykorzystujących intensywnie CPU i GPU zrzucić
49na klienta. Nadaje się do pracy w sieciach LAN i WAN, bez większych
50poświęceń ze strony doznań użytkownika.
51
52%package -n spice-server-libs
53Summary: SPICE server library
54Summary(pl.UTF-8): Biblioteka serwera SPICE
55Group: Libraries
56Requires: celt051 >= 0.5.1.1
57Requires: pixman >= 0.17.7
58
59%description -n spice-server-libs
60SPICE server library.
61
62%description -n spice-server-libs -l pl.UTF-8
63Biblioteka serwera SPICE.
64
65%package -n spice-server-devel
66Summary: Header files for SPICE server library
67Summary(pl.UTF-8): Pliki nagłówkowe biblioteki serwera SPICE
68Group: Development/Libraries
69Requires: celt051-devel >= 0.5.1.1
70Requires: openssl-devel
71Requires: pixman-devel >= 0.17.7
72Requires: spice-server-libs = %{version}-%{release}
73
74%description -n spice-server-devel
75Header files for SPICE server library.
76
77%description -n spice-server-devel -l pl.UTF-8
78Pliki nagłówkowe biblioteki serwera SPICE.
79
80%package -n spice-server-static
81Summary: Static SPICE server library
82Summary(pl.UTF-8): Statyczna biblioteka serwera SPICE
83Group: Development/Libraries
84Requires: spice-server-devel = %{version}-%{release}
85
86%description -n spice-server-static
87Static SPICE server library.
88
89%description -n spice-server-static -l pl.UTF-8
90Statyczna biblioteka serwera SPICE.
91
92%package -n spice-client
93Summary: SPICE client for X11
94Summary(pl.UTF-8): Klient SPICE dla X11
95Group: X11/Applications
96Requires: celt051 >= 0.5.1.1
97Requires: libcacard >= 0.1.2
98Requires: pixman >= 0.17.7
99Requires: xorg-lib-libXrandr >= 1.2
100
101%description -n spice-client
102SPICE client for X11.
103
104%description -n spice-client -l pl.UTF-8
105Klient SPICE dla X11.
106
107%prep
108%setup -q -n spice-%{version}
109%patch0 -p1
110%patch1 -p1
8a86771e
JB
111
112%build
113%{__libtoolize}
114%{__aclocal}
115%{__autoconf}
116%{__autoheader}
117%{__automake}
118%configure \
e68ab450 119 --disable-silent-rules \
8a86771e 120 --enable-opengl \
8b35789c
JB
121 --enable-smartcard \
122 --enable-tunnel
8a86771e 123# --enable-gui BR: CEGUI-devel >= 0.6.0 < 0.7.0
8a86771e
JB
124
125%{__make}
126
127%install
128rm -rf $RPM_BUILD_ROOT
129
130%{__make} install \
131 DESTDIR=$RPM_BUILD_ROOT
132
133# obsoleted by pkg-config
134%{__rm} $RPM_BUILD_ROOT%{_libdir}/libspice-server.la
135
136%clean
137rm -rf $RPM_BUILD_ROOT
138
139%post -n spice-server-libs -p /sbin/ldconfig
140%postun -n spice-server-libs -p /sbin/ldconfig
141
142%files -n spice-server-libs
143%defattr(644,root,root,755)
144%doc NEWS README
145%attr(755,root,root) %{_libdir}/libspice-server.so.*.*.*
146%attr(755,root,root) %ghost %{_libdir}/libspice-server.so.1
147
148%files -n spice-server-devel
149%defattr(644,root,root,755)
8a86771e 150%attr(755,root,root) %{_libdir}/libspice-server.so
8b35789c 151%{_includedir}/spice-server
8a86771e
JB
152%{_pkgconfigdir}/spice-server.pc
153
154%files -n spice-server-static
155%defattr(644,root,root,755)
156%{_libdir}/libspice-server.a
157
158%files -n spice-client
159%defattr(644,root,root,755)
160%attr(755,root,root) %{_bindir}/spicec
This page took 0.156195 seconds and 4 git commands to generate.