]> git.pld-linux.org Git - packages/horde-mimp.git/commitdiff
- avoid packaging test.php
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 16 Nov 2005 14:06:49 +0000 (14:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    horde-mimp.spec -> 1.12

horde-mimp.spec

index 9e63518ac47f5a077d88c5158957d2ab5866b9a5..44a3c37a4b534f870ce36417abd25ac985424d3b 100644 (file)
@@ -1,7 +1,7 @@
 %define        _hordeapp mimp
 %define        _snap   2005-11-16
 #define        _rc             rc1
-%define        _rel    0.1
+%define        _rel    0.2
 #
 %include       /usr/lib/rpm/macros.php
 Summary:       MIMP - a stripped down version of IMP for use on mobile phones/PDAs
@@ -62,7 +62,9 @@ MIMP-a) mo
 tar zxf %{SOURCE0} --strip-components=1
 %patch0 -p1
 
-rm -f config/.htaccess
+# Described in documentation as dangerous file...
+rm test.php
+rm config/.htaccess
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.078307 seconds and 4 git commands to generate.