]> git.pld-linux.org Git - packages/WMRack.git/commitdiff
kosmetyka
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 23 Jun 1999 17:09:28 +0000 (17:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    WMRack.spec -> 1.9

WMRack.spec

index eab7819e5d9a261174b7759b2addba94ee2fdd0b..1ac3055172e1807e3d729f86004aa047ae5ebbe9 100644 (file)
@@ -11,6 +11,9 @@ Source:               WMRack-%{version}.tar.bz2
 Icon:          wmrack.gif
 BuildRoot:     /tmp/%{name}-%{version}-root
 
+%define        _prefix /usr/X11R6
+%define        _mandir /usr/X11R6/man
+
 %description
 This is the second and hopefully last beta release of WMRack. It
 features cdrom and mixer functions. Please repeat any bugs. Compiled
@@ -28,7 +31,8 @@ still work but need an extra (middle) button.
 %build
 CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
 ./configure %{_target_platform} \
-       --prefix=/usr/X11R6
+       --prefix=%{_prefix}
+       --mandir=%{_mandir}
 make
 
 %install
This page took 0.043918 seconds and 4 git commands to generate.