Browse Source

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8445 ec354946-7b23-47d6-9f5a-488ba84defc7

kudoh 11 years ago
parent
commit
6f911db2a8

+ 4 - 1
a/audacity/audacity-vl.spec

@@ -2,7 +2,7 @@ Summary:	A Free, Cross-Platform Digital Audio Editor
 Summary(ja): 	フリーでクロスプラットフォームなオーディオエディタ
 Name:		audacity
 Version:	2.0.5
-Release: 	1%{?_dist_release}
+Release: 	2%{?_dist_release}
 Source0:	%{name}-minsrc-%{version}.tar.xz
 License:	GPL
 Group:		Applications/Multimedia
@@ -88,6 +88,9 @@ Audacityは、Windows、Mac OS X、GNU/Linux、その他のオペレーティン
 %{_mandir}/man1/audacity.1*
 
 %changelog
+* Sun May 04 2014 Toshiahru Kudoh <toshi.kd2@gmail.com> - 2.0.5-2
+- rebuilt with new toolchain
+
 * Sun Jan 12 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.0.5-1
 - new usprtream release
 

+ 112 - 2
g/geany-plugins/geany-plugins-vl.spec

@@ -2,8 +2,8 @@
 %global req_geany_ver 0.21
 
 Name:           geany-plugins
-Version:        1.23
-Release:        2%{?_dist_release}
+Version:        1.24
+Release:        1%{?_dist_release}
 Summary:        Plugins for Geany
 Summary(ja):    Geany のプラグイン集
 
@@ -31,6 +31,8 @@ BuildRequires:  lua-devel
 BuildRequires:  libxml2-devel >= 2.6.27
 BuildRequires:  pango-devel
 BuildRequires:  pkgconfig
+BuildRequires:  pygtk2-devel
+BuildRequires:  python-devel
 BuildRequires:  python-docutils
 BuildRequires:  vala-devel
 BuildRequires:  vte-devel
@@ -47,6 +49,8 @@ Requires:  %{name}-geanypg %{name}-gproject %{name}-tableconvert
 Requires:  %{name}-geanyminiscript %{name}-geniuspaste %{name}-multiterm
 Requires:  %{name}-commander %{name}-markdown %{name}-scope
 
+Requires:  %{name}-pohelper %{name}-paritaghighlighter %{name}-autoclose %{name}-geanypy %{name}-defineformat
+
 %description
 Plugins for Geany. Plugins included are:
 * Addons (Various small Addons)
@@ -165,6 +169,16 @@ plugin, but are useful to have. The following functionality is implemented:
   show and hide the Geany main window.
 
 
+%package autoclose
+Summary:   Intellectually helps you to write code
+Group:     Development/Tools
+Requires:  geany-plugins-common = %{version}-%{release}
+
+%description autoclose
+This plugin enables auto-closing features. Auto-closing works while you typing
+and intellectually helps you to write code.
+
+
 %package codenav
 Summary:    Navigate through your source code easily
 Summary(ja):  ソースコード間を簡単に移動
@@ -205,6 +219,19 @@ developed with multiple debuggers support in mind, so the other backends
 support is planned as well.
 
 
+%package defineformat
+Summary:    Write multiline defines with aligned backslash
+Group:      Development/Tools
+Requires:   geany-plugins-common = %{version}-%{release}
+
+%description defineformat
+On-the-fly #define prettyprinter. This plugin will help you to
+write multiline defines with aligned backslash. After installed successfully,
+load the plugin in Geany's plugin manager. Try it: open C/C++ file and type:
+
+    #define A() do {
+
+
 %package geanydoc
 Summary:   Call documentation from within Geany
 Summary(ja): Geany 内からドキュメントを呼び出す
@@ -409,6 +436,22 @@ position. You also will never have to open/close projects manually. If a
 *.geanyprj file is found somewhere up in path it will be opened automatically.
 
 
