%define debug_package %{nil} Name: SPFBook Summary: Smart Phone Pentest Framework Version: 0.2.6 Release: 0.1 #Source0: %{name}-%{version}.tar.gz Source0: %{name}.tar.gz License: Bulb Security License URL: http://www.bulbsecurity.com Group: System Environment/Libraries Packager: Scott R. Shinn BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Prefix: %{_prefix} #AutoReq: 0 #AutoReqProv: no Requires: ant Requires: perl # Or mariadb Requires: mysql-server Requires: httpd Requires: android-studio Requires(post): chkconfig Requires(preun): chkconfig Requires(preun): initscripts %description Smart Phone Penetration test Framework %prep %setup -n Smartphone-Pentest-Framework-SPFBook %build %install rm -rf %{buildroot} %{__mkdir_p} %{buildroot}/opt/SPFBook/ cp -r * %{buildroot}/opt/SPFBook/ %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %dir /opt/SPFBook/ /opt/SPFBook %changelog * Fri Mar 6 2015 Scott R. Shinn - 0.2.6-1 - Initial release