Define %clean before %files

tags/0.8_el5
Daniel Berteaud 8 years ago
parent 6829ca06e9
commit 95b439ae94
  1. 17
      wpkg-thunderbird-config.spec

@ -1,5 +1,5 @@
%define package thunderbird-config
%define version 0.4
%define version 0.7
%define release 1
Name: wpkg-%{package}
@ -39,16 +39,25 @@ mkdir -p %{buildroot}/home/e-smith/files/shares/wpkg/files/softwares/thunderbird
cp -r softwares/* %{buildroot}/home/e-smith/files/shares/wpkg/files/softwares/thunderbird/
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/
/etc/
%clean
/bin/rm -rf %{buildroot}
%changelog
* Thu Dec 12 2013 Daniel Berteaud <daniel@firewall-services.com> 0.7-1
- Fix path for custom-strings.txt
* Thu Dec 12 2013 Daniel Berteaud <daniel@firewall-services.com> 0.6-1
- Also check for config files, not just the registry
* Wed Dec 11 2013 Daniel Berteaud <daniel@firewall-services.com> 0.5-1
- Add custom-strings.txt to customize text added after a FileLink
* Fri Sep 21 2012 Daniel Berteaud <daniel@firewall-services.com> 0.4-1
- Add downgrade commands

Loading…
Cancel
Save