rpms/meanwhile/devel meanwhile.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Joshua W. Boyer (jwboyer) fedora-extras-commits at redhat.com
Tue May 24 19:28:15 UTC 2005


Author: jwboyer

Update of /cvs/extras/rpms/meanwhile/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13833/devel

Modified Files:
	.cvsignore sources 
Added Files:
	meanwhile.spec 
Log Message:
auto-import meanwhile-0.4.1-2 on branch devel from meanwhile-0.4.1-2.src.rpm


--- NEW FILE meanwhile.spec ---
#
# spec file for meanwhile - sametime client library
#

Name:		meanwhile
Summary:	Lotus Sametime Community Client library
License:	LGPL
Group:		Applications/Internet
Version:	0.4.1
Release:	2%{?dist}
Source:		http://dl.sf.net/meanwhile/meanwhile-%{version}.tar.gz
URL:		http://meanwhile.sourceforge.net
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: glib2-devel

%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 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.

%package devel
Summary: Header files, libraries and development documentation for %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: glib2-devel

%description devel
This package contains the header files, static libraries and development
documentation for %{name}. If you like to develop programs using %{name},
you will need to install %{name}-devel.

%prep
%setup

%build
%configure
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
%{makeinstall}

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-, root, root)
%doc AUTHORS ChangeLog COPYING README TODO
%{_libdir}/libmeanwhile.so.*

%files devel
%defattr(-, root, root)
%{_includedir}/meanwhile/
%{_libdir}/libmeanwhile.a
%exclude %{_libdir}/libmeanwhile.la
%{_libdir}/libmeanwhile.so
%{_libdir}/pkgconfig/meanwhile.pc

%changelog
* Tue May 24 2005 = jwboyer at jdub.homelinux.org 0.4.1-2
- Updates from review comments

* Mon May 23 2005 - jwboyer at jdub.homelinux.org 0.4.1-1
- Initial package, adapted from spec file by Dag Wieers


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/meanwhile/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	24 May 2005 19:27:20 -0000	1.1
+++ .cvsignore	24 May 2005 19:28:13 -0000	1.2
@@ -0,0 +1 @@
+meanwhile-0.4.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/meanwhile/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	24 May 2005 19:27:20 -0000	1.1
+++ sources	24 May 2005 19:28:13 -0000	1.2
@@ -0,0 +1 @@
+817936592c2179e3e20ddcfe137adadb  meanwhile-0.4.1.tar.gz




More information about the fedora-extras-commits mailing list