]> git.pld-linux.org Git - packages/AnotherLevel.git/blobdiff - AnotherLevel.spec
- place # SourceN-md5: just after SourceN:
[packages/AnotherLevel.git] / AnotherLevel.spec
index 735e68b291118605a84776229f977c5e93c6d58e..4e5ec80a0dcfbea2c6ab9ee8918ef2bddf16689d 100644 (file)
@@ -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}/*
This page took 0.078886 seconds and 4 git commands to generate.