]> git.pld-linux.org Git - packages/drupal.git/commitdiff
- unify backups removal; rel 2 auto/ac/drupal-4_6_8-2
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 6 Jun 2006 17:16:14 +0000 (17:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drupal.spec -> 1.64

drupal.spec

index 4cc7a6a381e11b379ae514949ee205bf74723dec..8f6bb29edb546d0d25bd569bca5f440d408d4bb6 100644 (file)
@@ -4,7 +4,7 @@ Summary:        Open source content management platform
 Summary(pl):   Platforma do zarz±dzania tre¶ci± o otwartych ¼ród³ach
 Name:          drupal
 Version:       %{_ver}.%{_patchlevel}
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/WWW
 Source0:       http://drupal.org/files/projects/%{name}-%{version}.tar.gz
@@ -184,10 +184,11 @@ nazywane rozproszonym uwierzytelnianiem.
 %patch8 -p1
 %patch9 -p1
 
-find -name '*~' | xargs -r rm -v
-find -name '*.orig' | xargs -r rm -v
 cp -p %{SOURCE3} README.PLD
 
+# remove backups from patching as we use globs to package files to buildroot
+find '(' -name '*~' -o -name '*.orig' ')' | xargs -r rm -v
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_sysconfdir},/etc/cron.d,/var/{cache,lib}/%{name}} \
This page took 0.075904 seconds and 4 git commands to generate.