]> git.pld-linux.org Git - packages/UConio.git/commitdiff
initial pld release
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 17 May 2001 12:42:26 +0000 (12:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    UConio.spec -> 1.1

UConio.spec [new file with mode: 0644]

diff --git a/UConio.spec b/UConio.spec
new file mode 100644 (file)
index 0000000..2336094
--- /dev/null
@@ -0,0 +1,76 @@
+Summary:       Bornalnd CONIO library port for Unix
+Summary(pl):   Port biblioteki Borland CONIO dla Unixa
+Name:          UConio
+Version:       1.0.9
+Release:       1
+License:       GPL
+Group:         Libraries
+Group(de):     Libraries
+Group(es):     Bibliotecas
+Group(fr):     Librairies
+Group(pl):     Biblioteki
+Source0:       http://crazylovetrain.hypermart.net/files/uconio/%{name}-%{version}-PR.tar.gz
+Patch0:                %{name}-make.patch
+URL:           http://crazylovetrain.hypermart.net/projects.htm
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+UConio is a Unix port of the Borland Console Input/Output Library
+(CONIO) for DOS, and includes some new features of its own.
+
+%description -l pl
+UConio jest Unixowym portem biblioteki Borland Console Input/Output
+(CONIO) dla DOSa oraz dodatkowo dodano nowe funkcje.
+
+%package devel
+Summary:       Header files and development documentation for %{name}
+Summary(pl):   Pliki nag³ówkowe i dokumentacja do %{name}
+Group:         Development/Libraries
+Group(de):     Entwicklung/Libraries
+Group(fr):     Development/Librairies
+Group(pl):     Programowanie/Biblioteki
+Requires:      %{name} = %{version}
+
+%description devel
+Header files and development documentation for %{name}.
+
+%description -l pl devel
+Pliki nag³ówkowe i dokumentacja do %{name}.
+
+%prep
+%setup -q -n %{name}-%{version}-PR
+%patch -p1
+
+%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}
+(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
+
+gzip -9nf tutorial/txt/*.txt doc/{AUTHOR,BUGS,ChangeLog,HELPERS,README}
+
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc doc/*.gz
+%attr(755,root,root) %{_libdir}/lib*.so.*
+
+%files devel
+%defattr(644,root,root,755)
+%doc tutorial/*/*.gz
+%attr(755,root,root) %{_libdir}/lib*.so
+%{_mandir}/man3/*
+%{_includedir}/*.h
This page took 0.081566 seconds and 4 git commands to generate.