+%package geanypy
+Summary:   Provides Python bindings for Geany
+Group:     Development/Tools
+Requires:  geany-plugins-common = %{version}-%{release}
+
+%description geanypy
+GeanyPy is based on the upstream at https://github.com/codebrainz/geanypy which
+is still under development, however it is useful as is. Parts of the existing
+API which mirror the Geany C API will probably not change unless the Geany API
+changes, however new API may be added. Also documentation is needed, contributions
+are welcome.
+
+Detailed information can be found in the documentation directory and at
+http://plugins.geany.org/geanypy.html
+
+
 %package geanysendmail
 Summary:   Send E-Mails from within Geany
 Summary(ja): Geany 内から E-Mail を送信するプラグイン
@@ -509,6 +552,34 @@ supports multiple terminals in tabs and supports different shells in
 each of the terminal tabs.
 
 
+%package pairtaghighlighter
+Summary:   Extension of Geany's project management
+Group:     Development/Tools
+Requires:  geany-plugins-common = %{version}-%{release}
+
+%description pairtaghighlighter
+Find and highlight matching opening/closing HTML tags by clicking or moving the
+cursor inside a tag.
+
+
+%package pohelper
+Summary:   Translation Helper is a plugin for Geany
+Group:     Development/Tools
+Requires:  geany-plugins-common = %{version}-%{release}
+
+%description pohelper
+A plugin for Geany that improves the support for GetText translation files, by
+providing various features specific to this format and to translators.
+
+Features:
+
+* Navigation between all, untranslated or fuzzy messages;
+* Reformatting of the translation (reflow);
+* Toggling the fuzziness of a translation;
+* Pasting of the untranslated string to the translation;
+* Automatic updating of the translation metadata.
+
+
 %package pretty-printer
 Summary:   XML pretty printing plugin for Geany
 Group:     Development/Tools
@@ -680,6 +751,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/geany/addons.so
 
 
+%files autoclose
+%defattr(-,root,root,-)
+%doc %{geany_plug_docdir}/autoclose
+%{_libdir}/geany/autoclose.so
+
+
 %files codenav
 %defattr(-,root,root,-)
 %doc %{geany_plug_docdir}/commander
@@ -699,6 +776,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/geany/debugger.so
 
 
+%files defineformat
+%defattr(-,root,root,-)
+%doc %{geany_plug_docdir}/defineformat
+%{_libdir}/geany/defineformat.so
+
+
 %files geanydoc
 %defattr(-,root,root,-)
 %doc %{geany_plug_docdir}/geanydoc/
