rpms/lazarus/devel lazarus.spec,1.2,1.3

Lubomir Rintel lkundrak at fedoraproject.org
Wed Oct 29 17:45:50 UTC 2008


Author: lkundrak

Update of /cvs/pkgs/rpms/lazarus/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13780

Modified Files:
	lazarus.spec 
Log Message:
* Wed Oct 29 2008 Lubomir Rintel <lkundrak at v3.sk> 0.9.26-2
- Fix path to the source tree



Index: lazarus.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lazarus/devel/lazarus.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lazarus.spec	27 Oct 2008 22:46:32 -0000	1.2
+++ lazarus.spec	29 Oct 2008 17:45:19 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           lazarus
 Version:        0.9.26
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Lazarus Component Library and IDE for Freepascal
 
 Group:          Development/Languages
@@ -69,7 +69,7 @@
 ln -sf ../%{_lib}/%{name}/lazbuild %{buildroot}%{_bindir}/lazbuild
 
 install -D -p -m 0644 lazarus/tools/install/linux/editoroptions.xml %{buildroot}%{_sysconfdir}/lazarus/editoroptions.xml
-cat lazarus/tools/install/linux/environmentoptions.xml | sed -e "s#/usr/lib/lazarus/#%{_libdir}/%{name}#" > %{buildroot}%{_sysconfdir}/lazarus/environmentoptions.xml
+sed 's#/usr/lib/lazarus/#%{_libdir}/%{name}#;s#/\$(FPCVER)##' lazarus/tools/install/linux/environmentoptions.xml > %{buildroot}%{_sysconfdir}/lazarus/environmentoptions.xml
 
 chmod 755 %{buildroot}%{_libdir}/%{name}/components/lazreport/tools/localize.sh
 
@@ -98,6 +98,9 @@
 %{_mandir}/*/*
 
 %changelog
+* Wed Oct 29 2008 Lubomir Rintel <lkundrak at v3.sk> 0.9.26-2
+- Fix path to the source tree
+
 * Thu Oct 23 2008 Joost van der Sluis <joost at cnoc.nl> 0.9.26-1
 - Updated to version 0.9.26
 - Removed scripts which are vulnerable to symlink-attacks (bug 460642)




More information about the scm-commits mailing list