source: projects/specs/branches/6/a/anjuta-extras/anjuta-extras-vl.spec @ 2441

Revision 2441, 2.9 KB checked in by Takemikaduchi, 13 years ago (diff)

new upstream release

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