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

Steven Fernandez lonetwin at fedoraproject.org
Tue Jul 14 12:40:58 UTC 2009


Author: lonetwin

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

Modified Files:
	.cvsignore sources 
Added Files:
	import.log javanotes.spec 
Log Message:
Initial import



--- NEW FILE import.log ---
javanotes-5_1-2_fc10:HEAD:javanotes-5.1-2.fc10.src.rpm:1247575213


--- NEW FILE javanotes.spec ---
Name:       javanotes
Version:    5.1
Release:    2%{?dist}
Summary:    Introduction to Programming Using Java, By David J. Eck

Group:      Documentation
License:    CC-BY-SA
URL:        http://math.hws.edu/javanotes/
Source0:    http://math.hws.edu/eck/cs124/downloads/%{name}5.tar.bz2
BuildRoot:  %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildArch:  noarch

%description
The fifth edition of Introduction to Programming Using Java, a free, on-line
textbook on introductory programming, which uses Java as the language of
instruction. This book is directed mainly towards beginning programmers,
although it might also be useful for experienced programmers who want to learn
something about Java. It is certainly not meant to provide complete coverage of
the Java language.

The fifth edition covers Java 5.0 and can also be used with later versions of
Java. You will find many Java applets on the web pages that make up this book,
and many of those applets require Java 5.0 or higher to function. Earlier
editions, which covered earlier versions of Java, are still available; see the
preface for links.

This is the html version, start with index.html in the main directory.

%prep
%setup -q -n %{name}%{version}

%build
# empty but exists to keep rpmlint happy


%install
rm -rf $RPM_BUILD_ROOT
find -type d -exec install -m 755 -d $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/{} ';'
find -type f -exec install -m 644 {} $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/{} ';'

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc %{_docdir}/%{name}-%{version}/


%changelog
* Thu Jul 02 2009 Steven Fernandez <lonetwin at fedoraproject.org> 5.1-2
- Added version to install directory and dist tag to package name

* Sun Jun 23 2009 Steven Fernandez <lonetwin at fedoraproject.org> 5.1-1
- First build



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/javanotes/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	14 Jul 2009 04:45:14 -0000	1.1
+++ .cvsignore	14 Jul 2009 12:40:58 -0000	1.2
@@ -0,0 +1 @@
+javanotes5.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/javanotes/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	14 Jul 2009 04:45:15 -0000	1.1
+++ sources	14 Jul 2009 12:40:58 -0000	1.2
@@ -0,0 +1 @@
+c34144829523157c09bcf13db11de378  javanotes5.tar.bz2




More information about the fedora-extras-commits mailing list