]> git.pld-linux.org Git - packages/UConio.git/blob - UConio.spec
- adapterized, fixed typos
[packages/UConio.git] / UConio.spec
1 Summary:        Borland CONIO library port for Unix
2 Summary(pl):    Port biblioteki Borland CONIO dla Unixa
3 Name:           UConio
4 Version:        1.0.9
5 Release:        1
6 License:        GPL
7 Group:          Libraries
8 Group(de):      Libraries
9 Group(es):      Bibliotecas
10 Group(fr):      Librairies
11 Group(pl):      Biblioteki
12 Group(pt_BR):   Bibliotecas
13 Group(ru):      âÉÂÌÉÏÔÅËÉ
14 Group(uk):      â¦Â̦ÏÔÅËÉ
15 Source0:        http://crazylovetrain.hypermart.net/files/uconio/%{name}-%{version}-PR.tar.gz
16 Patch0:         %{name}-make.patch
17 URL:            http://crazylovetrain.hypermart.net/projects.htm
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 UConio is a Unix port of the Borland Console Input/Output Library
22 (CONIO) for DOS, and includes some new features of its own.
23
24 %description -l pl
25 UConio jest Uniksowym portem biblioteki Borland Console Input/Output
26 (CONIO) dla DOS-a, zawiera te¿ trochê dodanych, nowych funkcji.
27
28 %package devel
29 Summary:        Header files and development documentation for %{name}
30 Summary(pl):    Pliki nag³ówkowe i dokumentacja do %{name}
31 Group:          Development/Libraries
32 Group(de):      Entwicklung/Libraries
33 Group(es):      Desarrollo/Bibliotecas
34 Group(fr):      Development/Librairies
35 Group(pl):      Programowanie/Biblioteki
36 Group(pt_BR):   Desenvolvimento/Bibliotecas
37 Group(ru):      òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
38 Group(uk):      òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
39 Requires:       %{name} = %{version}
40
41 %description devel
42 Header files and development documentation for %{name}.
43
44 %description -l pl devel
45 Pliki nag³ówkowe i dokumentacja do %{name}.
46
47 %prep
48 %setup -q -n %{name}-%{version}-PR
49 %patch -p1
50
51 %build
52 %{__make} "CFLAGS=%{rpmcflags}"
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56 install -d $RPM_BUILD_ROOT{%{_libdir},%{_mandir}/man3,%{_includedir}}
57
58 bzip2 -d man/*.bz2
59
60 install  bin/libuconio.so.*     $RPM_BUILD_ROOT%{_libdir}
61 (cd $RPM_BUILD_ROOT%{_libdir}; ln -s libuconio.so.* libuconio.so)
62 install include/*.h             $RPM_BUILD_ROOT%{_includedir}
63 install man/*.3                 $RPM_BUILD_ROOT%{_mandir}/man3
64
65 gzip -9nf tutorial/txt/*.txt doc/{AUTHOR,BUGS,ChangeLog,HELPERS,README}
66
67 %clean
68 rm -rf $RPM_BUILD_ROOT
69
70 %post   -p /sbin/ldconfig
71 %postun -p /sbin/ldconfig
72
73 %files
74 %defattr(644,root,root,755)
75 %doc doc/*.gz
76 %attr(755,root,root) %{_libdir}/lib*.so.*
77
78 %files devel
79 %defattr(644,root,root,755)
80 %doc tutorial/*/*.gz
81 %attr(755,root,root) %{_libdir}/lib*.so
82 %{_mandir}/man3/*
83 %{_includedir}/*.h
This page took 0.068212 seconds and 4 git commands to generate.