~ubuntu-branches/ubuntu/lucid/tomboy/lucid-proposed

« back to all changes in this revision

Viewing changes to tomboy.spec.in

  • Committer: Bazaar Package Importer
  • Author(s): Brandon Hale
  • Date: 2004-10-11 09:31:35 UTC
  • Revision ID: james.westby@ubuntu.com-20041011093135-00f2snu2ny5i6wto
Tags: upstream-0.2.0
ImportĀ upstreamĀ versionĀ 0.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Name:           @PACKAGE@
 
2
Version:        @VERSION@
 
3
Release:        1
 
4
Epoch:          0
 
5
Summary:        Tomboy is a desktop note-taking application for Linux and Unix. 
 
6
 
 
7
Group:          Office
 
8
License:        GPL
 
9
URL:            http://www.beatniksoftware.com/tomboy/
 
10
Source0:        %{name}-%{version}.tar.gz
 
11
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
12
 
 
13
 
 
14
BuildRequires:  gtk2-devel >= 2.2.3
 
15
BuildRequires:  atk-devel >= 1.2.4
 
16
BuildRequires:  gtkspell-devel
 
17
BuildRequires:  gtk-sharp
 
18
Requires:       gtk2-devel >= 2.2.3 
 
19
Requires:       atk-devel >= 1.2.4
 
20
Requires:       gtkspell
 
21
Requires:       gtk-sharp
 
22
 
 
23
%description
 
24
Tomboy is a desktop note-taking application for Linux and Unix. Simple and easy to use, 
 
25
but with potential to help you organize the ideas and information you deal with every day.
 
26
The key to Tomboy's usefulness lies in the ability to relate notes and ideas together. 
 
27
Using a  WikiWiki-like linking system, organizing ideas is as simple as typing a name. 
 
28
Branching an idea off is easy as pressing the Link button. And links between your ideas 
 
29
won't break, even when renaming and reorganizing them.
 
30
 
 
31
%prep
 
32
%setup -q
 
33
 
 
34
 
 
35
%build
 
36
%configure
 
37
%{__make} %{?_smp_mflags}
 
38
 
 
39
 
 
40
%install
 
41
%{__rm} -rf ${RPM_BUILD_ROOT}
 
42
%makeinstall
 
43
 
 
44
%clean
 
45
%{__rm} -rf ${RPM_BUILD_ROOT}
 
46
 
 
47
%files
 
48
%defattr(-,root,root,-)
 
49
%doc ChangeLog
 
50
%{_bindir}/%{name}
 
51
%dir %{_libdir}/%{name}
 
52
%{_libdir}/%{name}/TrayIcon.dll
 
53
%{_libdir}/%{name}/libtrayicon.so
 
54
%{_libdir}/%{name}/Tomboy.exe
 
55
 
 
56
%changelog
 
57
* Sun Sep 18 2004 Ricardo Veguilla <veguilla@hpcf.upr.edu> - 0.1
 
58
- Initial package.
 
59