Updating link to change in openSUSE:Factory/calcurse revision 5.0

OBS-URL: https://build.opensuse.org/package/show/utilities/calcurse?expand=0&rev=2de98ad08068e9af3ef20536b839fd5d
This commit is contained in:
OBS User buildservice-autocommit 2011-08-08 13:40:34 +00:00 committed by Git OBS Bridge
parent fa49b40cfa
commit 504550ce18

View File

@ -1,17 +1,34 @@
# vim: set ts=4 sw=4 et:
#
# spec file for package calcurse
#
# Copyright (c) 2011 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: calcurse
Version: 2.9.0
Release: 0
Release: 1
Summary: Text-based Organizer
# http://calcurse.org/files/calcurse-%{version}.tar.gz
Source: calcurse-%{version}.tar.bz2
Source1: %{name}.desktop
URL: http://calcurse.org
Url: http://calcurse.org
Group: Productivity/Office/Organizers
License: BSD License
BuildRoot: %{_tmppath}/build-%{name}-%{version}
BuildRequires: ncurses-devel gcc make glibc-devel gettext gettext-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gcc gettext gettext-devel glibc-devel make ncurses-devel
BuildRequires: autoconf automake libtool
%if 0%{?suse_version} > 0
BuildRequires: update-desktop-files
@ -59,4 +76,4 @@ documented within an online help system.
%{_bindir}/calcurse
%doc %{_mandir}/man1/calcurse.1*
%{_datadir}/applications/%{name}.desktop
%changelog