/[packages]/cauldron/opengl-games-utils/current/SPECS/opengl-games-utils.spec
ViewVC logotype

Diff of /cauldron/opengl-games-utils/current/SPECS/opengl-games-utils.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 95989 by ahmad, Sun May 8 03:03:07 2011 UTC revision 95991 by ahmad, Sun May 8 03:05:15 2011 UTC
# Line 1  Line 1 
1  Name:           opengl-games-utils  Name:           opengl-games-utils
2  Version:        0.1  Version:        0.1
3  Release:        10%{?dist}  Release:        %mkrel 1
4  Summary:        Utilities to check proper 3d support before launching 3d games  Summary:        Utilities to check proper 3d support before launching 3d games
5  Group:          Amusements/Games  Group:          Amusements/Games
6  License:        Public Domain  License:        Public Domain
# Line 8  URL:            http://fedoraproject.org Line 8  URL:            http://fedoraproject.org
8  Source0:        opengl-game-wrapper.sh  Source0:        opengl-game-wrapper.sh
9  Source1:        opengl-game-functions.sh  Source1:        opengl-game-functions.sh
10  Source2:        README  Source2:        README
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)  
11  BuildArch:      noarch  BuildArch:      noarch
12  Requires:       zenity glx-utils  Requires:       zenity glx-utils
13    
# Line 18  This package contains various shell scri Line 17  This package contains various shell scri
17  is available before launching an OpenGL game. This package is intended for use  is available before launching an OpenGL game. This package is intended for use
18  by other packages and is not intended for direct end user use!  by other packages and is not intended for direct end user use!
19    
   
20  %prep  %prep
21  %setup -c -T  %setup -c -T
22  cp %{SOURCE2} .  cp %{SOURCE2} .
23    
   
24  %build  %build
25  # nothing to build  # nothing to build
26    
   
27  %install  %install
28  rm -rf $RPM_BUILD_ROOT  rm -rf %{buildroot}
29  mkdir -p $RPM_BUILD_ROOT%{_bindir}  mkdir -p %{buildroot}%{_bindir}
30  mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}  mkdir -p %{buildroot}%{_datadir}/%{name}
31  install -p -m 755 %{SOURCE0} $RPM_BUILD_ROOT%{_bindir}  install -p -m 755 %{SOURCE0} %{buildroot}%{_bindir}
32  install -p -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/%{name}  install -p -m 644 %{SOURCE1} %{buildroot}%{_datadir}/%{name}
   
33    
34  %clean  %clean
35  rm -rf $RPM_BUILD_ROOT  rm -rf %{buildroot}
   
36    
37  %files  %files
38  %defattr(-,root,root,-)  %defattr(-,root,root,-)
39  %doc README  %doc README
40  %{_bindir}/opengl-game-wrapper.sh  %{_bindir}/opengl-game-wrapper.sh
41  %{_datadir}/%{name}  %{_datadir}/%{name}
   
   

Legend:
Removed from v.95989  
changed lines
  Added in v.95991

  ViewVC Help
Powered by ViewVC 1.1.30