rpms/hello/F-9 hello.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Conrad Meyer konradm at fedoraproject.org
Sun Jan 4 03:44:42 UTC 2009


Author: konradm

Update of /cvs/pkgs/rpms/hello/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25741

Modified Files:
	.cvsignore sources 
Added Files:
	hello.spec 
Log Message:
Import.


--- NEW FILE hello.spec ---
Name:           hello
Version:        2.4
Release:        1%{?dist}
Summary:        Prints a Familiar, Friendly Greeting
Group:          Development/Tools
# Parts of the documentation are under GFDL, BSD, and Public Domain
# *All* code is GPLv3+.
License:        GPLv3+ and GFDL and BSD and Public Domain
URL:            http://www.gnu.org/software/hello/
Source0:        http://ftp.gnu.org/gnu/hello/hello-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: gettext
Requires(post): info
Requires(preun): info


%description
Hello prints a friendly greeting. It also serves as a sample GNU
package, showing practices that may be useful for GNU projects.


%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
%find_lang hello


%check
cd tests
make check-TESTS


%clean
rm -rf $RPM_BUILD_ROOT


%post
/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :


%preun
if [ $1 = 0 ] ; then
  /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
fi


%files -f hello.lang
%defattr(-,root,root,-)
%doc COPYING
%{_mandir}/man1/hello.1*
%{_bindir}/hello
%{_infodir}/hello.info*


%changelog
* Wed Dec 17 2008 Conrad Meyer <konrad at tylerc.org> - 2.4-1
- Initial package.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/hello/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	28 Dec 2008 19:02:51 -0000	1.1
+++ .cvsignore	4 Jan 2009 03:44:11 -0000	1.2
@@ -0,0 +1 @@
+hello-2.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/hello/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	28 Dec 2008 19:02:51 -0000	1.1
+++ sources	4 Jan 2009 03:44:11 -0000	1.2
@@ -0,0 +1 @@
+1691faa758ca41c70b6da5501bdf230a  hello-2.4.tar.gz




More information about the fedora-extras-commits mailing list