Author: glen                         Date: Wed Feb  2 06:40:49 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix lms.x86_64: E: backup-file-in-package 
/usr/share/lms/contrib/customer_otherip/class.php.orig

---- Files affected:
packages/lms:
   lms.spec (1.120 -> 1.121) 

---- Diffs:

================================================================
Index: packages/lms/lms.spec
diff -u packages/lms/lms.spec:1.120 packages/lms/lms.spec:1.121
--- packages/lms/lms.spec:1.120 Sat Jan 29 21:52:22 2011
+++ packages/lms/lms.spec       Wed Feb  2 07:40:44 2011
@@ -5,14 +5,14 @@
 #
 # Conditional build:
 %bcond_without lmsd            # without lmsd daemon
-#
+
 %define                lmsver          1.11
 %define                lmssubver       11
 Summary:       LAN Managment System
 Summary(pl.UTF-8):     System Zarządzania Siecią Lokalną
 Name:          lms
 Version:       %{lmsver}.%{lmssubver}
-Release:       1
+Release:       2
 License:       GPL v2
 Group:         Networking/Utilities
 Source0:       
http://www.lms.org.pl/download/%{lmsver}/%{name}-%{version}.tar.gz
@@ -173,6 +173,9 @@
        smarty-plugins
 rm -rf lib/Smarty
 
+# cleanup backups after patching
+find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
+
 %build
 %if %{with lmsd}
 
@@ -340,6 +343,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.121  2011/02/02 06:40:44  glen
+- fix lms.x86_64: E: backup-file-in-package 
/usr/share/lms/contrib/customer_otherip/class.php.orig
+
 Revision 1.120  2011/01/29 20:52:22  paszczus
 - added missing memory function for Smarty
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/lms/lms.spec?r1=1.120&r2=1.121&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to