Define %clean before %files

master
Daniel Berteaud 8 years ago
parent 8ae3aa1bcc
commit 44677889a0
  1. 6
      wpkg-ntp.spec

@ -32,14 +32,14 @@ unix2dos packages/*
mkdir -p %{buildroot}/home/e-smith/files/shares/wpkg/files/packages
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
* Thu Jun 7 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1.0-1
- Change version scheme

Loading…
Cancel
Save