SPECS: jabbah.spec (NEW) - init - TODO: pl summary and description

spider spider at pld-linux.org
Fri Jul 22 13:36:30 CEST 2005


Author: spider                       Date: Fri Jul 22 11:36:30 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- init
- TODO: pl summary and description

---- Files affected:
SPECS:
   jabbah.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/jabbah.spec
diff -u /dev/null SPECS/jabbah.spec:1.1
--- /dev/null	Fri Jul 22 13:36:30 2005
+++ SPECS/jabbah.spec	Fri Jul 22 13:36:25 2005
@@ -0,0 +1,84 @@
+# $Revision$, $Date$
+Summary:	Jabbah is simple library with very easy to understand API for jabber communicators
+Name:		jabbah
+Version:	0.1
+Release:	0.1
+License:	GPL v2
+Group:		Development
+Source0:	http://download.berlios.de/jabbah/%{name}-%{version}.tar.gz
+# Source0-md5:	0bbc433e630f245e8b71ecc1481b6cce
+URL:		http://jabbah.bazyl.net/
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Jabbah is simple library with very easy to understand API for jabber
+communicators. Its aim is to implement whole XMPP protocol and as many
+JEPs as possible.
+
+%package devel
+Summary:        Header files for jabbah library
+Summary(pl):    Pliki nagłówkowe biblioteki jabbah
+Group:          Development/Libraries
+Requires:       %{name} = %{version}-%{release}
+Requires:       libstdc++-devel
+
+%description devel
+Header files for jabbah library.
+
+%description devel -l pl
+Pliki nagłówkowe biblioteki jabbah.
+
+%package static
+Summary:        Static version of jabbah libraries
+Summary(pl):    Statyczne wersje bibliotek jabbah
+Group:          Development/Libraries
+Requires:       %{name}-devel = %{version}-%{release}
+
+%description static
+Static version of jabbah libraries.
+
+%description static -l pl
+Statyczne wersje bibliotek jabbah.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make} \
+	CFLAGS="%{rpmcflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README NEWS
+%attr(755,root,root) %{_libdir}/libjabbah*.so.*.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libjabbah*.so
+%{_libdir}/libjabbah*.la
+%{_includedir}/jabbah*
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libjabbah*.a
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/07/22 11:36:25  spider
+- init
+- TODO: pl summary and description
+
================================================================



More information about the pld-cvs-commit mailing list