]> git.pld-linux.org Git - packages/compton.git/blame - compton.spec
- pl, rel .2 (rebuild with libconfig 1.7.x)
[packages/compton.git] / compton.spec
CommitLineData
3831e9e4 1%define snap 20160811
ed9cb077
JP
2#
3Summary: Compositor for X11
e3101873 4Summary(pl.UTF-8): Zarządca kompozycji dla X11
ed9cb077
JP
5Name: compton
6Version: 0.0.1
e3101873
JB
7%define rel 2
8Release: 0.%{snap}.%{rel}
ed9cb077
JP
9License: MIT
10Group: X11/Applications
e3101873 11#Source0Download: https://github.com/chjj/compton/releases
ed9cb077 12Source0: %{name}-%{snap}.tar.xz
b7e6d461 13# Source0-md5: 92ed60a5d5f94211852e0d9b005b75ec
ed9cb077
JP
14URL: https://github.com/chjj/compton
15BuildRequires: OpenGL-devel
16BuildRequires: asciidoc
17BuildRequires: dbus-devel
18BuildRequires: libconfig-devel
19BuildRequires: libdrm-devel
20BuildRequires: pcre-devel
21BuildRequires: pkgconfig
22BuildRequires: xorg-lib-libX11-devel
23BuildRequires: xorg-lib-libXcomposite-devel
24BuildRequires: xorg-lib-libXdamage-devel
25BuildRequires: xorg-lib-libXext-devel
26BuildRequires: xorg-lib-libXfixes-devel
27BuildRequires: xorg-lib-libXinerama-devel
28BuildRequires: xorg-lib-libXrandr-devel
29BuildRequires: xorg-lib-libXrandr-devel
30BuildRequires: xorg-proto-xproto-devel
31BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33%description
34Compositor for X11.
35
e3101873
JB
36%description -l pl.UTF-8
37Zarządca kompozycji dla X11.
38
ed9cb077
JP
39%prep
40%setup -q -n %{name}
41
42%build
43CC="%{__cc}" \
44CFLAGS="%{rpmcflags}" \
45LDFLAGS="%{rpmldflags}" \
46COMPTON_VERSION="%{snap}" \
47%{__make}
e3101873 48
ed9cb077
JP
49%{__make} docs
50
51%install
52rm -rf $RPM_BUILD_ROOT
53
54PREFIX="%{_prefix}" \
55MANDIR="%{_mandir}/man1" \
56APPDIR="%{_desktopdir}" \
57%{__make} install \
58 DESTDIR=$RPM_BUILD_ROOT
59
60%clean
61rm -rf $RPM_BUILD_ROOT
62
63%files
64%defattr(644,root,root,755)
65%doc README.md compton.sample.conf
66%attr(755,root,root) %{_bindir}/compton
67%attr(755,root,root) %{_bindir}/compton-trans
68%{_desktopdir}/compton.desktop
c1193e01
JP
69%{_iconsdir}/hicolor/*/apps/compton.png
70%{_iconsdir}/hicolor/scalable/apps/compton.svg
ed9cb077
JP
71%{_mandir}/man1/compton.1*
72%{_mandir}/man1/compton-trans.1*
This page took 0.081694 seconds and 4 git commands to generate.