@@ -781,6 +864,14 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/geany/geanyprj.so
 
 
+%files geanypy
+%defattr(-,root,root,-)
+%doc %{geany_plug_docdir}/geanypy/
+%{_libdir}/geany/geanypy.so
+%{_libdir}/geany/geanypy/geany/*
+%{_datadir}/geany/geanypy/plugins/*
+
+
 %files geanysendmail
 %defattr(-,root,root,-)
 %doc %{geany_plug_docdir}/geanysendmail/
@@ -818,6 +909,19 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/geany/multiterm.so
 
 
+%files pairtaghighlighter
+%defattr(-,root,root,-)
+%doc %{geany_plug_docdir}/pairtaghighlighter/
+%{_libdir}/geany/pairtaghighlighter.so
+
+
+%files pohelper
+%defattr(-,root,root,-)
+%doc %{geany_plug_docdir}/pohelper/
+%{_libdir}/geany/pohelper.so
+%{_datadir}/geany-plugins/pohelper/menus.ui
+
+
 %files pretty-printer
 %defattr(-,root,root,-)
 %{_libdir}/geany/pretty-printer.so
@@ -873,6 +977,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat May 17 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.24-1
+- new upstream release
+- added new plugins
+  - Pohelper, PariTagHighlighter, Autoclose, Geanypy, Defineformat
+- added BuildRequires: python-devel, pygtk2-devel
+
 * Sat Mar 30 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.23-2
 - fixed meta package
 

+ 4 - 1
g/geany/geany-vl.spec

@@ -1,7 +1,7 @@
 Summary:       A fast and lightweight IDE using GTK2
 Summary(ja):       GTK2 を用いた高速・軽量な統合開発環境 (IDE)
 Name:          geany
-Version:       1.23.1
+Version:       1.24.1
 Release: 1%{?_dist_release}
 License:       GPL2+
 Group:         Applications/Development
@@ -124,6 +124,9 @@ fi
 %{_libdir}/pkgconfig/geany.pc
 
 %changelog
+* Sat May 17 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.24.1-1
+- new upstream release
+
 * Sun May 26 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.23.1-1
 - new upstream release
 

+ 4 - 1
l/lxterminal/lxterminal-vl.spec

@@ -1,6 +1,6 @@
 Name:           lxterminal
 Version:        0.1.11
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        Desktop-independent VTE-based terminal emulator
 #Summary(de):    Desktup-unabhängiger VTE-basierter Terminal Emulator
 Summary(ja):    デスクトップに依存しない VTE ベースのターミナルエミュレータ
@@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat May 03 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.11-2
+- new upstream release
+
 * Thu Jul 28 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.11-1
 - new upstream release
 - dropt all patches

+ 4 - 1
p/pdfchain/pdfchain-vl.spec

@@ -1,6 +1,6 @@
 Name:		pdfchain
 Version:	0.4.4
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 Epoch: 1
 Summary:	A GUI for pdftk
 Summary(ja):	pdftk のグラフィカルユーザーインターフェイス
@@ -88,6 +88,9 @@ rm -rf %{buildroot}
 %{_datadir}/pixmaps/%{name}.png
 
 %changelog
+* Sun May 04 2014 Toshiahru Kudoh <toshi.kd2@gmail.com> - 0.4.4-2
+- rebuilt with new toolchain
+
 * Sat Jul 20 2013 Toshiahru Kudoh <toshi.kd2@gmail.com> - 0.4.4-1
 - new upstream release
 

+ 8 - 5
x/xarchiver/xarchiver-vl.spec

@@ -1,6 +1,6 @@
 Name:           xarchiver
 Version:        0.5.2
-Release:        5%{?_dist_release}
+Release:        6%{?_dist_release}
 Summary:        Archive manager for Xfce
 Summary(ja):    Xfce のアーカイブマネージャ
 
@@ -29,6 +29,8 @@ Patch4:         xarchiver-0.5.2-segfault-open-with.patch
 # fix-7z-support.patch by taken from
 # https://sourceforge.net/tracker/?func=detail&aid=3137589&group_id=140153&atid=745602
 Patch5:         xarchiver-0.5.2-fix_7z_support.patch
+# rhbz#784075 - extraction fails when the Drag'n'Drop target path contains spaces
+Patch6:         xarchiver-0.5.2-drag-n-drop_escaped_path.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
@@ -55,6 +57,7 @@ chmod -x src/mime.*
 %patch3 -p1 -b .rpm2cpio
 %patch4 -p1 -b .segfault-open-with
 %patch5 -p1 -b .fix_7z_support
+%patch6 -p1 -b .drag-n-drop_escaped
 
 %build
 %configure
@@ -120,11 +123,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat May 03 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.2-6
+- added patch6 from Fedora development
+
 * Wed Jul 13 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.2-5
 - re-imported Fedora development patches
-- fixed desktop-file-install section
-  - added mime-type="application/x-xz" and "application/x-xz-compressed-tar"
-  - deleted mime-type="multipart/x-zip"
 
 * Fri Jun 10 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.2-4
 - added patch0,1,2,3,4,5 from Fedora development
@@ -203,7 +206,7 @@ rm -rf $RPM_BUILD_ROOT
 - Require binutils, cpio and htmlview.
 - Add mimetypes application/x-ar, application/x-cd-image and application/x-deb.
 
-* Tue Nov 27 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.4-1
+* Mon Nov 27 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.4-1
 - Update to 0.4.4.
 
 * Sat Nov 25 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.2-0.3.rc2