packages (DEVEL): folks/folks.spec - build folks-inspect
wiget
wiget at pld-linux.org
Tue Mar 1 22:28:52 CET 2011
Author: wiget Date: Tue Mar 1 21:28:52 2011 GMT
Module: packages Tag: DEVEL
---- Log message:
- build folks-inspect
---- Files affected:
packages/folks:
folks.spec (1.3.2.1 -> 1.3.2.2)
---- Diffs:
================================================================
Index: packages/folks/folks.spec
diff -u packages/folks/folks.spec:1.3.2.1 packages/folks/folks.spec:1.3.2.2
--- packages/folks/folks.spec:1.3.2.1 Sat Feb 26 17:19:42 2011
+++ packages/folks/folks.spec Tue Mar 1 22:28:47 2011
@@ -12,7 +12,7 @@
BuildRequires: libxml2-devel
BuildRequires: pkgconfig
BuildRequires: telepathy-glib-devel
-BuildRequires: vala >= 0.9.7
+BuildRequires: vala >= 0.11.6
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -34,14 +34,20 @@
%build
%configure \
- --disable-static
+ --disable-silent-rules \
+ --disable-static \
+ --enable-vala
-%{__make} V=1
+%{__make}
%install
rm -rf $RPM_BUILD_ROOT
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/folks/21/backends/*/libfolks-backend-*.la \
+ $RPM_BUILD_ROOT%{_libdir}/*.la
%find_lang %{name}
@@ -55,6 +61,7 @@
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog README
%attr(755,root,root) %{_bindir}/folks-import
+%attr(755,root,root) %{_bindir}/folks-inspect
%attr(755,root,root) %{_libdir}/libfolks.so.*.*.*
%attr(755,root,root) %ghost %{_libdir}/libfolks.so.21
%attr(755,root,root) %{_libdir}/libfolks-telepathy.so.*.*.*
@@ -82,6 +89,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3.2.2 2011/03/01 21:28:47 wiget
+- build folks-inspect
+
Revision 1.3.2.1 2011/02/26 16:19:42 patrys
- 0.3.6
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/folks/folks.spec?r1=1.3.2.1&r2=1.3.2.2&f=u
More information about the pld-cvs-commit
mailing list