]> git.pld-linux.org Git - packages/XaoS.git/commitdiff
- BuildRequires: autoconf
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 11 Oct 2001 15:04:03 +0000 (15:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    XaoS.spec -> 1.4

XaoS.spec

index da4dc9680c99df3008a11ff56e35b33db7270cdc..421e8c81a6687b965e4b2ef8508b77a6228ddc34 100644 (file)
--- a/XaoS.spec
+++ b/XaoS.spec
@@ -5,7 +5,7 @@
 # _without_svga                - without svga output support
 # _without_ncurses             - without ncurses output support
 
-Summary:       A fast, portable real-time interactive fractal zoomer.
+Summary:       A fast, portable real-time interactive fractal zoomer
 Summary(pl):   Szybki, przeno¶ny i interaktywny explorator fraktali
 Name:          XaoS
 Version:       3.0
@@ -19,6 +19,7 @@ Source0:      ftp://sunsite.unc.edu/pub/Linux/X11/xapps/graphics/%{name}-%{version}.t
 Source1:       %{name}.desktop
 Patch0:                %{name}-nosuid.patch
 Patch1:                %{name}-brokenasm.patch
+BuildRequires: autoconf
 BuildRequires: XFree86-devel
 BuildRequires: libpng-devel
 %{!?_without_aa:BuildRequires:         aalib-devel}
@@ -93,15 +94,15 @@ install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}
        
 gzip -9nf doc/README doc/README.bugs doc/compilers.txt doc/ANNOUNCE doc/PROBLEMS doc/tutorial.txt
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %post
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
 %postun
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(644,root,root,755)
 %dir %{_datadir}/XaoS
This page took 0.061953 seconds and 4 git commands to generate.