SPECS: syncevolution.spec - build backends as shared
glen
glen at pld-linux.org
Fri Jan 30 00:22:35 CET 2009
Author: glen Date: Thu Jan 29 23:22:35 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- build backends as shared
---- Files affected:
SPECS:
syncevolution.spec (1.9 -> 1.10)
---- Diffs:
================================================================
Index: SPECS/syncevolution.spec
diff -u SPECS/syncevolution.spec:1.9 SPECS/syncevolution.spec:1.10
--- SPECS/syncevolution.spec:1.9 Fri Jan 30 00:10:22 2009
+++ SPECS/syncevolution.spec Fri Jan 30 00:22:29 2009
@@ -3,7 +3,7 @@
Summary(pl.UTF-8): Synchronizacja kontaktów i kalendarzy dla Evolution
Name: syncevolution
Version: 0.8.1
-Release: 0.1
+Release: 0.2
License: GPL v2+ + OpenSSL exception
Group: Applications
Source0: http://www.estamos.de/download/syncevolution/sources/%{name}-%{version}.tar.gz
@@ -35,7 +35,12 @@
%setup -q
%build
-%configure
+%configure \
+ --enable-ebook \
+ --enable-ecal \
+ --enable-file \
+ --enable-sqlite \
+ --enable-shared
%{__make}
%install
@@ -44,6 +49,8 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
+rm -f $RPM_BUILD_ROOT%{_libdir}/syncevolution/*.la
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -53,6 +60,25 @@
%doc AUTHORS COPYING ChangeLog NEWS README
%attr(755,root,root) %{_bindir}/synccompare
%attr(755,root,root) %{_bindir}/syncevolution
+%dir %{_libdir}/syncevolution
+%attr(755,root,root) %{_libdir}/syncevolution/libsyncevolution.so
+%attr(755,root,root) %{_libdir}/syncevolution/libsyncevolution.so.0
+%attr(755,root,root) %{_libdir}/syncevolution/libsyncevolution.so.0.0.0
+%attr(755,root,root) %{_libdir}/syncevolution/syncaddressbook.so
+%attr(755,root,root) %{_libdir}/syncevolution/syncaddressbook.so.0
+%attr(755,root,root) %{_libdir}/syncevolution/syncaddressbook.so.0.0.0
+%attr(755,root,root) %{_libdir}/syncevolution/syncebook.so
+%attr(755,root,root) %{_libdir}/syncevolution/syncebook.so.0
+%attr(755,root,root) %{_libdir}/syncevolution/syncebook.so.0.0.0
+%attr(755,root,root) %{_libdir}/syncevolution/syncecal.so
+%attr(755,root,root) %{_libdir}/syncevolution/syncecal.so.0
+%attr(755,root,root) %{_libdir}/syncevolution/syncecal.so.0.0.0
+%attr(755,root,root) %{_libdir}/syncevolution/syncfile.so
+%attr(755,root,root) %{_libdir}/syncevolution/syncfile.so.0
+%attr(755,root,root) %{_libdir}/syncevolution/syncfile.so.0.0.0
+%attr(755,root,root) %{_libdir}/syncevolution/syncsqlite.so
+%attr(755,root,root) %{_libdir}/syncevolution/syncsqlite.so.0
+%attr(755,root,root) %{_libdir}/syncevolution/syncsqlite.so.0.0.0
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -60,6 +86,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.10 2009/01/29 23:22:29 glen
+- build backends as shared
+
Revision 1.9 2009/01/29 23:10:22 glen
- update to 0.8.1, enchanced desc, filled buildrequires
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/syncevolution.spec?r1=1.9&r2=1.10&f=u
More information about the pld-cvs-commit
mailing list