]> git.pld-linux.org Git - packages/eris.git/commitdiff
- pl, some cleanups
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 12 Oct 2005 20:15:56 +0000 (20:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eris.spec -> 1.2

eris.spec

index 4fafdeb52baa253be723e19fa21d830608e94e5e..ea1eb777c0d2a0f4cdc55a1273130986cdb62e48 100644 (file)
--- a/eris.spec
+++ b/eris.spec
@@ -1,15 +1,16 @@
-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)
@@ -19,45 +20,71 @@ 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.
 
+%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
This page took 0.074471 seconds and 4 git commands to generate.