rpms/notecase/F-7 notecase.spec,1.26,1.27 sources,1.14,1.15

Damien Durand (splinux) fedora-extras-commits at redhat.com
Sat Jun 30 10:16:30 UTC 2007


Author: splinux

Update of /cvs/pkgs/rpms/notecase/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21462

Added Files:
	notecase.spec sources 
Log Message:



Index: notecase.spec
===================================================================
RCS file: notecase.spec
diff -N notecase.spec
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ notecase.spec	30 Jun 2007 10:15:55 -0000	1.27
@@ -0,0 +1,132 @@
+Name:           notecase
+Version:        1.5.8
+Release:        1%{?dist}
+Summary:        A hierarchical note manager
+
+Group:          Applications/Productivity
+License:        BSD
+URL:            http://notecase.sourceforge.net/
+Source0:        http://dl.sourceforge.net/sourceforge/notecase/notecase-%{version}_src.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:  gtk2-devel >= 2.4 desktop-file-utils gettext gnome-vfs2-devel
+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
+
+%build
+make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%makeinstall
+%find_lang %{name}
+rm -rf $RPM_BUILD_ROOT%{_datadir}/doc
+desktop-file-install --vendor="" \
+  --dir=$RPM_BUILD_ROOT%{_datadir}/applications \
+  --delete-original \
+  --remove-category Office \
+  $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}/pixmaps/*
+%{_datadir}/mime/packages/%{name}.xml
+
+%changelog
+* Sat Jun 30 2007 Damien Durand <splinux at fedoraproject.org> 1.5.8-1
+- Ugrade to 1.5.8
+
+* Mon May 14 2007 Damien Durand <splinux at fedoraproject.org> 1.5.6-1
+- Upstream release 
+
+* Tue Mar 20 2007 Damien Durand <splinux at fedoraproject.org> 1.5.2-1
+- Upgrade to 1.5.2
+
+* Sun Mar 18 2007 Damien Durand <splinux at fedoraproject.org> 1.5.1-1
+- Upgrade to 1.5.1
+
+* Sat Mar 17 2007 Damien Durand <splinux at fedoraproject.org> 1.4.5-1
+- Upgrade to 1.4.5
+- Fix desktop file
+
+* Tue Jan 09 2007 Damien Durand <splinux at fedoraproject.org> 1.3.6-1
+- Upgrade to 1.3.6
+
+* Sun Dec 17 2006 Damien Durand <splinux at fedoraproject.org> 1.3.3-1
+- Upgrade to 1.3.3
+- Fix source
+
+* Wed Sep 27 2006 Damien Durand <splinux at fedoraproject.org> 1.1.9-2
+- Upgrade to 1.1.9
+- Remove patch
+- Bump
+
+* Mon Feb 13 2006 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 1.1.4-2
+- Rebuild for Fedora Extras 5
+
+* Sat Feb  4 2006 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 1.1.4-1
+- Upstream update
+
+* Sun Oct 30 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 1.1.2-1
+- Upstream update
+- Fix -debuginfo subpackage (#170970)
+
+* Sat Sep  3 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 1.0.0-2
+- Fixed help file path (#166562)
+- Use sed instead of dos2unix
+
+* Sat Jul 23 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 1.0.0-1
+- Upstream update
+
+* Sun May 29 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 0.8.9-1
+- Upstream update
+
+* Fri Apr 22 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 0.8.2-7
+- Bump
+
+* Wed Apr 13 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 0.8.2-6
+- Added GenericName to desktop entry
+
+* Mon Apr 11 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 0.8.2-5
+- Add patch from Toshio to fix x86_64 compiler warnings
+- Fixed hard-coded paths in src/config.h
+
+* Wed Apr  6 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 0.8.2-4
+- Change group to Applications/Productivity
+- Have dos2unix only convert files
+- Fixed hard-coded paths in the Makefile
+
+* Tue Apr  5 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 0.8.2-3
+- Use dos2unix instead of sed
+
+* Tue Apr  5 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 0.8.2-2
+- Implemented Toshio's strip, eol, and CFLAGS fixes
+- Added missing gettext in BuildRequires
+
+* Thu Mar 31 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 0.8.2-1
+- Initial RPM release


Index: sources
===================================================================
RCS file: sources
diff -N sources
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ sources	30 Jun 2007 10:15:55 -0000	1.15
@@ -0,0 +1 @@
+6e44c5e7bff2afdec36f63963fe18b20  notecase-1.5.8_src.tar.gz




More information about the fedora-extras-commits mailing list