SPECS: meanwhile.spec - pl, libtoolize, fixed BRs
qboosh
qboosh at pld-linux.org
Mon Oct 3 19:22:22 CEST 2005
Author: qboosh Date: Mon Oct 3 17:22:22 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pl, libtoolize, fixed BRs
---- Files affected:
SPECS:
meanwhile.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/meanwhile.spec
diff -u SPECS/meanwhile.spec:1.1 SPECS/meanwhile.spec:1.2
--- SPECS/meanwhile.spec:1.1 Tue Sep 27 16:37:13 2005
+++ SPECS/meanwhile.spec Mon Oct 3 19:22:14 2005
@@ -1,54 +1,75 @@
# $Revision$, $Date$
#
-%bcond_without static_libs # disable static libraries
-
+# Conditional build:
+%bcond_without static_libs # don't build static library
+#
Summary: Lotus Sametime library
+Summary(pl): Biblioteka Lotus Sametime
Name: meanwhile
Version: 0.4.2
Release: 1
-License: GPL/GPL v2/LGPL/BSD/BSD-like/other license name here)
+License: LGPL v2+
Group: Libraries
Source0: http://dl.sourceforge.net/meanwhile/%{name}-%{version}.tar.gz
# Source0-md5: -
-URL: http://meanwhile.sourceforge.net
-BuildRequires: glib-devel
-BuildRequires: pkgconfig
+URL: http://meanwhile.sourceforge.net/
+BuildRequires: autoconf >= 2.50
BuildRequires: automake
-BuildRequires: autoconf
+BuildRequires: glib2-devel >= 2.0.0
+BuildRequires: libtool
+BuildRequires: pkgconfig
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
The heart of the Meanwhile Project is the Meanwhile library, providing
the basic Lotus Sametime session functionality along with the core
-services; Presence Awareness, Instant Messaging, Multi-user
+services: Presence Awareness, Instant Messaging, Multi-user
Conferencing, Preferences Storage, Identity Resolution, and File
Transfer. This extensible client interface allows additional services
to be added to a session at runtime, allowing for simple integration
of future service handlers such as the user directory and whiteboard
and screen-sharing.
+%description -l pl
+Sercem projektu Meanwhile jest biblioteka Meanwhile udostępniająca
+podstawową funkcjonalność sesji Lotus Sametime wraz z głównymi
+usługami: sprawdzaniem obecności, komunikatorem, konferencją
+wieloużytkownikową, przechowywaniem ustawień, sprawdzaniem tożsamości
+i przesyłaniem plików. Ten rozszerzalny interfejs kliencki umożliwia
+dodawanie dodatkowych usług do sesji w czasie pracy, pozwalając na
+prostą integrację obsługi przyszłych usług, takich jak katalog
+użytkowników czy współdzielenie tablicy i ekranu.
+
%package devel
-Summary: Development libraries and header files for meanwhile library
+Summary: Header files for meanwhile library
+Summary(pl): Pliki nagłówkowe biblioteki meanwhile
Group: Development/Libraries
-Requires: pkgconfig
-Requires: %{name} = %{epoch}:%{version}-%{release}
+Requires: %{name} = %{version}-%{release}
+Requires: glib2-devel >= 2.0.0
%description devel
-This is the package containing the development libraries and header
-files for meanwhile.
+This is the package containing the header files for meanwhile.
+
+%description devel -l pl
+Ten pakiet zawiera pliki nagłówkowe biblioteki meanwhile.
%package static
Summary: Static meanwhile library
+Summary(pl): Statyczna biblioteka meanwhile
Group: Development/Libraries
-Requires: %{name}-devel = %{epoch}:%{version}-%{release}
+Requires: %{name}-devel = %{version}-%{release}
%description static
Static meanwhile library.
+%description static -l pl
+Statyczna biblioteka meanwhile.
+
%prep
%setup -q
%build
+%{__libtoolize}
%{__aclocal}
%{__autoconf}
%{__automake}
@@ -60,8 +81,6 @@
%install
rm -rf $RPM_BUILD_ROOT
-# create directories if necessary
-install -d $RPM_BUILD_ROOT%{_bindir}
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
@@ -95,6 +114,8 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2005/10/03 17:22:14 qboosh
+- pl, libtoolize, fixed BRs
+
Revision 1.1 2005/09/27 14:37:13 djurban
- lotus sametime lirbary for kopete 3.5
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/meanwhile.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list