Author: lisu Date: Thu Oct 15 11:34:25 2009 GMT Module: packages Tag: HEAD ---- Log message: - use patch instead of sedding techne.bin
---- Files affected: packages/techne: techne.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: packages/techne/techne.spec diff -u packages/techne/techne.spec:1.3 packages/techne/techne.spec:1.4 --- packages/techne/techne.spec:1.3 Thu Oct 15 13:11:21 2009 +++ packages/techne/techne.spec Thu Oct 15 13:34:20 2009 @@ -10,6 +10,7 @@ Group: Applications Source0: http://mirror.lihnidos.org/GNU/savannah/techne/%{name}-%{version}.tar.gz # Source0-md5: ce836281dd38394f98a919d13ed891a7 +Patch0: %{name}-bin.patch URL: http://savannah.nongnu.org/projects/techne/ BuildRequires: OpenAL-devel BuildRequires: OpenGL-GLU-devel @@ -36,8 +37,8 @@ %prep %setup -q +%patch0 -p1 %{__sed} -i 's/\[lua5.1\]/\[lua51\]/' configure.ac -%{__sed} -i 's,${libdir}/techne,%{_bindir},' src/techne.in %build %{__aclocal} @@ -71,6 +72,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2009/10/15 11:34:20 lisu +- use patch instead of sedding techne.bin + Revision 1.3 2009/10/15 11:11:21 lisu - put techne.bin into bindir (it has to be executable) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/techne/techne.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
