RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Anders F. Björklund
Root: /v/rpm/cvs Email: afb@rpm5.org
Module: rpm-guide Date: 23-Aug-2008 11:30:39
Branch: HEAD Handle: 2008082309303900
Modified files:
rpm-guide rpm-guide-other-linuxes-en.xml
rpm-guide-programming-perl-en.xml
Log:
fix xml markup errors
Summary:
Revision Changes Path
1.2 +0 -3 rpm-guide/rpm-guide-other-linuxes-en.xml
1.2 +4 -2 rpm-guide/rpm-guide-programming-perl-en.xml
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm-guide/rpm-guide-other-linuxes-en.xml
============================================================================
$ cvs diff -u -r1.1.1.1 -r1.2 rpm-guide-other-linuxes-en.xml
--- rpm-guide/rpm-guide-other-linuxes-en.xml 10 Nov 2005 22:30:06 -0000 1.1.1.1
+++ rpm-guide/rpm-guide-other-linuxes-en.xml 23 Aug 2008 09:30:39 -0000 1.2
@@ -786,9 +786,6 @@
distributions, you can use a package-conversion tool called alien.
</para>
<sect2>
- <title/>
- </sect2>
- <sect2>
<title>Handling non-RPM packages with alien</title>
<para>
Alien is a package that supports conversions between RPM and
@@ .
patch -p0 <<'@@ .'
Index: rpm-guide/rpm-guide-programming-perl-en.xml
============================================================================
$ cvs diff -u -r1.1.1.1 -r1.2 rpm-guide-programming-perl-en.xml
--- rpm-guide/rpm-guide-programming-perl-en.xml 10 Nov 2005 22:30:07 -0000 1.1.1.1
+++ rpm-guide/rpm-guide-programming-perl-en.xml 23 Aug 2008 09:30:39 -0000 1.2
@@ -382,7 +382,8 @@
</para>
</sect2>
<sect2>
- <title>Finding packages</title>c<para>
+ <title>Finding packages</title>
+ <para>
The find_by_name subroutine finds a package or packages by name.
It returns a Perl list of the entries found. For example, if you
installed more than one version of a package, find_by_name would
@@ -812,7 +813,8 @@
</para>
</sect2>
<sect2>
- <title>Getting information on packages</title>ng information on packages<para>
+ <title>Getting information on packages</title>
+ <para>
The tag, as_nvre, and is_source_package subroutines that worked
on header objects read from RPM files, shown previously, also
work with package entries returned from the RPM database.
@@ .
Received on Sat Aug 23 11:30:39 2008