commit rednotebook for openSUSE:Factory
Hello community, here is the log from the commit of package rednotebook for openSUSE:Factory checked in at Wed Dec 29 00:32:13 CET 2010. -------- New Changes file: --- /dev/null 2010-08-26 16:28:41.000000000 +0200 +++ /mounts/work_src_done/STABLE/rednotebook/rednotebook.changes 2010-12-08 15:38:59.000000000 +0100 @@ -0,0 +1,16 @@ +------------------------------------------------------------------- +Tue Dec 7 17:12:16 CET 2010 - vuntz@opensuse.org + +- Drop rednotebook-desktop-entry.patch, and instead add the + additional Category with %suse_update_desktop_file. +- Use Calendar instead of WordProcessor as additional category. +- Shorten the description. +- Change python-webkitgtk Requires to Recommends, as described in + README. +- Add python-chardet Recommends. + +------------------------------------------------------------------- +Thu Nov 18 08:38:23 UTC 2010 - badshah400@gmail.com + +- Initial build (version) 1.1.1 + calling whatdependson for head-i586 New: ---- rednotebook-1.1.1.tar.bz2 rednotebook.changes rednotebook.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rednotebook.spec ++++++ # # spec file for package rednotebook (Version 1.1.1) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: rednotebook Version: 1.1.1 Release: 1 # Note: there's no lang package as of 1.1.1 because the translations are not installed in the usual place. See lp#687349. License: GPLv2+ Summary: Graphical diary and journal Url: http://rednotebook.sourceforge.net/ Group: Productivity/Office/Other Source: %{name}-%{version}.tar.bz2 BuildRequires: fdupes BuildRequires: python-devel BuildRequires: python-gtk BuildRequires: python-webkitgtk BuildRequires: update-desktop-files Requires: python-gtk Requires: python-yaml Recommends: python-chardet Recommends: python-webkitgtk %if 0%{?suse_version} >= 1120 BuildArch: noarch %endif BuildRoot: %{_tmppath}/%{name}-%{version}-build %py_requires %if 0%{?suse_version} <= 1110 %define python_sitelib %{py_sitedir} %endif %description RedNotebook is a graphical journal to keep track of notes and thoughts. It includes a calendar navigation, customizable templates, export functionality and word clouds. You can also format, tag and search your entries. %prep %setup -q %build %install %{__python} setup.py install --prefix=%{_prefix} --exec-prefix=%{_exec_prefix} --root=%{buildroot} %suse_update_desktop_file %{name} Calendar %fdupes %{buildroot}%{_datadir} %clean rm -rf %{buildroot} %post %if 0%{?suse_version} >= 1140 %icon_theme_cache_post %else gtk-update-icon-cache %{_datadir}/icons/hicolor || true %endif %postun %if 0%{?suse_version} >= 1140 %icon_theme_cache_postun %else gtk-update-icon-cache %{_datadir}/icons/hicolor || true %endif %files %defattr(-,root,root) %doc AUTHORS CHANGELOG LICENSE README %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/%{name}.png %{_datadir}/icons/hicolor/*/apps/%{name}.png %{python_sitelib}/%{name}/ %{python_sitelib}/%{name}-%{version}-py%{python_version}.egg-info %changelog ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de