]> git.pld-linux.org Git - packages/XaoS.git/commitdiff
- added info patch, rebuild infos
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 28 Jan 2003 23:36:07 +0000 (23:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    XaoS-info.patch -> 1.1
    XaoS.spec -> 1.14

XaoS-info.patch [new file with mode: 0644]
XaoS.spec

diff --git a/XaoS-info.patch b/XaoS-info.patch
new file mode 100644 (file)
index 0000000..10f3188
--- /dev/null
@@ -0,0 +1,30 @@
+--- XaoS-3.1pre5/doc/xaos.texinfo.orig Tue Feb  6 14:00:33 2001
++++ XaoS-3.1pre5/doc/xaos.texinfo      Tue Jan 28 23:40:17 2003
+@@ -10,9 +10,9 @@
+ @setfilename xaos.info
+ @settitle An fast realtime interactive fractal zoomer---user's manual
+-@dircategory Graphics
++@dircategory Graphics Utilities:
+ @direntry 
+- * XaoS: (xaos).               The fast realtime interactive fractal zoomer
++* XaoS: (xaos).                               Fast realtime interactive fractal zoomer
+ @end direntry
+--- XaoS-3.1pre5/doc/xaosdev.texinfo.orig      Tue Feb  6 14:00:34 2001
++++ XaoS-3.1pre5/doc/xaosdev.texinfo   Tue Jan 28 23:41:53 2003
+@@ -7,10 +7,10 @@
+ @setfilename xaosdev.info
+ @settitle An fast real-time interactive fractal zoomer---hacker's guide
+-@dircategory Graphics
++@dircategory Graphics Utilities:
+ @direntry 
+- * XaoS: (xaosdev).               The fast real-time interactive fractal zoomer
+-                                  (developers documentation
++* XaoS: (xaosdev).                    Fast real-time interactive fractal zoomer
++                                      (developer's documentation)
+ @end direntry
index cc691d0e3a62165f0fe4ac5cfb17114f1515bbbe..02b508a00c98debe8ebc87db48c7e006d83c9ffc 100644 (file)
--- a/XaoS.spec
+++ b/XaoS.spec
@@ -24,6 +24,7 @@ Patch0:               %{name}-nosuid.patch
 Patch1:                %{name}-brokenasm.patch
 Patch2:                %{name}-ggi-fix.patch
 Patch3:                %{name}-svga-fix.patch
+Patch4:                %{name}-info.patch
 URL:           http://xaos.theory.org/
 BuildRequires: XFree86-devel
 %{!?_without_aa:BuildRequires:         aalib-devel}
@@ -33,6 +34,7 @@ BuildRequires:        automake
 BuildRequires: libpng-devel
 %{!?_without_ncurses:BuildRequires:    ncurses-devel}
 %{!?_without_svga:BuildRequires:       svgalib-devel}
+BuildRequires: texinfo
 Buildroot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -66,6 +68,7 @@ palety, zapisywanie PNG i inwersja fraktali.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 cp -f /usr/share/automake/config.* .
@@ -80,6 +83,10 @@ cp -f /usr/share/automake/config.* .
 
 %{__make}
 
+cd doc
+makeinfo --no-split xaos.texinfo
+makeinfo --no-split xaosdev.texinfo
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_infodir},%{_applnkdir},%{_pixmapsdir}} \
This page took 0.035684 seconds and 4 git commands to generate.