X-Git-Url: http://git.pld-linux.org/?p=packages%2FAnotherLevel.git;a=blobdiff_plain;f=AnotherLevel.spec;h=4e5ec80a0dcfbea2c6ab9ee8918ef2bddf16689d;hp=7b099385454d6b5fa0505dc8a2aeba9f68d9bc9f;hb=HEAD;hpb=5fcf3aec1f431f906a3d04b36f0c446176618900 diff --git a/AnotherLevel.spec b/AnotherLevel.spec index 7b09938..4e5ec80 100644 --- a/AnotherLevel.spec +++ b/AnotherLevel.spec @@ -1,20 +1,21 @@ -Summary: A customized configuration of the fvwm2 window manager. +Summary: A customized configuration of the fvwm2 window manager +Summary(pl.UTF-8): Użyteczna konfiguracja zarządcy okien fvwm2 Name: AnotherLevel Version: 0.9 -Release: 1 -Copyright: distributable +Release: 3 +License: distributable Group: X11/Window Managers -Group(pl): X11/Zarz±dcy Okien -Source0: AnotherLevel-0.9.tar.gz -Requires: m4, fvwm2, fvwm2-icons, wmconfig > 0.3 +Source0: %{name}-%{version}.tar.gz +# Source0-md5: ddeb447d0bf8aeca5bb1cf30878b4d55 +BuildRequires: sed >= 4.0 +Requires: fvwm2 +Requires: fvwm2-icons +Requires: m4 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) Obsoletes: TheNextLevel -BuildArchitectures: noarch +BuildArch: noarch -%define _prefix /usr/X11R6 -%define _mandir /usr/X11R6/man - -%description +%description AnotherLevel is a custom configuration of the popular fvwm2 window manager. Fvwm stands for (?) virtual window manager. You can fill in the blank for the 'f': fast, flexible, friendly and fabulous all could @@ -24,37 +25,32 @@ Desktop Contest. AnotherLevel is designed to be easily configured by the user. -%descritpion -l pl -AnotherLevel jest u¿yteczn± konfiguracj± popularnego zarz±dcy -okien, jakim jest fvwm2. Fvwm oznacza (?) wirtualnego zarz±dcê -okien. Zamiast znaku zapytania mo¿na dopisaæ:szybki, elastyczny, -przyjazny i fantastyczny - wszystko to pasowa³oby do niego. Ten -zarz±dca okien bazuje na konfiguracji pulpitu w stylu TheNextLevel -stworzonej przez Grega J. Bradosa, która wygra³a Red Hat Desktop -Contest w 1996 roku. +%description -l pl.UTF-8 +AnotherLevel jest użyteczną konfiguracją popularnego zarządcy okien, +jakim jest fvwm2. Fvwm oznacza (?) wirtualnego zarządcę okien. Zamiast +znaku zapytania można dopisać: szybki, elastyczny, przyjazny i +fantastyczny - wszystko to pasowałoby do niego. Ten zarządca okien +bazuje na konfiguracji pulpitu w stylu TheNextLevel stworzonej przez +Grega J. Bradosa, która wygrała Red Hat Desktop Contest w 1996 roku. %prep %setup -c -q -%build -echo "No build necessary" - %install rm -rf $RPM_BUILD_ROOT -%{__make} install TOPDIR=$RPM_BUILD_ROOT \ - ICONDIR=%{_datadir}/icons \ - MANDIR=%{_mandir}/man1 +# We need 'pixmaps/mini' path, do not need 'pixmaps/redhat' one +sed -i 's/redhat/mini/' scripts/fvwm2rc.defines.m4 + +%{__make} install \ + TOPDIR=$RPM_BUILD_ROOT \ + ICONDIR=%{_pixmapsdir} \ + MANDIR=%{_mandir}/man1 \ + BINDIR=%{_bindir} install -d $RPM_BUILD_ROOT%{_sysconfdir}/X11/TheNextLevel ln -sf ../AnotherLevel/fvwm2rc.m4 \ -$RPM_BUILD_ROOT%{_sysconfdir}/X11/TheNextLevel/.fvwm2rc.m4 - -install -d $RPM_BUILD_ROOT%{_sysconfdir}/X11/gdm/Sessions -install AnotherLevel.session \ -$RPM_BUILD_ROOT%{_sysconfdir}/X11/gdm/Sessions/AnotherLevel - -gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/* + $RPM_BUILD_ROOT%{_sysconfdir}/X11/TheNextLevel/.fvwm2rc.m4 %clean rm -rf $RPM_BUILD_ROOT @@ -64,9 +60,8 @@ rm -rf $RPM_BUILD_ROOT %doc Sample.Xmodmap %dir %{_sysconfdir}/X11/AnotherLevel %config %{_sysconfdir}/X11/AnotherLevel/* +%attr(755,root,root) %{_bindir}/* %{_sysconfdir}/X11/TheNextLevel -%attr(755,root,root) %{_sysconfdir}/X11/gdm/Sessions/AnotherLevel -%{_datadir}/icons/*.xpm -%{_datadir}/icons/mini/*.xpm +%{_pixmapsdir}/*.xpm +%{_pixmapsdir}/mini/*.xpm %{_mandir}/man1/* -%attr(755,root,root) %{_bindir}/*