rpms/crystalspace/devel crystalspace.spec,1.9,1.10

Lubomir Rintel lkundrak at fedoraproject.org
Wed Oct 1 17:49:50 UTC 2008


Author: lkundrak

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

Modified Files:
	crystalspace.spec 
Log Message:
tiny install fixes


Index: crystalspace.spec
===================================================================
RCS file: /cvs/pkgs/rpms/crystalspace/devel/crystalspace.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- crystalspace.spec	29 Sep 2008 21:47:04 -0000	1.9
+++ crystalspace.spec	1 Oct 2008 17:49:19 -0000	1.10
@@ -1,7 +1,9 @@
-%define csprefix %{name}-%{version}
+%define major_version 1.2
+%define minor_version 1
+%define csprefix %{name}-%{major_version}
 
 Name:           crystalspace
-Version:        1.2.1
+Version:        %{major_version}.%{minor_version}
 Release:        1%{?dist}
 Summary:        Crystal Space a free 3D engine
 Group:          System Environment/Libraries
@@ -110,10 +112,10 @@
 
 # remove unneeded python dir from linkpath, as it causes a multilib conflict
 sed -i 's| -L%{_libdir}/python2.5||' \
-  $RPM_BUILD_ROOT%{_bindir}/cs-config-%{version}
-
+  $RPM_BUILD_ROOT%{_bindir}/cs-config-%{major_version}
+ 
 # and do some more general cleanups
-chmod +x $RPM_BUILD_ROOT%{_libdir}/lib%{name}*-%{version}.so
+chmod +x $RPM_BUILD_ROOT%{_libdir}/lib%{name}*-%{major_version}.so
 chmod +x $RPM_BUILD_ROOT%{_datadir}/%{csprefix}/build/autoconf/config.*
 chmod +x $RPM_BUILD_ROOT%{_datadir}/%{csprefix}/build/autoconf/install-sh
 chmod +x $RPM_BUILD_ROOT%{_datadir}/%{csprefix}/build/jamtemplate/autogen.template




More information about the scm-commits mailing list