Author: arekm Date: Sun Oct 9 09:52:35 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - don't pass arch=something; it's already in cflags
---- Files affected: SPECS: asterisk.spec (1.58 -> 1.59) ---- Diffs: ================================================================ Index: SPECS/asterisk.spec diff -u SPECS/asterisk.spec:1.58 SPECS/asterisk.spec:1.59 --- SPECS/asterisk.spec:1.58 Sun Oct 9 00:07:57 2005 +++ SPECS/asterisk.spec Sun Oct 9 11:52:29 2005 @@ -14,7 +14,7 @@ Summary(pl): Centralka (PBX) Asterisk Name: asterisk Version: 1.0.9 -Release: 3 +Release: 4 License: GPL v2 Group: Applications/System Source0: ftp://ftp.digium.com/pub/%{name}/%{name}-%{version}.tar.gz @@ -30,6 +30,7 @@ Patch6: %{name}-freetds.patch Patch7: %{name}-t30.patch Patch8: %{name}-awk.patch +Patch9: %{name}-noarch.patch # It's included, but these sources are broken by me :) # will fit on clean cvs source #Patch1: %{name}-DESTDIR.patch @@ -123,6 +124,7 @@ %patch6 -p1 %patch7 -p1 %patch8 -p1 +%patch9 -p1 sed -i -e "s#/usr/lib/#/usr/%{_lib}/#g#" Makefile @@ -245,6 +247,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.59 2005/10/09 09:52:29 arekm +- don't pass arch=something; it's already in cflags + Revision 1.58 2005/10/08 22:07:57 arekm - fix awk req; rel 3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/asterisk.spec?r1=1.58&r2=1.59&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
