]> git.pld-linux.org Git - packages/AnotherLevel.git/blobdiff - AnotherLevel.spec
- place # SourceN-md5: just after SourceN:
[packages/AnotherLevel.git] / AnotherLevel.spec
index 0aa63ee19124114264d52235e1dad76bf3cb59d1..4e5ec80a0dcfbea2c6ab9ee8918ef2bddf16689d 100644 (file)
@@ -1,16 +1,16 @@
 Summary:       A customized configuration of the fvwm2 window manager
-Summary(pl):   U¿yteczna konfiguracja zarz±dcy okien fvwm2
+Summary(pl.UTF-8):     Użyteczna konfiguracja zarządcy okien fvwm2
 Name:          AnotherLevel
 Version:       0.9
-Release:       2
+Release:       3
 License:       distributable
 Group:         X11/Window Managers
-# Source0-md5: ddeb447d0bf8aeca5bb1cf30878b4d55
 Source0:       %{name}-%{version}.tar.gz
+# Source0-md5: ddeb447d0bf8aeca5bb1cf30878b4d55
+BuildRequires: sed >= 4.0
 Requires:      fvwm2
 Requires:      fvwm2-icons
 Requires:      m4
-Requires:      wmconfig > 0.3
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:     TheNextLevel
 BuildArch:     noarch
@@ -25,13 +25,13 @@ Desktop Contest.
 
 AnotherLevel is designed to be easily configured by the user.
 
-%description -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
+%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.
+Grega J. Bradosa, która wygrała Red Hat Desktop Contest w 1996 roku.
 
 %prep
 %setup -c -q
@@ -39,6 +39,9 @@ Grega J. Bradosa, kt
 %install
 rm -rf $RPM_BUILD_ROOT
 
+# 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} \
@@ -49,10 +52,6 @@ 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/xdm/Sessions
-install AnotherLevel.session \
-       $RPM_BUILD_ROOT%{_sysconfdir}/X11/xdm/Sessions/AnotherLevel
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -61,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/xdm/Sessions/AnotherLevel
 %{_pixmapsdir}/*.xpm
 %{_pixmapsdir}/mini/*.xpm
 %{_mandir}/man1/*
-%attr(755,root,root) %{_bindir}/*
This page took 0.075066 seconds and 4 git commands to generate.