rpms/hello/devel hello.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Conrad Meyer konradm at fedoraproject.org
Sun Jan 4 03:30:38 UTC 2009


Author: konradm

Update of /cvs/pkgs/rpms/hello/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21957/devel

Modified Files:
	.cvsignore sources 
Added Files:
	hello.spec import.log 
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.


--- NEW FILE import.log ---
hello-2_4-1_fc9:HEAD:hello-2.4-1.fc9.src.rpm:1231039750


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/hello/devel/.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:30:07 -0000	1.2
@@ -0,0 +1 @@
+hello-2.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/hello/devel/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:30:08 -0000	1.2
@@ -0,0 +1 @@
+1691faa758ca41c70b6da5501bdf230a  hello-2.4.tar.gz




More information about the scm-commits mailing list