rpms/notecase/devel notecase.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ignacio Vazquez-Abrams (ivazquez) fedora-extras-commits at redhat.com
Tue Apr 5 02:41:09 UTC 2005


Author: ivazquez

Update of /cvs/extras/rpms/notecase/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10197/devel

Modified Files:
	.cvsignore sources 
Added Files:
	notecase.spec 
Log Message:
auto-import notecase-0.8.2-1 on branch devel from notecase-0.8.2-1.src.rpm


--- NEW FILE notecase.spec ---
Name:           notecase
Version:        0.8.2
Release:        1
Summary:        A hierarchical note manager

Group:          Applications/Text
License:        BSD
URL:            http://notecase.sourceforge.net/
Source0:        http://osdn.dl.sourceforge.net/sourceforge/notecase/notecase-0.8.2_src.zip
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  gtk2-devel >= 2.4 desktop-file-utils
Requires(post): desktop-file-utils shared-mime-info
Requires(postun): desktop-file-utils shared-mime-info

%description
NoteCase is a hierarchical note manager (aka. outliner). It helps you organize
your everyday text notes into a single document, with individual notes placed
in the tree-like structure (each note can have its sub-notes, ...). To ensure
your privacy, encrypted document format is supported, along with standard
unencrypted format.

%prep
%setup -q -n notecase

%build
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
%find_lang %{name}
rm -rf $RPM_BUILD_ROOT%{_datadir}/doc
desktop-file-install --vendor=fedora \
  --dir=$RPM_BUILD_ROOT%{_datadir}/applications \
  --add-category X-Fedora \
  --add-category GTK \
  --delete-original \
  $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop

%clean
rm -rf $RPM_BUILD_ROOT

%post
update-mime-database %{_datadir}/mime &> /dev/null || :
update-desktop-database &> /dev/null || :

%postun
update-mime-database %{_datadir}/mime &> /dev/null || :
update-desktop-database &> /dev/null || :

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc readme.txt docs/license.txt docs/help.ncd
%{_bindir}/%{name}
%{_datadir}/applications/*%{name}.desktop
%{_datadir}/icons/%{name}.*
%{_datadir}/mime/packages/%{name}.xml

%changelog
* Thu Mar 31 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 0.8.2-1
- Initial RPM release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/notecase/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	5 Apr 2005 02:40:39 -0000	1.1
+++ .cvsignore	5 Apr 2005 02:41:07 -0000	1.2
@@ -0,0 +1 @@
+notecase-0.8.2_src.zip


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/notecase/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	5 Apr 2005 02:40:39 -0000	1.1
+++ sources	5 Apr 2005 02:41:07 -0000	1.2
@@ -0,0 +1 @@
+4b085d4dfeaccaded45d503e42d2daa0  notecase-0.8.2_src.zip




More information about the fedora-extras-commits mailing list