Author: qboosh Date: Tue Feb 15 18:39:56 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - pl, unified, -devel R: libstdc++-devel
---- Files affected: SPECS: libbinio.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/libbinio.spec diff -u SPECS/libbinio.spec:1.1 SPECS/libbinio.spec:1.2 --- SPECS/libbinio.spec:1.1 Mon Feb 14 20:44:08 2005 +++ SPECS/libbinio.spec Tue Feb 15 19:39:51 2005 @@ -6,32 +6,40 @@ Release: 0.1 License: GPL/LGPL Group: Libraries -Source0: http://mesh.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2 +Source0: http://dl.sourceforge.net/libbinio/%{name}-%{version}.tar.bz2 # Source0-md5: dea7bd4c2d9d9f5429082448af2aab22 -Patch0: %{name}-infopage.patch +Patch0: %{name}-infopage.patch URL: http://libbinio.sourceforge.net/ BuildRequires: autoconf BuildRequires: automake -BuildRequires: libtool +BuildRequires: libtool >= 2:1.5 BuildRequires: libstdc++-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description The binary I/O stream class library presents a platform-independent -way to access binary data streams in C++. -The library is hardware independent in the form that it transparently -converts between the different forms of machine-internal binary data -representation. -It further employs no special I/O protocol and can be used on -arbitrary binary data sources. - -#%%description -l pl +way to access binary data streams in C++. The library is hardware +independent in the form that it transparently converts between the +different forms of machine-internal binary data representation. It +further employs no special I/O protocol and can be used on arbitrary +binary data sources. + +%description -l pl +Biblioteka klas strumieniowych binarnych operacji wejścia/wyjścia +prezentuje niezależny od platformy sposób dostępu do binarnych +strumieni danych w C++. Biblioteka jest niezależna od sprzętu dzięki +temu, że w przezroczysty sposób wykonuje konwersję pomiędzy różnymi +postaciami reprezentacji danych binarnych w wewnętrznym formacie +maszyny. Co więcej, nie wykorzystuje żadnego specjalnego protokołu +wejścia/wyjścia i może być używana na dowolnych źródłach danych +binarnych. %package devel Summary: Header files for libbinio library Summary(pl): Pliki nagłówkowe biblioteki libbinio Group: Development/Libraries Requires: %{name} = %{version}-%{release} +Requires: libstdc++-devel %description devel Header files for libbinio library. @@ -91,7 +99,7 @@ %attr(755,root,root) %{_libdir}/lib*.so %{_libdir}/lib*.la %{_includedir}/* -%{_infodir}/* +%{_infodir}/*.info* %files static %defattr(644,root,root,755) @@ -103,7 +111,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2005/02/15 18:39:51 qboosh +- pl, unified, -devel R: libstdc++-devel + Revision 1.1 2005/02/14 19:44:08 twittner - new - - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/libbinio.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
