home *** CD-ROM | disk | FTP | other *** search
/ linuxmafia.com 2016 / linuxmafia.com.tar / linuxmafia.com / pub / palmos / pippy-0.6beta-src.tar.gz / pippy-0.6beta-src.tar / pippy-0.6beta-src / tools / prctools-0.6.0-1.spec < prev   
Text File  |  2001-01-20  |  843b  |  40 lines

  1.  
  2. Summary: A set of tools for building PalmOS applications.
  3. Name: prc-tools
  4. Version: 0.6.0
  5. Release: 1
  6. Copyright: GPL
  7. Group: Development/Tools
  8. Source: prc-tools-0.6.0.tar
  9. BuildRoot: /usr/tmp/%{name}-build
  10. #BuildRoot: /usr/src/redhat/BUILD/prc-tools-0.6.0
  11.  
  12. %description
  13. This revision of prc-tools was upgraded by Michael Solokov from prc-tools-0.5
  14. and includes support for multiple segments and GLib shared libraries.
  15.  
  16.  
  17. %prep
  18. cd -
  19. cp inventory $RPM_BUILD_ROOT/..
  20. cd -
  21.  
  22. %setup -q
  23.  
  24. %install
  25. rm -rf $RPM_BUILD_ROOT
  26. mkdir $RPM_BUILD_ROOT
  27. cp -rp . $RPM_BUILD_ROOT
  28.  
  29. %clean
  30. #rm -rf $RPM_BUILD_ROOT
  31.  
  32. # Note:  The path to inventory is $RPM_BUILD_ROOT/.., but using this
  33. # variable in the path results in a crash.  Apparently, the context above
  34. # isn't propagated beyond this point.
  35. %files -f /usr/tmp/prc-tools-build/../inventory
  36. %defattr(-,root,root)
  37.  
  38.  
  39.  
  40.