]> git.pld-linux.org Git - SPECS.git/blob - xspproto.spec
SPECS updated Sun 1 Aug 11:02:02 CEST 2021
[SPECS.git] / xspproto.spec
1 Summary:        Xsp extension headers
2 Summary(pl.UTF-8):      Pliki nagłówkowe rozszerzenia Xsp
3 Name:           xspproto
4 Version:        1.2
5 Release:        1
6 License:        MIT-like
7 Group:          Development/Libraries
8 Source0:        http://repository.maemo.org/pool/bora/free/source/x11proto-xsp_%{version}-1.tar.gz
9 # Source0-md5:  90cab4074681d90da6ba997303e12a0f
10 URL:            http://maemo.org/
11 # just for dir
12 Requires:       xorg-proto-xproto-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 This package contains header files for the Xsp extension. There are
17 two users for Xsp: end-user calibration application, and the media
18 player.
19
20 %description -l pl.UTF-8
21 Ten pakiet zawiera pliki nagłówkowe rozszerzenia Xsp. Są dwa
22 zastosowania Xsp: aplikacja użytkownika do kalibracji i odtwarzacz
23 multimedialny.
24
25 %prep
26 %setup -q -n x11proto-xsp-%{version}
27
28 %build
29 %configure
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 %{__make} install \
36         DESTDIR=$RPM_BUILD_ROOT
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc AUTHORS COPYING README
44 %{_includedir}/X11/extensions/xspproto.h
45 %{_includedir}/X11/extensions/xspwire.h
46 %{_pkgconfigdir}/xspproto.pc
This page took 0.039084 seconds and 3 git commands to generate.