/[packages]/cauldron/tomboy/current/SPECS/tomboy.spec
ViewVC logotype

Contents of /cauldron/tomboy/current/SPECS/tomboy.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 133659 - (show annotations) (download)
Tue Aug 16 09:56:15 2011 UTC (12 years, 8 months ago) by wally
File size: 2672 byte(s)
- new version 1.7.3
- disable Galago add-in for now as build fails
- clean BRs
- clean .spec

1 Name: tomboy
2 Version: 1.7.3
3 Release: %mkrel 1
4 Summary: Desktop note-taking application for Linux and Unix
5 Group: Graphical desktop/GNOME
6 # Tomboy itself is LGPL+
7 # libtomboy contains GPL+ code
8 License: LGPL+ and GPLv2+
9 URL: http://www.gnome.org/projects/tomboy/
10 Source0: http://ftp.gnome.org/pub/GNOME/sources/%name/%{name}-%{version}.tar.xz
11 Patch0: tomboy-1.7.3-gmime2.6.patch
12 #gw we need an UTF-8 locale for gmcs to allow non-ASCII source files
13 BuildRequires: locales-en
14 ###
15 #for autoreconf
16 BuildRequires: intltool
17 BuildRequires: pkgconfig(gconf-2.0)
18 BuildRequires: pkgconfig(gnome-doc-utils)
19 ###
20 BuildRequires: mono(gmcs)
21 BuildRequires: pkgconfig(mono) >= 1.9.1
22 BuildRequires: pkgconfig(mono-addins)
23 #BuildRequires: pkgconfig(mono-nunit)
24 BuildRequires: pkgconfig(gtk+-2.0) >= 2.14.0
25 BuildRequires: pkgconfig(dbus-sharp-glib-1.0) >= 0.3
26 BuildRequires: pkgconfig(gconf-sharp-2.0)
27 BuildRequires: pkgconfig(gtkspell-2.0) >= 2.0.9
28 BuildRequires: pkgconfig(gmime-sharp-2.6)
29 BuildRequires: pkgconfig(ice)
30 BuildRequires: pkgconfig(sm)
31 BuildRequires: pkgconfig(galago-sharp) >= 0.5.0
32
33 %description
34 Tomboy is a desktop note-taking application for Linux and Unix. Simple
35 and easy to use, but with potential to help you organize the ideas and
36 information you deal with every day. The key to Tomboy's usefulness
37 lies in the ability to relate notes and ideas together. Using a
38 WikiWiki-like linking system, organizing ideas is as simple as typing
39 a name. Branching an idea off is easy as pressing the Link button. And
40 links between your ideas won't break, even when renaming and
41 reorganizing them.
42
43 %prep
44 %setup -q
45 %patch0 -p1 -b .gmime2.6
46
47 %build
48 autoreconf -vfi
49 %configure2_5x \
50 --enable-galago=no \
51 --disable-scrollkeeper \
52 --disable-update-mimedb \
53 --disable-schemas-install \
54 --enable-gnome=no \
55 --enable-tests=no
56 %make
57
58 %install
59 rm -rf %{buildroot}
60 %makeinstall_std
61
62 %find_lang %{name} --with-gnome
63
64 #we don't want these
65 rm -f %{buildroot}%{_libdir}/tomboy/libtomboy.la
66
67 %clean
68 rm -rf %{buildroot}
69
70 %preun
71 %preun_uninstall_gconf_schemas %{name}
72
73 %files -f %{name}.lang
74 %defattr(-,root,root,-)
75 %doc NEWS README AUTHORS
76 %{_sysconfdir}/gconf/schemas/%{name}.schemas
77 %{_bindir}/%{name}
78 %dir %{_libdir}/%{name}
79 %{_mandir}/man1/%name.1*
80 %{_datadir}/applications/*
81 %{_datadir}/icons/hicolor/*/apps/tomboy*
82 %{_datadir}/icons/hicolor/*/mimetypes/application-x-note.*
83 %{_datadir}/mime/packages/tomboy.xml
84 %{_datadir}/%{name}
85 %{_libdir}/%{name}/libtomboy.so
86 %{_libdir}/%{name}/Tomboy.exe
87 %{_libdir}/%{name}/Tomboy.exe.config
88 %{_libdir}/%{name}/Tomboy.exe.mdb
89 %{_libdir}/%{name}/addins/
90 %{_libdir}/pkgconfig/tomboy-addins.pc
91 %{_datadir}/dbus-1/services/org.gnome.Tomboy.service

  ViewVC Help
Powered by ViewVC 1.1.30