]> git.pld-linux.org Git - packages/AnotherLevel.git/blobdiff - AnotherLevel.spec
fixed a small typo
[packages/AnotherLevel.git] / AnotherLevel.spec
index 09f573f96c844fd8470d6b3b09310388b86ef3ec..e205e9d5ea1321a0a6261770e090cdf285389e04 100644 (file)
@@ -1,53 +1,54 @@
-Summary:       A customized configuration of the fvwm2 window manager.
+Summary:       A customized configuration of the fvwm2 window manager
+Summary(pl):   U¿yteczna konfiguracja zarz±dcy okien fvwm2
 Name:          AnotherLevel
 Version:       0.9
 Release:       1
-Copyright:     distributable
+License:       distributable
 Group:         X11/Window Managers
-Group(pl):     X11/Zarz±dcy Okien
-Source:                AnotherLevel-0.9.tar.gz
+Source0:       %{name}-%{version}.tar.gz
 Requires:      m4, fvwm2, fvwm2-icons, wmconfig > 0.3
-BuildRoot:     /tmp/%{name}-%{version}-root
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:     TheNextLevel
-BuildArchitectures: noarch
+BuildArch:     noarch
 
-%define                _prefix /usr/X11R6
-%define                _mandir /usr/X11R6/man
+%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.
+
+%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
+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 \
+%{__make} install TOPDIR=$RPM_BUILD_ROOT \
        ICONDIR=%{_datadir}/icons \
        MANDIR=%{_mandir}/man1
 
-install -d $RPM_BUILD_ROOT/etc/X11/TheNextLevel
+install -d $RPM_BUILD_ROOT%{_sysconfdir}/X11/TheNextLevel
 ln -sf ../AnotherLevel/fvwm2rc.m4 \
-       $RPM_BUILD_ROOT/etc/X11/TheNextLevel/.fvwm2rc.m4
+       $RPM_BUILD_ROOT%{_sysconfdir}/X11/TheNextLevel/.fvwm2rc.m4
 
-install -d $RPM_BUILD_ROOT/etc/X11/gdm/Sessions
+install -d $RPM_BUILD_ROOT%{_sysconfdir}/X11/gdm/Sessions
 install AnotherLevel.session \
-       $RPM_BUILD_ROOT/etc/X11/gdm/Sessions/AnotherLevel
-
-gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/*
+       $RPM_BUILD_ROOT%{_sysconfdir}/X11/gdm/Sessions/AnotherLevel
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -55,10 +56,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
+%dir %{_sysconfdir}/X11/AnotherLevel
+%config %{_sysconfdir}/X11/AnotherLevel/*
+%{_sysconfdir}/X11/TheNextLevel
+%attr(755,root,root) %{_sysconfdir}/X11/gdm/Sessions/AnotherLevel
 %{_datadir}/icons/*.xpm
 %{_datadir}/icons/mini/*.xpm
 %{_mandir}/man1/*
This page took 0.162117 seconds and 4 git commands to generate.