]> git.pld-linux.org Git - packages/UConio.git/commitdiff
- cosmetics. RA-1_0 STABLE UConio-1_0_9-2
authorkloczek <kloczek@pld-linux.org>
Mon, 5 Aug 2002 17:28:20 +0000 (17:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    UConio.spec -> 1.10

UConio.spec

index 934c400fb2a21525475add6764897864015873c8..120e5edc021b5538ff7a554047d9a811fe01f264 100644 (file)
@@ -10,6 +10,10 @@ Patch0:              %{name}-make.patch
 URL:           http://crazylovetrain.hypermart.net/projects.htm
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%ifarch ppc
+%define                optflags        -O0
+%endif
+
 %description
 UConio is a Unix port of the Borland Console Input/Output Library
 (CONIO) for DOS, and includes some new features of its own.
@@ -34,23 +38,20 @@ Pliki nag
 %setup -q -n %{name}-%{version}-PR
 %patch -p1
 
-%build
-%ifarch ppc
-%define optflags -O0
-%endif
+bzip2 -d man/*.bz2
 
+%build
 %{__make} "CFLAGS=%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_libdir},%{_mandir}/man3,%{_includedir}}
 
-bzip2 -d man/*.bz2
+install        bin/libuconio.so.* $RPM_BUILD_ROOT%{_libdir}
+install include/*.h $RPM_BUILD_ROOT%{_includedir}
+install        man/*.3 $RPM_BUILD_ROOT%{_mandir}/man3
 
-install         bin/libuconio.so.*     $RPM_BUILD_ROOT%{_libdir}
 (cd $RPM_BUILD_ROOT%{_libdir}; ln -s libuconio.so.* libuconio.so)
-install include/*.h            $RPM_BUILD_ROOT%{_includedir}
-install        man/*.3                 $RPM_BUILD_ROOT%{_mandir}/man3
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.066953 seconds and 4 git commands to generate.