]> git.pld-linux.org Git - packages/folks.git/commitdiff
- some PLDization
authorsparky <sparky@pld-linux.org>
Mon, 24 Jan 2011 15:00:58 +0000 (15:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- BR: libxml2-devel, pkgconfig

Changed files:
    folks.spec -> 1.3

folks.spec

index e67c64f56b87432bc307a7e2683a256bf4dfcba4..8aaf3936795f139cd707a0511571ee8295371f96 100644 (file)
@@ -9,41 +9,44 @@ Source0:      http://download.gnome.org/sources/folks/0.2/%{name}-%{version}.tar.bz2
 # Source0-md5: 8c66c03d942313db735f6eb375c2f71a
 Patch0:                telepathy-glib-vala.patch
 BuildRequires: libgee-devel
+BuildRequires: libxml2-devel
+BuildRequires: pkgconfig
 BuildRequires: telepathy-glib-devel
 BuildRequires: vala >= 0.9.7
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %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
+%package devel
 Summary:       Development files for %{name}
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
 
-%description    devel
+%description devel
 The %{name}-devel package contains libraries and header files for
 developing applications that use %{name}.
 
-
 %prep
 %setup -q
 %patch0 -p1
 
 %build
 %configure \
-       --disable-static \
-
-%{__make} %{?_smp_mflags} V=1
+       --disable-static
 
+%{__make} V=1
 
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
@@ -55,13 +58,16 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 %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
+%dir %{_libdir}/folks
+%dir %{_libdir}/folks/15
+%dir %{_libdir}/folks/15/backends
+%dir %{_libdir}/folks/15/backends/*
+%attr(755,root,root) %{_libdir}/folks/15/backends/*/libfolks-backend-*.so
 %{_datadir}/vala/vapi/folks.*
 %{_datadir}/vala/vapi/folks-telepathy.*
 
 %files devel
 %defattr(644,root,root,755)
-%doc
 %{_includedir}/folks
 %{_libdir}/libfolks.so
 %{_libdir}/libfolks-telepathy.so
This page took 0.145615 seconds and 4 git commands to generate.