]> git.pld-linux.org Git - packages/AnotherLevel.git/blame - AnotherLevel.spec
- converted to UTF-8
[packages/AnotherLevel.git] / AnotherLevel.spec
CommitLineData
d14e2d78 1Summary: A customized configuration of the fvwm2 window manager
fd2d4c83 2Summary(pl.UTF-8): Użyteczna konfiguracja zarządcy okien fvwm2
9a22e32e
JR
3Name: AnotherLevel
4Version: 0.9
f214181a 5Release: 3
d14e2d78 6License: distributable
ce09f723 7Group: X11/Window Managers
f4bd3114 8# Source0-md5: ddeb447d0bf8aeca5bb1cf30878b4d55
49ec05b6 9Source0: %{name}-%{version}.tar.gz
f214181a 10BuildRequires: sed >= 4.0
b8db39c6 11Requires: fvwm2
12Requires: fvwm2-icons
13Requires: m4
10e91cef 14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
9a22e32e 15Obsoletes: TheNextLevel
d14e2d78 16BuildArch: noarch
e5dc0754 17
502b9eba 18%description
6ecc797a 19AnotherLevel is a custom configuration of the popular fvwm2 window
20manager. Fvwm stands for (?) virtual window manager. You can fill in
21the blank for the 'f': fast, flexible, friendly and fabulous all could
22apply. This window manager is based on TheNextLevel desktop
23configuration, created by Greg J. Badros, which won the 1996 Red Hat
24Desktop Contest.
e5dc0754 25
6ecc797a 26AnotherLevel is designed to be easily configured by the user.
e5dc0754 27
fd2d4c83
JR
28%description -l pl.UTF-8
29AnotherLevel jest użyteczną konfiguracją popularnego zarządcy okien,
30jakim jest fvwm2. Fvwm oznacza (?) wirtualnego zarządcę okien. Zamiast
31znaku zapytania można dopisać: szybki, elastyczny, przyjazny i
32fantastyczny - wszystko to pasowałoby do niego. Ten zarządca okien
d14e2d78 33bazuje na konfiguracji pulpitu w stylu TheNextLevel stworzonej przez
fd2d4c83 34Grega J. Bradosa, która wygrała Red Hat Desktop Contest w 1996 roku.
c1a8b6af 35
e5dc0754
JR
36%prep
37%setup -c -q
38
e5dc0754 39%install
9a22e32e 40rm -rf $RPM_BUILD_ROOT
ce09f723 41
f214181a 42# We need 'pixmaps/mini' path, do not need 'pixmaps/redhat' one
43sed -i 's/redhat/mini/' scripts/fvwm2rc.defines.m4
44
49ec05b6
JB
45%{__make} install \
46 TOPDIR=$RPM_BUILD_ROOT \
3b247f14 47 ICONDIR=%{_pixmapsdir} \
49ec05b6
JB
48 MANDIR=%{_mandir}/man1 \
49 BINDIR=%{_bindir}
ce09f723 50
6ecc797a 51install -d $RPM_BUILD_ROOT%{_sysconfdir}/X11/TheNextLevel
e5dc0754 52ln -sf ../AnotherLevel/fvwm2rc.m4 \
d14e2d78 53 $RPM_BUILD_ROOT%{_sysconfdir}/X11/TheNextLevel/.fvwm2rc.m4
e5dc0754 54
9a22e32e
JR
55%clean
56rm -rf $RPM_BUILD_ROOT
57
e5dc0754 58%files
9a22e32e 59%defattr(644,root,root,755)
e5dc0754 60%doc Sample.Xmodmap
6ecc797a 61%dir %{_sysconfdir}/X11/AnotherLevel
62%config %{_sysconfdir}/X11/AnotherLevel/*
f214181a 63%attr(755,root,root) %{_bindir}/*
6ecc797a 64%{_sysconfdir}/X11/TheNextLevel
3b247f14 65%{_pixmapsdir}/*.xpm
66%{_pixmapsdir}/mini/*.xpm
ce09f723 67%{_mandir}/man1/*
This page took 0.068578 seconds and 4 git commands to generate.