SHA256
1
0
forked from pool/calcurse

Autobuild autoformatter for 53054

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/calcurse?expand=0&rev=2
This commit is contained in:
Marcus Rückert 2010-11-22 15:00:47 +00:00 committed by Git OBS Bridge
parent 1d30a4c1fe
commit 5f5d7bedf6

View File

@ -1,17 +1,34 @@
# vim: set ts=4 sw=4 et: #
# spec file for package calcurse (Version 2.8)
#
# 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: calcurse Name: calcurse
Version: 2.8 Version: 2.8
Release: 0 Release: 1
Summary: Text-based Organizer Summary: Text-based Organizer
# http://culot.org/cgi-bin/get.cgi?calcurse-%{version}.tar.gz # http://culot.org/cgi-bin/get.cgi?calcurse-%{version}.tar.gz
Source: calcurse-%{version}.tar.bz2 Source: calcurse-%{version}.tar.bz2
Source1: %{name}.desktop Source1: %{name}.desktop
URL: http://culot.org/calcurse/ Url: http://culot.org/calcurse/
Group: Productivity/Office/Organizers Group: Productivity/Office/Organizers
License: BSD License License: BSD License
BuildRoot: %{_tmppath}/build-%{name}-%{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: ncurses-devel gcc make glibc-devel gettext gettext-devel BuildRequires: gcc gettext gettext-devel glibc-devel make ncurses-devel
BuildRequires: autoconf automake libtool BuildRequires: autoconf automake libtool
%if 0%{?suse_version} > 0 %if 0%{?suse_version} > 0
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
@ -62,4 +79,4 @@ Authors:
%{_bindir}/calcurse %{_bindir}/calcurse
%doc %{_mandir}/man1/calcurse.1%{ext_man} %doc %{_mandir}/man1/calcurse.1%{ext_man}
%{_datadir}/applications/%{name}.desktop %{_datadir}/applications/%{name}.desktop
%changelog