|
@@ -6,8 +6,8 @@
|
|
Summary: WYSIWYM (What You See Is What You Mean) word processor with LaTeX output
|
|
Summary: WYSIWYM (What You See Is What You Mean) word processor with LaTeX output
|
|
Summary(ja): LaTeX 形式で保存できるワードプロセッサ
|
|
Summary(ja): LaTeX 形式で保存できるワードプロセッサ
|
|
Name: lyx
|
|
Name: lyx
|
|
-Version: 2.0.0
|
|
+Version: 2.0.1
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 2%{?_dist_release}
|
|
License: GPLv2+
|
|
License: GPLv2+
|
|
Group: Applications/Editors
|
|
Group: Applications/Editors
|
|
URL: http://www.lyx.org/
|
|
URL: http://www.lyx.org/
|
|
@@ -18,11 +18,11 @@ Source10: lyx.desktop
|
|
|
|
|
|
## upstreamable patches
|
|
## upstreamable patches
|
|
# submitted, but upstream rejected it. we currently agree to disagree.
|
|
# submitted, but upstream rejected it. we currently agree to disagree.
|
|
-Patch50: lyx-2.0.0rc1-xdg_open.patch
|
|
+Patch50: lyx-2.0.1-xdg_open.patch
|
|
-# hunspell pkgconfig support
|
|
|
|
-Patch51: lyx-2.0.0-hunspell_pkgconfig.patch
|
|
|
|
|
|
|
|
-# vine
|
|
+## vine
|
|
|
|
+# reverted checkLatex to lyx-1.6.5
|
|
|
|
+Patch100: lyx-2.0.1-configurepy-vine.patch
|
|
|
|
|
|
|
|
|
|
# BuildRequires: aiksaurus-devel
|
|
# BuildRequires: aiksaurus-devel
|
|
@@ -87,9 +87,9 @@ LaTeX形式で出力もできるワードプロセッサです。数式の入力
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
|
%patch50 -p1 -b .xdg_open
|
|
%patch50 -p1 -b .xdg_open
|
|
-%patch51 -p1 -b .hunspell_pkgconfig
|
|
+%patch100 -p1 -b .vine
|
|
|
|
|
|
-./autogen.sh
|
|
+#./autogen.sh
|
|
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
@@ -140,6 +140,10 @@ touch %{buildroot}%{_datadir}/lyx/{packages,textclass}.lst
|
|
|
|
|
|
%find_lang %{name}
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
+%check
|
|
|
|
+# tests/test_filetools error bogus ( see http://bugzilla.redhat.com/723938 )
|
|
|
|
+%__make -k check ||:
|
|
|
|
+
|
|
|
|
|
|
%clean
|
|
%clean
|
|
%__rm -rf ${RPM_BUILD_ROOT}
|
|
%__rm -rf ${RPM_BUILD_ROOT}
|
|
@@ -179,6 +183,13 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Oct 01 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2.0.1-2
|
|
|
|
+- applied lyx-2.0.1-configurepy-vine.patch
|
|
|
|
+ - reverted checkLatex to lyx-1.6.5
|
|
|
|
+
|
|
|
|
+* Fri Sep 09 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2.0.1-1
|
|
|
|
+- new upstream release
|
|
|
|
+
|
|
* Sat Jun 25 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2.0.0-1
|
|
* Sat Jun 25 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2.0.0-1
|
|
- new upstream release
|
|
- new upstream release
|
|
- dropped BuildRequires: aspell-devel
|
|
- dropped BuildRequires: aspell-devel
|