From db8313e001a8d2c52091fd341b0e6f8c881e19d0 Mon Sep 17 00:00:00 2001 From: Konstantin Ryabitsev Date: Nov 11 2009 13:11:17 +0000 Subject: Initial import. --- diff --git a/.cvsignore b/.cvsignore index e69de29..fda14ea 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +pidgin-sipe-1.7.0.tar.bz2 diff --git a/import.log b/import.log new file mode 100644 index 0000000..9dc51a9 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +pidgin-sipe-1_7_0-1_fc11:HEAD:pidgin-sipe-1.7.0-1.fc11.src.rpm:1257945018 diff --git a/pidgin-sipe.spec b/pidgin-sipe.spec new file mode 100644 index 0000000..3071f57 --- /dev/null +++ b/pidgin-sipe.spec @@ -0,0 +1,74 @@ +Name: pidgin-sipe +Version: 1.7.0 +Release: 1%{?dist} +Summary: Pidgin plugin for connecting to MS Communications Server + +Group: Applications/Internet +License: GPLv2+ +URL: http://sipe.sourceforge.net/ +Source0: http://download.sourceforge.net/pidgin-sipe/pidgin-sipe-%{version}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: zlib-devel, libpurple-devel, e2fsprogs-devel, intltool +BuildRequires: krb5-devel, gettext + + +%description +Provides an Open Implementation of SIP/Simple protocol for connecting Pidgin to +Live Communications Server 2003/2005 and Office Communications Server 2007. + + +%prep +%setup -q + + +%build +%configure --with-krb5 +make %{?_smp_mflags} + + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT +rm -f $RPM_BUILD_ROOT%{_libdir}/purple-2/*.la +%find_lang %{name} + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files -f %{name}.lang +%defattr(-,root,root,-) +%doc AUTHORS ChangeLog HACKING COPYING NEWS README TODO +%{_libdir}/purple-2/libsipe.so +%{_datadir}/pixmaps/pidgin/protocols/*/sipe.png + + +%changelog +* Tue Nov 03 2009 Konstantin Ryabitsev - 1.7.0-1 +- Upstream 1.7.0 + +* Mon Sep 28 2009 Konstantin Ryabitsev - 1.6.3-1 +- Upstream 1.6.3 + +* Tue Sep 08 2009 Konstantin Ryabitsev - 1.6.2-1 +- Upstream 1.6.2 +- Drop obsoleted ppc fix patch + +* Fri Jul 31 2009 Konstantin Ryabitsev - 1.6.0-2 +- Add BR: gettext to build on EPEL + +* Thu Jul 30 2009 Konstantin Ryabitsev - 1.6.0-2 +- Another attempt at ppc build fix (patch from Stefan Becker) + +* Tue Jul 28 2009 Konstantin Ryabitsev - 1.6.0-1 +- Upstream 1.6.0 +- Build on ppc, but pass --enable-quality-check=no to configure + +* Thu Jul 16 2009 Konstantin Ryabitsev - 1.5.0-2 +- Build --with-krb5 + +* Tue Jun 30 2009 Konstantin Ryabitsev - 1.5.0-1 +- Initial packaging. + diff --git a/sources b/sources index e69de29..98debfd 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +3a1301f2820202187ff9e5c9d000036e pidgin-sipe-1.7.0.tar.bz2