]> git.pld-linux.org Git - packages/awesome.git/blame - awesome.spec
- up to 2.3.4
[packages/awesome.git] / awesome.spec
CommitLineData
432f898f 1Summary: Awesome Window Manager
283de81e 2Summary(hu.UTF-8): awesome ablakkezelő
432f898f
BZ
3Summary(pl.UTF-8): Zarządca okien X - Awesome
4Name: awesome
b17bee92 5Version: 2.3.4
432f898f
BZ
6Release: 0.1
7License: GPL v2
8Group: X11/Window Managers
9Source0: http://awesome.naquadah.org/download/%{name}-%{version}.tar.bz2
b17bee92 10# Source0-md5: bc9d115e70607c51ed55d7e1d6112c5c
432f898f
BZ
11Source1: %{name}-xsession.desktop
12URL: http://awesome.naquadah.org/
13BuildRequires: asciidoc
432f898f
BZ
14BuildRequires: cairo-devel
15BuildRequires: doxygen
eca74701 16BuildRequires: imlib2-devel
432f898f 17BuildRequires: libconfuse-devel
eca74701 18BuildRequires: pango-devel
432f898f
BZ
19BuildRequires: pkgconfig >= 0.9.0
20BuildRequires: sed >= 4.0
21BuildRequires: xmlto
22BuildRequires: xorg-lib-libICE-devel
23BuildRequires: xorg-lib-libXext-devel
24BuildRequires: xorg-lib-libXft-devel
25BuildRequires: xorg-lib-libXinerama-devel
26BuildRequires: xorg-lib-libXrandr-devel
27BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29%{expand:%%define _sysconfdir %{_sysconfdir}/X11}
432f898f
BZ
30
31%description
32awesome is a floating and tiling window manager initialy based on a
33dwm code rewriting. It's extremely fast, small, dynamic and awesome.
34
c1dad21c
JB
35%description -l pl.UTF-8
36awesome to zarządca okien o zachowaniu pływającym i kaflowym,
37początkowo oparty na przepisaniu kodu zarządcy dwm. Jest bardzo
38szybki, mały, dynamiczny i przeraźliwy.
432f898f 39
283de81e 40%description -l hu.UTF-8
41awesome egy floating és tiling típusú ablakkezelő, amely kezdetben
42a dwm-en alapult. Extrém gyors, kicsi, dinamikus és... félelmetes.
43
432f898f
BZ
44%prep
45%setup -q
46#%patch0 -p1
47
48%build
432f898f
BZ
49%configure \
50 --disable-static
51
432f898f
BZ
52%{__make}
53
54%install
55rm -rf $RPM_BUILD_ROOT
56install -d $RPM_BUILD_ROOT%{_datadir}/xsessions
57
58%{__make} install \
59 DESTDIR=$RPM_BUILD_ROOT
60
61install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/xsessions/%{name}.desktop
62
63%clean
64rm -rf $RPM_BUILD_ROOT
65
66%files
67%defattr(644,root,root,755)
68%doc AUTHORS LICENSE README STYLE awesomerc
69%attr(755,root,root) %{_bindir}/%{name}
70%attr(755,root,root) %{_bindir}/%{name}-client
eca74701
BZ
71%attr(755,root,root) %{_bindir}/%{name}-menu
72%attr(755,root,root) %{_bindir}/%{name}-message
432f898f
BZ
73%{_datadir}/%{name}
74%{_datadir}/xsessions/%{name}.desktop
75%{_mandir}/man1/%{name}*
eca74701 76%{_mandir}/man5/%{name}*
This page took 0.032973 seconds and 4 git commands to generate.