Author: qboosh Date: Wed Oct 12 20:16:01 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - pl, some cleanups
---- Files affected: SPECS: eris.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/eris.spec diff -u SPECS/eris.spec:1.1 SPECS/eris.spec:1.2 --- SPECS/eris.spec:1.1 Wed Oct 12 09:54:07 2005 +++ SPECS/eris.spec Wed Oct 12 22:15:56 2005 @@ -1,16 +1,17 @@ # $Revision$, $Date$ -Summary: A WorldForge client library. +Summary: A WorldForge client library +Summary(pl): Biblioteka kliencka WorldForge Name: eris Version: 1.3.8 Release: 0.1 License: GPL Group: Libraries -URL: http://www.worldforge.org/dev/eng/libraries/eris Source0: http://dl.sourceforge.net/worldforge/%{name}-%{version}.tar.bz2 # Source0-md5: faf7c6d8237af53b93856c356a2de137 +URL: http://www.worldforge.org/dev/eng/libraries/eris BuildRequires: Atlas-C++-devel >= 0.5.98 -BuildRequires: wfmath-devel >= 0.3.2 BuildRequires: skstream-devel >= 0.3.5 +BuildRequires: wfmath-devel >= 0.3.2 Requires: Atlas-C++ >= 0.5.98 Obsoletes: eris-poll-glib BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -20,48 +21,74 @@ the same work several times), by providing a common system to deal with the back end tasks. +%description -l pl +Eris została zaprojektowana w celu uproszczenia zarządzania klientem +(i uniknięcia powtarzania tej samej pracy wielokrotnie) poprzez +dostarczenie wspólnego systemu do obslugi zadań backendu. + %package devel -Summary: A WorldForge client library headers and static libs. +Summary: Header files for WorldForge client library +Summary(pl): Pliki nagłówkowe biblioteki klienckiej WorldForge Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: Atlas-C++-devel -Requires: wfmath-devel Requires: skstream-devel +Requires: wfmath-devel %description devel -Eris is designed to simplify client development (and avoid repeating -the same work several times), by providing a common system to deal -with the back end tasks. +Header files for WorldForge client library. + +%description devel -l pl +Pliki nagłówkowe biblioteki klienckiej WorldForge. + +%package static +Summary: Static WorldForge client library +Summary(pl): Statyczna biblioteka kliencka WorldForge +Group: Development/Libraries +Requires: %{name}-devel = %{version}-%{release} + +%description static +Static WorldForge client library. + +%description static -l pl +Statyczna biblioteka kliencka WorldForge. %prep %setup -q %build -CXXFLAGS=%{rpmcflags} +CXXFLAGS="%{rpmcflags}" %configure \ --enable-static %{__make} %install rm -rf $RPM_BUILD_ROOT + %{__make} install \ DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + %files %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/lib*.so.* %doc AUTHORS COPYING NEWS README +%attr(755,root,root) %{_libdir}/lib*.so.*.*.* %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/lib*.so %{_libdir}/lib*.la -%{_libdir}/lib*.a -%{_pkgconfigdir}/* %{_includedir}/* +%{_pkgconfigdir}/* + +%files static +%defattr(644,root,root,755) +%{_libdir}/lib*.a %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -69,6 +96,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2005/10/12 20:15:56 qboosh +- pl, some cleanups + Revision 1.1 2005/10/12 07:54:07 glen - based on spec in sources, needs other libs to build - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/eris.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
