rpms/smesh/devel smesh.spec,1.6,1.7

Richard Shaw hobbes1069 at rpmfusion.org
Mon Feb 18 18:28:43 CET 2013


Author: hobbes1069

Update of /cvs/nonfree/rpms/smesh/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv16489

Modified Files:
	smesh.spec 
Log Message:
Fix source references.


Index: smesh.spec
===================================================================
RCS file: /cvs/nonfree/rpms/smesh/devel/smesh.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- smesh.spec	18 Feb 2013 15:06:29 -0000	1.6
+++ smesh.spec	18 Feb 2013 17:28:43 -0000	1.7
@@ -3,9 +3,11 @@
 %global cmake %cmake28
 %endif
 
+%global svnrev 55
+
 Name:           smesh
 Version:        5.1.2.2
-Release:        6.svn55%{?dist}
+Release:        6.svn%{svnrev}%{?dist}
 Summary:        OpenCascade based MESH framework
 
 # This library is LGPLv2+ but links against the non-free library OCE.
@@ -14,7 +16,7 @@
 
 # Source is svn checkout since the last release is too old:
 # https://salomesmesh.svn.sourceforge.net/svnroot/salomesmesh/trunk
-Source0:        smesh-5.1.2.2-svn54.tar.gz
+Source0:        %{name}-%{version}.svn%{svnrev}.tar.gz
 
 # Patch emailed upstream to Fotios Sioutis <sfotis at gmail.com>
 # on 12/21/11.
@@ -62,7 +64,7 @@
 
 
 %prep
-%setup -q -c %{name}-%{version}
+%setup -q -n %{name}-%{version}.svn%{svnrev}
 %patch0 -p1
 %patch1 -p1 -b .cmakefix
 %patch2 -p1 -b .f2c


More information about the rpmfusion-commits mailing list