]> git.pld-linux.org Git - packages/dokuwiki-tpl-arctic.git/commitdiff
- too much copy pasto
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 21 Jul 2008 12:56:41 +0000 (12:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dokuwiki-tpl-arctic.spec -> 1.2

dokuwiki-tpl-arctic.spec

index e691c893fc139282542e17e9eaf5e3acd2d481df..2dfcdba873f0926cbcd84fea08bd9870cb941410 100644 (file)
@@ -28,10 +28,6 @@ defined sidebar actions.
 
 %prep
 %setup -q -n %{tpl}
-
-rm -f LICENSE # GPL v2
-rm -f *~
-
 cat > INSTALL <<'EOF'
 To activate this template add the following to your conf/local.php file:
 $conf['template'] = '%{tpl}';
@@ -41,7 +37,7 @@ EOF
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{tpldir}
 cp -a . $RPM_BUILD_ROOT%{tpldir}
-rm -f $RPM_BUILD_ROOT%{tpldir}/{INSTALL,README}
+rm -f $RPM_BUILD_ROOT%{tpldir}/{COPYING,VERSION,INSTALL,README,style.ini.dist}
 
 # find locales
 sh %{SOURCE1} %{name}.lang
This page took 0.102884 seconds and 4 git commands to generate.