]> git.pld-linux.org Git - packages/AnotherLevel.git/commitdiff
- spec adapterized.
authorkloczek <kloczek@pld-linux.org>
Wed, 17 May 2000 00:36:12 +0000 (00:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    AnotherLevel.spec -> 1.8

AnotherLevel.spec

index fb10d3dde1d98a88de1429e76778dfa3e6efc49e..735e68b291118605a84776229f977c5e93c6d58e 100644 (file)
@@ -5,31 +5,29 @@ Release:      1
 Copyright:     distributable
 Group:         X11/Window Managers
 Group(pl):     X11/Zarz±dcy Okien
-Source:                AnotherLevel-0.9.tar.gz
+Source0:       AnotherLevel-0.9.tar.gz
 Requires:      m4, fvwm2, fvwm2-icons, wmconfig > 0.3
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:     TheNextLevel
-BuildArchitectures: noarch
+BuildArchitectures:    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.
+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,
+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
@@ -48,13 +46,13 @@ 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
+$RPM_BUILD_ROOT%{_sysconfdir}/X11/gdm/Sessions/AnotherLevel
 
 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/*
 
@@ -64,10 +62,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.068154 seconds and 4 git commands to generate.