| 1 | Version: 3.4.0 |
|---|
| 2 | Release: 1%{?_dist_release} |
|---|
| 3 | |
|---|
| 4 | Summary: Several non-core plugins for anjuta |
|---|
| 5 | Name: anjuta-extras |
|---|
| 6 | Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.4/%{name}-%{version}.tar.xz |
|---|
| 7 | License: GPL2 |
|---|
| 8 | Group: Applications/Development |
|---|
| 9 | URL: http://projects.gnome.org/anjuta/ |
|---|
| 10 | Summary(ja): anjutaのいくつかの外部プラグイン |
|---|
| 11 | |
|---|
| 12 | Requires: anjuta |
|---|
| 13 | Requires: valgrind |
|---|
| 14 | Requires: graphviz |
|---|
| 15 | BuildRequires: anjuta-devel |
|---|
| 16 | BuildRequires: libgnomecanvas-devel |
|---|
| 17 | BuildRequires: valgrind |
|---|
| 18 | # binutils-devel for valgrind |
|---|
| 19 | BuildRequires: binutils-devel |
|---|
| 20 | BuildRequires: graphviz-devel |
|---|
| 21 | BuildRequires: gnome-doc-utils |
|---|
| 22 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 23 | |
|---|
| 24 | Vendor: Project Vine |
|---|
| 25 | Distribution: Vine Linux |
|---|
| 26 | Packager: yasumichi |
|---|
| 27 | |
|---|
| 28 | |
|---|
| 29 | %description |
|---|
| 30 | anjuta-extras package includes class-inheritance, valgrind, profiler and |
|---|
| 31 | scintilla plugin. |
|---|
| 32 | |
|---|
| 33 | %description -l ja |
|---|
| 34 | anjuta-extrasパッケージは、クラスの継承、valgrind、プロファイラおよび |
|---|
| 35 | scintillaプラグインを含んでいます。 |
|---|
| 36 | |
|---|
| 37 | %prep |
|---|
| 38 | %setup -q |
|---|
| 39 | |
|---|
| 40 | %build |
|---|
| 41 | %configure |
|---|
| 42 | %{__make} %{?_smp_mflags} |
|---|
| 43 | |
|---|
| 44 | %install |
|---|
| 45 | %{__rm} -rf ${RPM_BUILD_ROOT} |
|---|
| 46 | export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 |
|---|
| 47 | %{__make} install DESTDIR=${RPM_BUILD_ROOT} |
|---|
| 48 | unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL |
|---|
| 49 | |
|---|
| 50 | %find_lang %{name} |
|---|
| 51 | |
|---|
| 52 | # remove no install files |
|---|
| 53 | |
|---|
| 54 | rm -f $RPM_BUILD_ROOT%{_libdir}/anjuta/libanjuta-*.a |
|---|
| 55 | rm -f $RPM_BUILD_ROOT%{_libdir}/anjuta/libanjuta-*.la |
|---|
| 56 | |
|---|
| 57 | %clean |
|---|
| 58 | %{__rm} -rf ${RPM_BUILD_ROOT} |
|---|
| 59 | |
|---|
| 60 | %postun |
|---|
| 61 | glib-compile-schemas %{_datadir}/glib-2.0/schemas ||: |
|---|
| 62 | |
|---|
| 63 | %posttrans |
|---|
| 64 | glib-compile-schemas %{_datadir}/glib-2.0/schemas ||: |
|---|
| 65 | |
|---|
| 66 | |
|---|
| 67 | |
|---|
| 68 | %files -f %{name}.lang |
|---|
| 69 | %defattr(-,root,root) |
|---|
| 70 | %doc COPYING ChangeLog NEWS README |
|---|
| 71 | %{_libdir}/anjuta/anjuta-*.plugin |
|---|
| 72 | %{_libdir}/anjuta/libanjuta-*.so* |
|---|
| 73 | %{_datadir}/anjuta/glade/*.ui |
|---|
| 74 | %{_datadir}/anjuta/glade/*.png |
|---|
| 75 | %{_datadir}/anjuta/properties/*.properties |
|---|
| 76 | %{_datadir}/anjuta/ui/anjuta-sample.ui |
|---|
| 77 | %{_datadir}/anjuta/ui/anjuta-scintilla.xml |
|---|
| 78 | %{_datadir}/glib-2.0/schemas/*.xml |
|---|
| 79 | %{_datadir}/gnome/help/anjuta-manual |
|---|
| 80 | %{_datadir}/pixmaps/anjuta/anjuta-*.png |
|---|
| 81 | %{_datadir}/pixmaps/anjuta/anjuta-*.svg |
|---|
| 82 | |
|---|
| 83 | |
|---|
| 84 | %changelog |
|---|
| 85 | * Wed Apr 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.0-1 |
|---|
| 86 | - new upstream release |
|---|
| 87 | - add BuildRequires: gnome-doc-utils |
|---|
| 88 | |
|---|
| 89 | * Fri Sep 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1 |
|---|
| 90 | - new upstream release |
|---|
| 91 | |
|---|
| 92 | * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1 |
|---|
| 93 | - new upstream release |
|---|
| 94 | |
|---|
| 95 | * Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1 |
|---|
| 96 | - new upstream release |
|---|
| 97 | |
|---|
| 98 | * Tue Jan 04 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1.1-1 |
|---|
| 99 | - new upstream release |
|---|
| 100 | |
|---|
| 101 | * Sat Oct 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0.0-1 |
|---|
| 102 | - new upstream release |
|---|
| 103 | |
|---|
| 104 | * Sun Oct 09 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.30.1.0-2 |
|---|
| 105 | - rebuilt with graphviz-2.26.3 |
|---|
| 106 | |
|---|
| 107 | * Sat May 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1.0-1 |
|---|
| 108 | - new upstream release |
|---|
| 109 | |
|---|
| 110 | * Sun Apr 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1 |
|---|
| 111 | - new upstream release |
|---|
| 112 | |
|---|
| 113 | * Fri Feb 26 2010 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.28.0-2 |
|---|
| 114 | - rebuild with anjuta-2.28.2.0 |
|---|
| 115 | |
|---|
| 116 | * Thu Nov 05 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.28.0-1 |
|---|
| 117 | - first packaging. |
|---|
| 118 | |
|---|