SPECS: libbinio.spec - new

koorek koorek at pld-linux.org
Sat Jun 11 14:15:47 CEST 2005


Author: koorek                       Date: Sat Jun 11 12:15:47 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   libbinio.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/libbinio.spec
diff -u SPECS/libbinio.spec:1.2 SPECS/libbinio.spec:1.3
--- SPECS/libbinio.spec:1.2	Tue Feb 15 19:39:51 2005
+++ SPECS/libbinio.spec	Sat Jun 11 14:15:41 2005
@@ -1,73 +1,54 @@
 # $Revision$, $Date$
 Summary:	Binary I/O stream class library
-Summary(pl):	Biblioteka klas C++ dla strumieniowych binarnych operacji I/O
+Summary(pl):	Biblioteka klas strumieni binarnych
 Name:		libbinio
 Version:	1.3
-Release:	0.1
-License:	GPL/LGPL
+Release:	1
+License:	LGPL
 Group:		Libraries
 Source0:	http://dl.sourceforge.net/libbinio/%{name}-%{version}.tar.bz2
 # Source0-md5:	dea7bd4c2d9d9f5429082448af2aab22
-Patch0:		%{name}-infopage.patch
 URL:		http://libbinio.sourceforge.net/
-BuildRequires:	autoconf
-BuildRequires:	automake
-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.
+The binary I/O stream class library presents a platform-independent way to
+access binary data streams in C++.
 
 %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.
+Biblioteka klas dla strumieni binarnych jest niezależna od platformy drogą
+dostępu do danych w strumieniach binarnych przy użyciu C++.
 
 %package devel
-Summary:	Header files for libbinio library
-Summary(pl):	Pliki nagłówkowe biblioteki libbinio
+Summary:	Development libraries and header files for termcap library
+Summary(pl):	Biblioteki deweloperskie i pliki nagłówkowe dla libbinio
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
-Requires:	libstdc++-devel
 
 %description devel
-Header files for libbinio library.
+This is the package containing the development libaries and header
+files for libbinio.
 
-%description devel -l pl
-Pliki nagłówkowe biblioteki libbinio.
+%description -l pl devel
+Ten pakiet zawiera pliki nagłówkowe i biblioteki  deweloperskie dla
+libbinio.
 
 %package static
 Summary:	Static libbinio library
-Summary(pl):	Statyczna biblioteka libbinio
+Summary(pl):	Statyczne biblioteki libbinio
 Group:		Development/Libraries
 Requires:	%{name}-devel = %{version}-%{release}
 
 %description static
 Static libbinio library.
 
-%description static -l pl
-Statyczna biblioteka libbinio.
+%description -l pl static
+Statyczne biblioteki libbinio.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-%{__libtoolize}
-%{__aclocal}
-%{__autoconf}
-%{__automake}
 %configure
 %{__make}
 
@@ -81,29 +62,24 @@
 rm -rf $RPM_BUILD_ROOT
 
 %post	-p /sbin/ldconfig
-%postun	-p /sbin/ldconfig
-
-%post devel
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
 
-%postun devel
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
+%postun	-p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README
-%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%doc AUTHORS ChangeLog NEWS README TODO
+%{_libdir}/%{name}.so
+%{_libdir}/%{name}.so.1.0.0
+%{_libdir}/%{name}.la
+%{_infodir}/%{name}*
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
-%{_includedir}/*
-%{_infodir}/*.info*
+%{_includedir}/*.h
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/*.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -111,8 +87,6 @@
 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
+Revision 1.3  2005/06/11 12:15:41  koorek
 - new
+
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/libbinio.spec?r1=1.2&r2=1.3&f=u




More information about the pld-cvs-commit mailing list