From 95b439ae945e78bb69d708e2dcfb01a5c962b1e6 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Mon, 4 Apr 2016 18:21:44 +0200 Subject: [PATCH] Define %clean before %files --- wpkg-thunderbird-config.spec | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/wpkg-thunderbird-config.spec b/wpkg-thunderbird-config.spec index ecea1ac..125256a 100644 --- a/wpkg-thunderbird-config.spec +++ b/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 0.7-1 +- Fix path for custom-strings.txt + +* Thu Dec 12 2013 Daniel Berteaud 0.6-1 +- Also check for config files, not just the registry + +* Wed Dec 11 2013 Daniel Berteaud 0.5-1 +- Add custom-strings.txt to customize text added after a FileLink + * Fri Sep 21 2012 Daniel Berteaud 0.4-1 - Add downgrade commands