Browse Source

updated lyx-vl.spec

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@4848 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 12 years ago
parent
commit
4594a6f25d

+ 8 - 2
g/gecko-mediaplayer/gecko-mediaplayer-vl.spec

@@ -1,11 +1,11 @@
 %define with_my_japo 0
 #% define svnrevision 450
 #% define rcversion 3
-%define betaversion b2
+#% define betaversion b2
 
 Name:           gecko-mediaplayer
 Version:        1.0.4
-Release:        2%{?betaversion:.%betaversion}%{?svnrevision:.svn%svnrevision}%{?rcversion:.rc%rcversion}%{?_dist_release}
+Release:        4%{?betaversion:.%betaversion}%{?svnrevision:.svn%svnrevision}%{?rcversion:.rc%rcversion}%{?_dist_release}
 Summary:        Gnome MPlayer browser plugin
 Summary(ja):    Gnome MPlayer の Web ブラウザ用プラグイン
 
@@ -124,6 +124,12 @@ autoreconf -f
 
 
 %changelog
+* Sun Sep 25 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.0.4-4
+- rebuilt with libnotify-0.7.4
+
+* Mon Jul 04 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.0.4-3
+- new upstream release
+
 * Fri Jun 10 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.0.4-2.b2
 - source 1.0.4b2
 

+ 9 - 3
g/gnome-mplayer/gnome-mplayer-vl.spec

@@ -1,14 +1,14 @@
 #TODO: Nautilus extention
 %define with_nautilus 0
-%define with_my_japo 1
+%define with_my_japo 0
 #% define svnrevision 2124
-%define betaversion b2
+#% define betaversion b2
 
 %define GNOME_MPLAYER_BIN %{_libexecdir}/%{name}
 
 Name:           gnome-mplayer
 Version:        1.0.4
-Release:        2%{?betaversion:.%betaversion}%{?svnrevision:.svn%svnrevision}%{?_dist_release}
+Release:        4%{?betaversion:.%betaversion}%{?svnrevision:.svn%svnrevision}%{?_dist_release}
 Summary:        An MPlayer GUI, a full-featured binary
 Summary(ja):    高機能な MPlayer のグラフィカルユーザーインターフェース
 Group:          Applications/Multimedia
@@ -230,6 +230,12 @@ update-desktop-database &> /dev/null || :
 
 
 %changelog
+* Sun Sep 25 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.0.4-4
+- rebuilt with libnotify-0.7.4
+
+* Mon Jul 04 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.0.4-3
+- new upstream release
+
 * Fri Jun 10 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.0.4-2.b2
 - source 1.0.4b2
 

+ 19 - 8
l/lyx/lyx-vl.spec

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