Define %clean before %files

tags/3.1.2_el5
Daniel Berteaud 8 years ago
parent 68c01a86ee
commit dd22bc32e1
  1. 6
      wpkg-sumatrapdf.spec

@ -34,14 +34,14 @@ mkdir -p %{buildroot}/home/e-smith/files/shares/wpkg/files/softwares/%{package}
cp -r softwares/* %{buildroot}/home/e-smith/files/shares/wpkg/files/softwares/%{package}/
cp -r packages/* %{buildroot}/home/e-smith/files/shares/wpkg/files/packages/
%clean
/bin/rm -rf %{buildroot}
%files
%defattr(-,root,root)
%doc CHANGELOG.git
/home/e-smith/files/shares/wpkg/files/
%clean
/bin/rm -rf %{buildroot}
%changelog
* Fri Dec 4 2015 Daniel Berteaud <daniel@firewall-services.com> 3.1.1-2
- Add native x64 binary

Loading…
Cancel
Save