SPECS: gloox.spec (NEW) - new

bszx bszx at pld-linux.org
Thu Jun 8 16:10:20 CEST 2006


Author: bszx                         Date: Thu Jun  8 14:10:20 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/gloox.spec
diff -u /dev/null SPECS/gloox.spec:1.1
--- /dev/null	Thu Jun  8 16:10:20 2006
+++ SPECS/gloox.spec	Thu Jun  8 16:10:15 2006
@@ -0,0 +1,91 @@
+# $Revision$, $Date$
+Summary:	Jabber/XMPP client library
+Summary(pl):	Biblioteka klienta Jabber/XMPP
+Name:		gloox
+Version:	0.8
+Release:	0.1
+License:	GPL
+Group:		Libraries
+Source0:	http://camaya.net/download/%{name}-%{version}.tar.bz2
+# Source0-md5:	fc595ff8d468d2f4ebd73139494ea32c
+URL:		http://camaya.net/gloox
+BuildRequires:	gnutls-devel
+BuildRequires:	iksemel-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+gloox is a full-featured Jabber/XMPP client without GUI, written in
+C++ and implemented as a shared library.
+
+%package devel
+Summary:	gloox header files
+Summary(pl):	Pliki nagłówkowe gloox
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+
+%description devel
+Header files for gloox library.
+
+%description devel -l pl
+Pliki nagłówkowe biblioteki gloox.
+
+%package static
+Summary:	gloox static library
+Summary(pl):	Statyczna biblioteka gloox
+Group:		Development/Libraries
+Requires:	%{name}-devel = %{version}-%{release}
+
+%description static
+gloox static library.
+
+%description static -l pl
+Statyczna biblioteka gloox.
+
+%prep
+%setup -q
+
+%build
+#cp -f /usr/share/automake/config.* .
+%configure
+
+%{__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)
+%doc ChangeLog README TODO
+%attr(755,root,root) %{_libdir}/lib*.so.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%{_includedir}/*
+%{_pkgconfigdir}/*
+%{_libdir}/lib*.la
+%attr(755,root,root) %{_libdir}/lib*.so
+%attr(755,root,root) %{_bindir}/*
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/lib*.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  2006/06/08 14:10:15  bszx
+- new
+
================================================================


More information about the pld-cvs-commit mailing list