packages: techne/techne.spec - put techne.bin into bindir (it has to be exe...
lisu
lisu at pld-linux.org
Thu Oct 15 13:11:26 CEST 2009
Author: lisu Date: Thu Oct 15 11:11:26 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- put techne.bin into bindir (it has to be executable)
---- Files affected:
packages/techne:
techne.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: packages/techne/techne.spec
diff -u packages/techne/techne.spec:1.2 packages/techne/techne.spec:1.3
--- packages/techne/techne.spec:1.2 Thu Oct 15 11:10:24 2009
+++ packages/techne/techne.spec Thu Oct 15 13:11:21 2009
@@ -37,6 +37,7 @@
%prep
%setup -q
%{__sed} -i 's/\[lua5.1\]/\[lua51\]/' configure.ac
+%{__sed} -i 's,${libdir}/techne,%{_bindir},' src/techne.in
%build
%{__aclocal}
@@ -51,13 +52,15 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
+install src/techne.bin $RPM_BUILD_ROOT%{_bindir}
+
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README
-%attr(755,root,root) %{_bindir}/techne
+%attr(755,root,root) %{_bindir}/techne*
%{_datadir}/%{name}
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/*.so
@@ -68,6 +71,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2009/10/15 11:11:21 lisu
+- put techne.bin into bindir (it has to be executable)
+
Revision 1.2 2009/10/15 09:10:24 lisu
- BRs: OpenGL-GLU-devel, OpenGL-devel, OpenAL-devel
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/techne/techne.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list