Advertisement
Guest User

Untitled

a guest
Jun 2nd, 2013
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. %define _topdir /home/virtual/rpmbuild
  2.  
  3. Name:           apache-tomcat-vanilla-pfe
  4. Version:        7.0.37
  5. Release:        1.0
  6. License:        Proprietary
  7. Summary:        Apache Tomcat Vanilla
  8. Group:          Servers/Tomcat
  9. Source:         apache-tomcat-7.0.37.tar.gz
  10. BuildArch:      noarch
  11. BuildRoot:      %{_tmppath}/%{name}-build
  12.  
  13. %description
  14.  
  15. %prep
  16. %setup -n apache-tomcat-7.0.37
  17.  
  18. #%build
  19.  
  20. %install
  21. mkdir -p $RPM_BUILD_ROOT/opt
  22.  
  23. %clean
  24. %{?buildroot:%__rm -rf "%{buildroot}"}
  25.  
  26. %post
  27.  
  28. %postun
  29.  
  30. %files
  31. %defattr(755,virtual,users)
  32.  
  33. %changelog
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement