]> git.pld-linux.org Git - packages/AnotherLevel.git/blobdiff - AnotherLevel.spec
- place # SourceN-md5: just after SourceN:
[packages/AnotherLevel.git] / AnotherLevel.spec
index 072a063fae7da7241fe8611ab8552867fd2273d3..4e5ec80a0dcfbea2c6ab9ee8918ef2bddf16689d 100644 (file)
@@ -1,62 +1,56 @@
-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
-Source:                AnotherLevel-0.9.tar.gz
-Requires:      m4, fvwm2, fvwm2-icons, wmconfig > 0.3
-BuildRoot:     /tmp/%{name}-%{version}-root
+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
+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
+apply. This window manager is based on TheNextLevel desktop
+configuration, created by Greg J. Badros, which won the 1996 Red Hat
+Desktop Contest.
 
-%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 apply. This window manager
-is based on TheNextLevel desktop configuration, created
-by Greg J. Badros, which won the 1996 Red Hat Desktop 
-Contest.
+AnotherLevel is designed to be easily configured by the user.
 
-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
-
-install -d $RPM_BUILD_ROOT/etc/X11/TheNextLevel
-ln -sf ../AnotherLevel/fvwm2rc.m4 \
-       $RPM_BUILD_ROOT/etc/X11/TheNextLevel/.fvwm2rc.m4
+# We need 'pixmaps/mini' path, do not need 'pixmaps/redhat' one
+sed -i 's/redhat/mini/' scripts/fvwm2rc.defines.m4
 
-install -d $RPM_BUILD_ROOT/etc/X11/gdm/Sessions
-install AnotherLevel.session \
-       $RPM_BUILD_ROOT/etc/X11/gdm/Sessions/AnotherLevel
+%{__make} install \
+       TOPDIR=$RPM_BUILD_ROOT \
+       ICONDIR=%{_pixmapsdir} \
+       MANDIR=%{_mandir}/man1 \
+       BINDIR=%{_bindir}
 
-gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/*
+install -d $RPM_BUILD_ROOT%{_sysconfdir}/X11/TheNextLevel
+ln -sf ../AnotherLevel/fvwm2rc.m4 \
+       $RPM_BUILD_ROOT%{_sysconfdir}/X11/TheNextLevel/.fvwm2rc.m4
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -64,11 +58,10 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc Sample.Xmodmap
-%dir /etc/X11/AnotherLevel
-%config /etc/X11/AnotherLevel/*
-/etc/X11/TheNextLevel
-%attr(755,root,root) /etc/X11/gdm/Sessions/AnotherLevel
-%{_datadir}/icons/*.xpm
-%{_datadir}/icons/mini/*.xpm
-%{_mandir}/man1/*
+%dir %{_sysconfdir}/X11/AnotherLevel
+%config %{_sysconfdir}/X11/AnotherLevel/*
 %attr(755,root,root) %{_bindir}/*
+%{_sysconfdir}/X11/TheNextLevel
+%{_pixmapsdir}/*.xpm
+%{_pixmapsdir}/mini/*.xpm
+%{_mandir}/man1/*
This page took 0.085388 seconds and 4 git commands to generate.