Browse Source

geany-plugin-addons/

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5522 ec354946-7b23-47d6-9f5a-488ba84defc7
kudoh 12 years ago
parent
commit
5371fb4ffe

+ 0 - 63
g/geany-plugin-gdb/geany-plugin-gdb-vl.spec

@@ -1,63 +0,0 @@
-%define __name geanygdb
-
-Summary:       Geany plugin to provide integrated debugging environment using the GNU debugger
-Summary(ja):       GNU デバッガを使い統合的デバッグ環境を提供する Geany プラグイン
-Name:          geany-plugin-gdb
-Version:       0.0.2
-Release: 2%{?_dist_release}
-License:       GPLv2
-Group:         Development/Tools
-Source:   http://plugins.geany.org/geanygdb/%{__name}-%{version}.tar.gz
-URL:           http://plugins.geany.org/%{__name}/
-BuildRoot:     %{_tmppath}/%{__name}-%{version}-root
-Requires:      geany >= 0.16
-Requires:      gdb
-BuildRequires: geany-devel
-BuildRequires: gtk2, gtk2-devel
-BuildRequires: intltool libtool gettext
-
-%description
-Geanygdb is plugin to provide integrated debugging environment
-using the GNU debugger.
-
-%description -l ja
-Geanygdb は GNU デバッガを使い統合的デバッグ環境を提供する Geany プラグインです。
-
-%prep
-%setup -q -n %{__name}-%{version}
-
-%build
-%configure
-make %{?_smp_mflags}
-
-%install
-%__rm -Rf $RPM_BUILD_ROOT
-
-install -d -m 0755 $RPM_BUILD_ROOT%{_libdir}/geany/
-install -d -m 0755 $RPM_BUILD_ROOT%{_datadir}/locale/
-
-./libtool --silent --mode=install /usr/bin/install -c ./src/geanygdb.la \
-	$RPM_BUILD_ROOT%{_libdir}/geany/geanygdb.la
-mv ./po/de.gmo ./po/geanygdb_de.mo
-
-install -m 0755 ./po/*.mo $RPM_BUILD_ROOT%{_datadir}/locale/
-
-#remove .la file before packaging 
-rm -rf $RPM_BUILD_ROOT%{_libdir}/geany/geanygdb.la
-
-%clean
-%__rm -Rf $RPM_BUILD_ROOT
-
-%files
-%defattr(-, root, root, -)
-%doc AUTHORS COPYING ChangeLog NEWS README
-%{_libdir}/geany/geanygdb.so
-%{_datadir}/locale/*
-
-%changelog
-
-* Wed Aug 19 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.0.2-2vl5
-- rebuilt with geany-0.18
-
-* Sat Jun 20 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.0.2-1vl5
-- initial build for VineSeed

+ 0 - 89
g/geany-plugin-latex/geany-plugin-latex-vl.spec

@@ -1,89 +0,0 @@
-%define __name geanylatex
-
-Summary:       GeanyLaTeX is a plugin to improve support of LaTeX at Geany
-Summary(ja):       Geany で LaTeX のサポートを改善するためのプラグイン
-Name:          geany-plugin-latex
-Version:       0.4
-Release: 2%{?_dist_release}
-License:       GPLv2
-Group:         Development/Tools
-Source:   http://frank.uvena.de/files/geany/%{__name}-%{version}.tar.gz
-URL:           http://frank.uvena.de/en/Geany/%{__name}/
-BuildRoot:     %{_tmppath}/%{__name}-%{version}-root
-Requires:      geany >= 0.16
-BuildRequires: geany-devel
-BuildRequires: gtk2, gtk2-devel
-
-%description
-GeanyLaTeX is a little plugin to improve support of LaTeX at Geany.
-
-%description -l ja
-GeanyLaTeX は Geany で LaTeX のサポートを改善するための小さなプラグインです。
-
-%prep
-%setup -q -n geanylatex-%{version}
-
-%build
-%configure CC=c99 CFLAGS=-g
-make %{?_smp_mflags}
-
-%install
-%__rm -Rf $RPM_BUILD_ROOT
-
-install -d -m 0755 $RPM_BUILD_ROOT%{_libdir}/geany/
-install -d -m 0755 $RPM_BUILD_ROOT%{_datadir}/locale/
-
-./libtool --silent --mode=install /usr/bin/install -c ./src/geanylatex.la \
-	$RPM_BUILD_ROOT%{_libdir}/geany/geanylatex.la
-mv ./po/de.gmo ./po/geanylatex_de.mo
-
-install -m 0755 ./po/*.mo $RPM_BUILD_ROOT%{_datadir}/locale/
-
-#remove .la file before packaging 
-rm -rf $RPM_BUILD_ROOT%{_libdir}/geany/geanylatex.la
-
-%clean
-%__rm -Rf $RPM_BUILD_ROOT
-
-%files
-%defattr(-, root, root, -)
-%doc AUTHORS COPYING ChangeLog NEWS README
-%{_libdir}/geany/geanylatex.so
-%{_datadir}/locale/*
-
-%changelog
-* Wed Aug 19 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4-2vl5
-- rebuilt with geany-0.18
-
-* Fri Jun 5 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4-1vl5
-- new upstream release
-
-* Mon May 4 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3-6vl5
-- added document in %files
-
-* Sun May 3 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3-5vl5
-- rebuilt with geany-0.17
-- spec in UTF-8
-
-* Wed Apr 08 2009 Shu KONNO <owa@bg.wakwak.com> - 0.3-4vl5
-- fixed library path for lib64
-
-* Sun Mar 15 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3-3vl5
-- fixed %changelog (fixed in Mar 13 2009 changelog)
-- modified Summary(ja)
-
-* Fri Mar 13 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3-2vl5
-- modified %configure option
-
-* Sat Feb 21 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3-1vl5
-- new upstream release
-- changed Requires: geany >= 0.16
-
-* Mon Feb 16 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2-3vl5
-- fixed %changlog typo
-
-* Mon Feb 16 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2-2vl5
-- rebuilt with geany-0.16
-
-* Wed Feb 11 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2-1vl5
-- initial build for VineSeed

+ 0 - 87
g/geany-plugin-vc/geany-plugin-vc-vl.spec

@@ -1,87 +0,0 @@
-%define __name geanyvc
-
-Summary:       geanyvc is plugin that provides a uniform way of accessing the different version-control systems
-Summary(ja):       異なるバージョン制御システムにアクセスする均一的方法を提供する Geany プラグイン
-Name:          geany-plugin-vc
-Version:       0.5
-Release: 6%{?_dist_release}
-License:       GPLv2
-Group:         Development/Tools
-Source:   http://users.cosmostv.by/yurand/geanyvc/geanyvc-%{version}.tar.gz
-URL:           http://plugins.geany.org/geanyvc/
-BuildRoot:     %{_tmppath}/%{__name}-%{version}-root
-
-Requires:      geany >= 0.16
-BuildRequires: geany-devel
-BuildRequires: gettext, intltool
-BuildRequires: gtk2, gtk2-devel, gtkspell-devel
-BuildRequires: perl-XML-Parser
-
-%description
-geanyvc is plugin that provides a uniform way of accessing the different
-version-control systems inside Geany IDE. 
-
-%description -l ja
-geanyvc は Geany IDE で異なるバージョン制御システムにアクセスする
-均一的方法を提供するプラグインです。
-
-%prep
-%setup -q -n geanyvc-%{version}
-
-%build
-%configure
-make %{?_smp_mflags}
-
-%install
-%__rm -Rf $RPM_BUILD_ROOT
-
-install -d -m 0755 $RPM_BUILD_ROOT%{_libdir}/geany/
-install -d -m 0755 $RPM_BUILD_ROOT%{_datadir}/locale/
-
-./libtool --silent --mode=install /usr/bin/install -c ./geanyvc.la $RPM_BUILD_ROOT%{_libdir}/geany/geanyvc.la
-mv ./po/de.gmo ./po/geanyvc_de.mo
-
-install -m 0755 ./po/*.mo $RPM_BUILD_ROOT%{_datadir}/locale/
-
-#remove .la file before packaging 
-rm -rf $RPM_BUILD_ROOT%{_libdir}/geany/geanyvc.la
-
-%clean
-%__rm -Rf $RPM_BUILD_ROOT
-
-%files
-%defattr(-, root, root, -)
-%doc COPYING ChangeLog README
-%{_libdir}/geany/geanyvc.so
-%{_datadir}/locale/*
-
-%changelog
-* Wed Aug 19 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5-6vl5
-- rebuilt with geany-0.18
-
-* Sat Jul 18 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5-5vl5
-- added BuildRequires: gtkspell-devel, gettext, intltool, perl-XML-Parser
-
-* Mon May 4 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5-4vl5
-- added document in %files
-
-* Sun May 3 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5-3vl5
-- rebuilt with geany-0.17
-- spec in UTF-8
-- changed summary(ja) and description(ja) a little
-
-* Wed Apr 08 2009 Shu KONNO <owa@bg.wakwak.com> - 0.5-2vl5
-- fixed library path for lib64
-
-* Sat Feb 28 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5-1vl5
-- new upstream release
-- changed Requires:      geany >= 0.16
-
-* Mon Feb 16 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4-3vl5
-- fixed %changelog typo
-
-* Mon Feb 16 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4-2vl5
-- rebuilt with geany-0.16
-
-* Thu Feb 12 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4-1vl5
-- initial build for VineSeed