]> git.pld-linux.org Git - SPECS.git/blob - xorg-app-transset.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / xorg-app-transset.spec
1 Summary:        transset application - utility for setting opacity property
2 Summary(pl.UTF-8):      Aplikacja transset - narzędzie do ustawiania przezroczystości
3 Name:           xorg-app-transset
4 Version:        1.0.2
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        https://xorg.freedesktop.org/releases/individual/app/transset-%{version}.tar.bz2
9 # Source0-md5:  5ea9927569e9c862abe00fa45ead1d56
10 URL:            https://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.60
12 BuildRequires:  automake
13 BuildRequires:  pkgconfig >= 1:0.19
14 BuildRequires:  xorg-lib-libX11-devel
15 BuildRequires:  xorg-proto-xproto-devel >= 7.0.17
16 BuildRequires:  xorg-util-util-macros >= 1.8
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 transset is a simple program for X servers supporting the XFIXES,
21 DAMAGE, and COMPOSITE extensions. It lets the user set the
22 transparency on a window.
23
24 %description -l pl.UTF-8
25 transset to prosty program dla serwerów X obsługujących rozszerzenia
26 XFIXES, DAMAGE i COMPOSITE. Pozwala użytkownikowi ustawić
27 przezroczystość okienka.
28
29 %prep
30 %setup -q -n transset-%{version}
31
32 %build
33 %{__aclocal}
34 %{__autoconf}
35 %{__autoheader}
36 %{__automake}
37 %configure
38
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc COPYING ChangeLog README
53 %attr(755,root,root) %{_bindir}/transset
54 %{_mandir}/man1/transset.1*
This page took 0.354624 seconds and 3 git commands to generate.