From: Lars Gullik Bjønnes Date: Sun, 5 Aug 2001 22:15:41 +0000 (+0000) Subject: spec.diff X-Git-Tag: 1.6.10~20923 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=68f3c62aa40e11467464aca43bdefe99dba0104d;p=features.git spec.diff git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2422 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/ChangeLog b/development/ChangeLog index d4d67f5c59..56ce415c77 100644 --- a/development/ChangeLog +++ b/development/ChangeLog @@ -1,3 +1,7 @@ +2001-08-03 Kayvan Sylvan + + * lyx.spec.in: Integrate tetex-lyx into main RPM. + 2001-08-05 Lars Gullik Bjønnes * Code_rules/Rules: add some braces statements, fix some typos. diff --git a/development/lyx.spec.in b/development/lyx.spec.in index 1ebe32a8a3..e3e5a85284 100644 --- a/development/lyx.spec.in +++ b/development/lyx.spec.in @@ -11,6 +11,7 @@ BuildRoot: /var/tmp/rpm/lyx-root Icon: lyx.xpm Prefix: /usr Requires: xforms >= 0.88, tetex-xdvi, tetex, tetex-latex +Obsoletes: tetex-lyx %description LyX is a modern approach of writing documents with a computer @@ -62,8 +63,8 @@ gzip -f9 ${RPM_BUILD_ROOT}/usr/man/man?/* # TEXMF=/usr/share/texmf mkdir -p ${RPM_BUILD_ROOT}${TEXMF}/tex/latex -cp -r ${RPM_BUILD_ROOT}/usr/share/lyx/tex \ - ${RPM_BUILD_ROOT}${TEXMF}/tex/latex/lyx +mv ${RPM_BUILD_ROOT}/usr/share/lyx/tex \ + ${RPM_BUILD_ROOT}/${TEXMF}/tex/latex/lyx # # Miscellaneous files @@ -75,6 +76,9 @@ cp lib/reLyX/README README.reLyX rm -rf ${RPM_BUILD_ROOT} %post +# 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 @@ -94,42 +98,13 @@ then ${RPM_INSTALL_PREFIX}/bin/reLyX fi -%post -n tetex-lyx +%postun # Fix the TeX file hash # 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 "Re-configuring LyX for your system..." -cd $RPM_INSTALL_PREFIX/share/lyx -./configure --srcdir - -%postun -n tetex-lyx -# Fix the TeX file hash -# -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 "Reconfiguring LyX for your system..." -cd $RPM_INSTALL_PREFIX/share/lyx -./configure --srcdir - %files -%attr(-,root,root) %doc ABOUT-NLS ANNOUNCE OLD-CHANGES COPYING +%attr(-,root,root) %doc ABOUT-NLS ANNOUNCE COPYING %attr(-,root,root) %doc README UPGRADING ChangeLog NEWS %attr(-,root,root) %doc lib/CREDITS README.reLyX @@ -137,6 +112,4 @@ cd $RPM_INSTALL_PREFIX/share/lyx %attr(-,root,root) /usr/man/* %attr(-,root,root) /usr/share/locale/*/LC_MESSAGES/* %attr(-,root,root) /usr/share/lyx - -%files -n tetex-lyx %attr(-,root,root) /usr/share/texmf/tex/latex/lyx