[lyx] Remove references to pre-releases

José Abílio Oliveira Matos jamatos at fedoraproject.org
Sat Apr 30 09:03:58 UTC 2011


commit 4f0bec8b4c0ae70aff2b4f31def5bcbe67c4fd4a
Author: José Matos <jamatos at fedoraproject.org>
Date:   Sat Apr 30 10:03:08 2011 +0100

    Remove references to pre-releases

 lyx.spec |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/lyx.spec b/lyx.spec
index 9ef0e9f..140e634 100644
--- a/lyx.spec
+++ b/lyx.spec
@@ -10,8 +10,6 @@ BuildRequires: fontpackages-devel
 
 %define _without_included_boost --without-included-boost
 
-#%define pre rc3
-
 Summary: WYSIWYM (What You See Is What You Mean) document processor
 Name:	 lyx
 Version: 2.0.0
@@ -20,8 +18,7 @@ Release: 1%{?dist}
 License: GPLv2+
 Group: 	 Applications/Publishing
 Url: 	 http://www.lyx.org/
-#Source0: ftp://ftp.lyx.org/pub/lyx/stable/lyx-%{version}.tar.bz2
-Source0: ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.0/%{pre}/lyx-%{version}%{?pre}.tar.xz
+Source0: ftp://ftp.lyx.org/pub/lyx/stable/lyx-%{version}.tar.xz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Source1: lyxrc.dist
@@ -143,7 +140,7 @@ A collection of Math symbol fonts for %{name}.
 
 %prep
 
-%setup -q -n %{name}-%{version}%{?pre}
+%setup -q -n %{name}-%{version}
 
 %patch50 -p1 -b .xdg_open
 


More information about the scm-commits mailing list