~ubuntu-branches/ubuntu/karmic/notecase/karmic

« back to all changes in this revision

Viewing changes to docs/notecase.spec

  • Committer: Bazaar Package Importer
  • Author(s): Mitsuya Shibata
  • Date: 2008-01-18 01:54:05 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080118015405-id2r7kphpxlyjzfi
Tags: 1.7.6-0ubuntu1
* New Upstream Release (Closes LP: #182226)
*  Fix failed assertion when change node level (Closes LP: #137464)
* Exclude help.ncd and any .ncd file from compression (Closes LP: #113959)
* Adapted debian/ directory to upstream deb/ directory
* Add debian/watch file
* Remove debian/README.Debian because it is now unnecessary
* Bump up compat level from 4 to 5
* Updating debian/menu file to use the new menu hierarchy
* Modify debian/control file
*  Bump up Standards-Version field from 3.6.1 to 3.7.3
*  Change Section field from x11 to editors
*  Change Build-Depends debhelper version to >=5, libgtk2.0-dev to >=2.4
*  Move Homepage field from description to regular field

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# NoteCase RPM spec file.
2
2
 
3
3
Name:           notecase
4
 
Version:        1.5.6
 
4
Version:        1.7.6
5
5
Release:        1%{?dist}
6
6
Summary:        A hierarchical text notes manager.
7
7
 
8
8
Group:          Applications/Productivity
9
9
License:        BSD
10
10
URL:            http://notecase.sourceforge.net/
11
 
Source:         notecase-1.5.6_src.tar.gz
 
11
Source:         notecase-1.7.6_src.tar.gz
12
12
Icon:           notecase.xpm
13
13
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
14
14
BuildRequires:  gtk2-devel >= 2.4 desktop-file-utils gettext gnome-vfs2-devel
17
17
Requires(postun): desktop-file-utils shared-mime-info
18
18
 
19
19
%description
20
 
NoteCase is a hierarchical text notes manager (a.k.a. outliner). It helps you organize
21
 
your everyday text notes into a single document with individual notes placed into a 
 
20
NoteCase is a hierarchical text notes manager (outliner). 
 
21
It helps you organize your everyday text notes into a single document with individual notes placed into a 
22
22
tree-like structure. To ensure your privacy an encrypted document format is supported along
23
23
with a standard unencrypted one.
24
24
 
31
31
%install
32
32
%{__rm} -rf "%{buildroot}"
33
33
%{makeinstall}
 
34
desktop-file-install --vendor="" \
 
35
  --dir=%{buildroot}%{_datadir}/applications \
 
36
  --delete-original \
 
37
  --remove-category Office \
 
38
  %{buildroot}%{_datadir}/applications/notecase.desktop
34
39
%find_lang %{name}
35
40
 
36
41
%post