]> git.pld-linux.org Git - packages/AnotherLevel.git/commitdiff
- merged lost change:
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 30 May 2003 12:17:57 +0000 (12:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  Revision 1.19  2003/05/23 17:12:42  radek
  - fixed "two lines"

Changed files:
    AnotherLevel.spec -> 1.21

AnotherLevel.spec

index d9c5865330e60ee7424a48e5c65baa48f4549dcb..17b8d1841a1480b0da7d6b658efb17085eb2bf5b 100644 (file)
@@ -5,14 +5,13 @@ Version:      0.9
 Release:       1
 License:       distributable
 Group:         X11/Window Managers
 Release:       1
 License:       distributable
 Group:         X11/Window Managers
-Source0:       %{name}-%{version}.tar.gz
 # Source0-md5: ddeb447d0bf8aeca5bb1cf30878b4d55
 # Source0-md5: ddeb447d0bf8aeca5bb1cf30878b4d55
+Source0:       %{name}-%{version}.tar.gz
 Requires:      m4, fvwm2, fvwm2-icons, wmconfig > 0.3
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:     TheNextLevel
 BuildArch:     noarch
 
 Requires:      m4, fvwm2, fvwm2-icons, wmconfig > 0.3
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:     TheNextLevel
 BuildArch:     noarch
 
-
 %description
 AnotherLevel is a custom configuration of the popular fvwm2 window
 manager. Fvwm stands for (?) virtual window manager. You can fill in
 %description
 AnotherLevel is a custom configuration of the popular fvwm2 window
 manager. Fvwm stands for (?) virtual window manager. You can fill in
@@ -37,9 +36,11 @@ Grega J. Bradosa, kt
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install TOPDIR=$RPM_BUILD_ROOT \
+%{__make} install \
+       TOPDIR=$RPM_BUILD_ROOT \
        ICONDIR=%{_datadir}/icons \
        ICONDIR=%{_datadir}/icons \
-       MANDIR=%{_mandir}/man1
+       MANDIR=%{_mandir}/man1 \
+       BINDIR=%{_bindir}
 
 install -d $RPM_BUILD_ROOT%{_sysconfdir}/X11/TheNextLevel
 ln -sf ../AnotherLevel/fvwm2rc.m4 \
 
 install -d $RPM_BUILD_ROOT%{_sysconfdir}/X11/TheNextLevel
 ln -sf ../AnotherLevel/fvwm2rc.m4 \
This page took 0.140082 seconds and 4 git commands to generate.