rpms/ldd-pdf/F-11 import.log, NONE, 1.1 ldd-pdf.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Steven Fernandez lonetwin at fedoraproject.org
Wed Jul 1 13:35:44 UTC 2009


Author: lonetwin

Update of /cvs/pkgs/rpms/ldd-pdf/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1233/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	import.log ldd-pdf.spec 
Log Message:
Initial import into cvs



--- NEW FILE import.log ---
ldd-pdf-3_0-2:F-11:ldd-pdf-3.0-2.src.rpm:1246455301


--- NEW FILE ldd-pdf.spec ---
Name:       ldd-pdf
Version:    3.0
Release:    2
Summary:    Linux Device Drivers, Third Edition Book in PDF format
Group:      Documentation
License:    CC-BY-SA
URL:        http://lwn.net/Kernel/LDD3/
Source0:    http://lwn.net/images/pdf/LDD3/ldd3_pdf.tar.bz2
Source1:    ftp://ftp.ora.com/pub/examples/linuxdrive3/examples.tar.gz
BuildRoot:  %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildArch:  noarch

%description
The third edition of Linux Device Drivers, by Jonathan Corbet, Alessandro
Rubini, and Greg Kroah-Hartman

This is the PDF version of the chapters along with the example code used in the
book

%prep
%setup -q -n ldd3_pdf
%setup -q -D -T -a 1 -n ldd3_pdf

%build
# empty but exists to keep rpmlint happy

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/examples
install -D -m 0644 *.pdf $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/
find examples -type d -exec install -m 755 -d $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/{} ';'
find examples -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
* Wed Jul 01 2009 Steven Fernandez <lonetwin at fedoraproject.org> 3.0-2
- Added the examples source code, changed name and added version to the
  installation directory name

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ldd-pdf/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	1 Jul 2009 02:41:00 -0000	1.1
+++ .cvsignore	1 Jul 2009 13:35:44 -0000	1.2
@@ -0,0 +1,2 @@
+examples.tar.gz
+ldd3_pdf.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ldd-pdf/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	1 Jul 2009 02:41:01 -0000	1.1
+++ sources	1 Jul 2009 13:35:44 -0000	1.2
@@ -0,0 +1,2 @@
+330d478a64fea5f772645c3728a4e2df  examples.tar.gz
+5cfce7586b3eed87d57c715d5ba86e17  ldd3_pdf.tar.bz2




More information about the fedora-extras-commits mailing list