Guest User

Untitled

a guest
Apr 21st, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. Summary: Simple integrate Content Management System
  2. Name: sic
  3. Version: 1182
  4. Release: 1
  5. Source0: %{name}-%{version}.tar.gz
  6. License: MIT
  7. Group: Applications/Internet
  8. %description
  9. Provide a robust and easy to use content management system.
  10. Support large corpus of documents. Support the easy editing of new content.
  11. Make it easy to locate content via natural language queries.
  12.  
  13. A two part system to ensure easy scalablity while ensuring robust organization.
  14. %prep
  15. %setup -q
  16. %build
  17. %install
  18. rm -rf $RPM_BUILD_ROOT
  19. cp -R ./* $RPM_BUILD_ROOT
  20. echo $RPM_BUILD_ROOT
  21. %post
  22. ./gems/gems/capistrano-2.3.0/bin/cap -f deploy/deploy_rpm.rb rpm:install
  23. %files
  24. /%{name}-%{version}/*
  25. %defattr(-,root,root)
Add Comment
Please, Sign In to add comment