SPECS: ocs-ng-inventory.spec - undos the source
wolvverine
wolvverine at pld-linux.org
Wed Oct 4 15:34:36 CEST 2006
Author: wolvverine Date: Wed Oct 4 13:34:36 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- undos the source
---- Files affected:
SPECS:
ocs-ng-inventory.spec (1.11 -> 1.12)
---- Diffs:
================================================================
Index: SPECS/ocs-ng-inventory.spec
diff -u SPECS/ocs-ng-inventory.spec:1.11 SPECS/ocs-ng-inventory.spec:1.12
--- SPECS/ocs-ng-inventory.spec:1.11 Tue Oct 3 17:34:43 2006
+++ SPECS/ocs-ng-inventory.spec Wed Oct 4 15:34:30 2006
@@ -23,13 +23,13 @@
Requires: apache >= 1.3.33
Requires: apache-mod_perl >= 1.29
Requires: apache-mod_php >= 4.3.2
-Requires: perl-base >= 1:5.6
Requires: perl-Apache-DBI >= 0.93
Requires: perl-Compress-Zlib >= 1.33
Requires: perl-DBD-mysql >= 2.9004
Requires: perl-DBI >= 1.40
Requires: perl-Net-IP >= 1.21
Requires: perl-XML-Simple >= 2.12
+Requires: perl-base >= 1:5.6
Requires: php-common >= 3:4.3.2
Requires: php-pecl-zip
Requires: webapps
@@ -96,12 +96,12 @@
%patch0 -p1
# undos the source
-find '(' -name '*.php' -o -name '*.inc' ')' -print0 | xargs -0 sed -i -e 's,\r$,,'
+find '(' -name '*.php' -o -name '*.inc' -o -name '*.conf' -o -name '*.htc' -o -name '*.js' -o -name '*.dtd' -o -name '*.pm' -o -name '*.css' ')' -print0 | xargs -0 sed -i -e 's,\r$,,'
%build
cd Apache
%{__perl} Makefile.PL \
- INSTALLDIRS=vendor
+ INSTALLDIRS=vendor
%{__make}
%install
@@ -157,6 +157,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.12 2006/10/04 13:34:30 wolvverine
+- undos the source
+
Revision 1.11 2006/10/03 15:34:43 ankry
- tabs
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/ocs-ng-inventory.spec?r1=1.11&r2=1.12&f=u
More information about the pld-cvs-commit
mailing list