packages: folks/folks.spec (NEW) - initial PLD release

patrys patrys at pld-linux.org
Tue Aug 31 14:04:37 CEST 2010


Author: patrys                       Date: Tue Aug 31 12:04:38 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial PLD release

---- Files affected:
packages/folks:
   folks.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/folks/folks.spec
diff -u /dev/null packages/folks/folks.spec:1.1
--- /dev/null	Tue Aug 31 14:04:38 2010
+++ packages/folks/folks.spec	Tue Aug 31 14:04:29 2010
@@ -0,0 +1,80 @@
+# $Revision$, $Date$
+Summary:	GObject contact aggregation library
+Name:		folks
+Version:	0.1.15
+Release:	1
+License:	LGPL v2+
+Group:		Libraries
+URL:		http://telepathy.freedesktop.org/wiki/Folks
+Source0:	http://download.gnome.org/sources/folks/0.1/%{name}-%{version}.tar.bz2
+# Source0-md5:	cb2e04f69bf619943b9ec4b0a6ebc534
+BuildRequires:	libgee-devel
+BuildRequires:	telepathy-glib-devel
+BuildRequires:	vala >= 0.9.7
+
+%description
+libfolks is a library that aggregates people from multiple sources
+(e.g. Telepathy connection managers and eventually evolution data
+server, Facebook, etc.) to create meta-contacts.
+
+
+%package        devel
+Summary:	Development files for %{name}
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+
+%description    devel
+The %{name}-devel package contains libraries and header files for
+developing applications that use %{name}.
+
+
+%prep
+%setup -q
+
+
+%build
+%configure \
+	--disable-static \
+
+%{__make} %{?_smp_mflags} V=1
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README
+%attr(755,root,root) %{_libdir}/libfolks.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libfolks.so.0
+%attr(755,root,root) %{_libdir}/libfolks-telepathy.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libfolks-telepathy.so.0
+%{_libdir}/folks
+
+%files devel
+%defattr(644,root,root,755)
+%doc
+%{_includedir}/folks
+%{_libdir}/libfolks.so
+%{_libdir}/libfolks-telepathy.so
+%{_pkgconfigdir}/folks.pc
+%{_pkgconfigdir}/folks-telepathy.pc
+
+
+%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  2010/08/31 12:04:29  patrys
+- initial PLD release
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
================================================================


More information about the pld-cvs-commit mailing list