]> git.lyx.org Git - lyx.git/blobdiff - development/lyx.spec.in
update mac bundle version for devt release
[lyx.git] / development / lyx.spec.in
index fbefa0d5f28beb00b07379df722d70bec4c19944..34442a20dca7c9346241d524d4958654c9d65253 100644 (file)
@@ -5,7 +5,7 @@ Summary: A WYSIWYM (What You See Is What You Mean) frontend to LaTeX
 Name: @PACKAGE@
 Version: @VERSION@
 Release: 1_%{frontend}
-Copyright: see COPYING file
+License: see COPYING file
 Group: Applications/Publishing
 URL: http://www.lyx.org/
 Packager: Kayvan A. Sylvan <kayvan@sylvan.com>
@@ -73,18 +73,6 @@ rm -rf ${RPM_BUILD_ROOT}
 # Make TeX understand where LyX-specific packages are
 texhash
 
-# Before configuring lyx for the local system
-# PATH needs to be imported
-if [ -f /etc/profile ]; then
-    . /etc/profile
-fi
-#
-# Now configure LyX
-#
-echo "Configuring LyX for your system..."
-cd %{_datadir}/%{name}
-./configure --srcdir
-
 %postun
 # Fix the TeX file hash
 #