]> git.pld-linux.org Git - packages/WMRack.git/commitdiff
- added more macros.
authorpius <pius@pld-linux.org>
Thu, 24 Jun 1999 07:16:43 +0000 (07:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    WMRack.spec -> 1.10

WMRack.spec

index 1ac3055172e1807e3d729f86004aa047ae5ebbe9..aa40d7b1f8a3aab91b519643a3c2755925878b57 100644 (file)
@@ -2,7 +2,7 @@ Summary:        A WindowMaker Dock CD+Sound Applet
 Summary(pl):   Dock CD+Sound aplet do WindowMakera
 Name:          WMRack
 Version:       1.0b5
-Release:       2d
+Release:       3
 Copyright:     GPL
 Vendor:                FGA bitart Furch & Graf GbR
 Group:         X11/Window Managers/Tools
@@ -12,7 +12,7 @@ Icon:         wmrack.gif
 BuildRoot:     /tmp/%{name}-%{version}-root
 
 %define        _prefix /usr/X11R6
-%define        _mandir /usr/X11R6/man
+%define        _mandir %{_prefix}/man
 
 %description
 This is the second and hopefully last beta release of WMRack. It
@@ -37,7 +37,7 @@ make
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make prefix=$RPM_BUILD_ROOT/usr/X11R6 install
+make prefix=$RPM_BUILD_ROOT%{_prefix} install
 
 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/*
 gzip -9nf README TODO WARRANTY
@@ -48,10 +48,10 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README.gz TODO.gz WARRANTY.gz
-/usr/X11R6/GNUstep/Library/WMRack
+%{_prefix}/GNUstep/Library/WMRack
 
-%attr(755,root,root) /usr/X11R6/bin/*
-/usr/X11R6/man/man1/*
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
 
 %changelog
 * Tue Feb  9 1999 Micha³ Kuratczyk <kurkens@polbox.com>
This page took 0.046338 seconds and 4 git commands to generate.