]> git.pld-linux.org Git - packages/folks.git/commitdiff
- initial PLD release
authorPatryk Zawadzki <patrys@room-303.com>
Tue, 31 Aug 2010 12:04:29 +0000 (12:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    folks.spec -> 1.1

folks.spec [new file with mode: 0644]

diff --git a/folks.spec b/folks.spec
new file mode 100644 (file)
index 0000000..ced3aac
--- /dev/null
@@ -0,0 +1,65 @@
+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
This page took 0.110748 seconds and 4 git commands to generate.