This commit is contained in:
parent
495d93160a
commit
80d2285228
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c510e3ad0200517e3a14534e494b37dc0770efd733fc35ce2f445dd49c96a7d5
|
||||
size 389363
|
3
hello-2.3.tar.bz2
Normal file
3
hello-2.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:41cbb1b8296f7f791164e4da1d10c6c8b905bc7d0136f34ebe0b198fb08cfb30
|
||||
size 360569
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 9 10:48:34 CEST 2007 - meissner@suse.de
|
||||
|
||||
- upgraded to version 2.3
|
||||
- bugfixes, updates to buildsystem
|
||||
- now GPLv3 licensed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 25 21:30:22 CET 2006 - mls@suse.de
|
||||
|
||||
|
48
hello.spec
48
hello.spec
@ -1,50 +1,50 @@
|
||||
#
|
||||
# spec file for package hello (Version 2.1.1)
|
||||
# spec file for package hello (Version 2.3)
|
||||
#
|
||||
# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# Please submit bugfixes or comments via http://www.suse.de/feedback/
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
Name: hello
|
||||
License: GPL
|
||||
License: GPL v3 or later
|
||||
# How to define macros
|
||||
%define hello echo "hello world"
|
||||
Group: Development/Tools/Other
|
||||
Provides: mailreader
|
||||
Autoreqprov: on
|
||||
Summary: A friendly greeting program
|
||||
Version: 2.1.1
|
||||
Release: 314
|
||||
Source0: ftp://ftp.gnu.org/pub/gnu/hello/hello-%{version}.tar.gz
|
||||
Summary: A Friendly Greeting Program
|
||||
Version: 2.3
|
||||
Release: 1
|
||||
Source0: ftp://ftp.gnu.org/pub/gnu/hello/hello-%{version}.tar.bz2
|
||||
Patch0: hello-1.3.dif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
PreReq: %install_info_prereq
|
||||
|
||||
%description
|
||||
The GNU `hello' program produces a familiar, friendly greeting. It
|
||||
allows nonprogrammers to use a classic computer science tool which
|
||||
would otherwise be unavailable to them. Because it is protected by the
|
||||
GNU General Public License, users are free to share and change it.
|
||||
The GNU hello program produces a familiar, friendly greeting. It
|
||||
allows nonprogrammers to use a classic computer science tool that would
|
||||
otherwise be unavailable to them. Because it is protected by the GNU
|
||||
General Public License, users are free to share and change it.
|
||||
|
||||
GNU hello supports many a lot native languages.
|
||||
GNU hello supports many native languages.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
The King <elvis@graceland.gnu.ai.mit.edu>
|
||||
Charles Hannum <mycroft@hill.gnu.ai.mit.edu>
|
||||
David J. MacKenzie <djm@apple-gunkies.gnu.ai.mit.edu>
|
||||
Jan Brittenson <bson@kropotkin.gnu.ai.mit.edu>
|
||||
Michael I Bushnell <mib@geech.gnu.ai.mit.edu>
|
||||
Mike Haertel <mike@churchy.gnu.ai.mit.edu>
|
||||
Noah Friedman <friedman@nutrimat.gnu.ai.mit.edu>
|
||||
Roland McGrath <roland@geech.gnu.ai.mit.edu>
|
||||
The King <elvis@gnu.org>
|
||||
Charles Hannum <mycroft@gnu.org>
|
||||
David J. MacKenzie <djm@gnu.org>
|
||||
Jan Brittenson <bson@gnu.org>
|
||||
Michael I Bushnell <mib@gnu.org>
|
||||
Mike Haertel <mike@gnu.org>
|
||||
Noah Friedman <friedman@gnu.org>
|
||||
Roland McGrath <roland@gnu.org>
|
||||
|
||||
%prep
|
||||
# Use defined macro
|
||||
@ -90,7 +90,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/*/*
|
||||
%{_prefix}/share/locale/*/*/*
|
||||
|
||||
%changelog -n hello
|
||||
%changelog
|
||||
* Mon Jul 09 2007 - meissner@suse.de
|
||||
- upgraded to version 2.3
|
||||
- bugfixes, updates to buildsystem
|
||||
- now GPLv3 licensed.
|
||||
* Wed Jan 25 2006 - mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Wed Sep 14 2005 - cthiel@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user