source: projects/specs/trunk/m/mergeant/mergeant-vl.spec @ 521

Revision 521, 1.9 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1%define __libtoolize :
2
3Summary: Mergeant database admin tool
4Summary(ja): ¥Ç¡¼¥¿¥Ù¡¼¥¹´ÉÍý¥Ä¡¼¥ë
5Name: mergeant
6Version: 0.67
7Release: 1%{?_dist_release}
8License: GPL
9Group: Applications/Databases
10Source: %{name}-%{version}.tar.bz2
11BuildRoot: %{_tmppath}/%{name}-%{version}-root
12URL: http://www.gnome-db.org/
13
14BuildRequires: libgnomedb-devel >= 1.9.100
15BuildRequires: libgda-devel >= 1.9.100
16BuildRequires: intltool scrollkeeper
17Requires(post): scrollkeeper shared-mime-info
18Requires(postun): scrollkeeper shared-mime-info
19
20%description
21Mergeant is a database admin tool working with libgnomedb and libgda
22
23%description -l ja
24Mergeant ¤Ï libgnomedb ¤È libgda ¤ò»ÈÍѤ·¤¿¥Ç¡¼¥¿¥Ù¡¼¥¹´ÉÍý¥Ä¡¼¥ë¤Ç¤¹¡¥
25
26%prep
27%setup -q
28
29%build
30%configure --disable-update-mimedb
31make
32
33%install
34rm -rf $RPM_BUILD_ROOT
35make DESTDIR=$RPM_BUILD_ROOT install
36%find_lang %{name}
37
38%clean
39rm -rf $RPM_BUILD_ROOT
40
41%post
42if which scrollkeeper-update >/dev/null 2>&1; then scrollkeeper-update; fi
43%{_bindir}/update-mime-database %{_datadir}/mime &> /dev/null
44                                                         
45%postun
46if which scrollkeeper-update >/dev/null 2>&1; then scrollkeeper-update; fi
47%{_bindir}/update-mime-database %{_datadir}/mime &> /dev/null
48
49%files -f %{name}.lang
50%defattr(-, root, root)
51%doc AUTHORS COPYING ChangeLog NEWS README TODO
52%{_bindir}/*
53%{_libdir}/bonobo/*
54%{_datadir}/applications/*
55%{_datadir}/icons/hicolor/*
56%{_datadir}/pixmaps/mergeant.png
57%{_datadir}/pixmaps/mergeant
58%{_datadir}/gnome/help/mergeant/*
59%{_datadir}/mime/packages/*.xml
60%{_datadir}/omf/mergeant/*
61
62%changelog
63* Mon Jun 24 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.67-1
64- new upstream release
65- built with libgda-3.1.4, libgnomedb-3.1.2
66
67* Mon Jun 19 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.62-0vl2
68- rebuilt with gamin-0.1.7
69
70* Wed Feb  8 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.62-0vl1
71- Built for Vine
72- added Japanese summary and description
73
74* Tue Jan 28 2003 Yanko Kaneti <yaneti@declera.com>
75- Update/Rewrite
76
Note: See TracBrowser for help on using the repository browser.