SPECS: libopensync-plugin-file.spec - drop .la - more BRs
qboosh
qboosh at pld-linux.org
Sun Sep 2 13:52:26 CEST 2007
Author: qboosh Date: Sun Sep 2 11:52:26 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- drop .la
- more BRs
---- Files affected:
SPECS:
libopensync-plugin-file.spec (1.14 -> 1.15)
---- Diffs:
================================================================
Index: SPECS/libopensync-plugin-file.spec
diff -u SPECS/libopensync-plugin-file.spec:1.14 SPECS/libopensync-plugin-file.spec:1.15
--- SPECS/libopensync-plugin-file.spec:1.14 Sun Sep 2 12:56:30 2007
+++ SPECS/libopensync-plugin-file.spec Sun Sep 2 13:52:21 2007
@@ -4,12 +4,16 @@
Name: libopensync-plugin-file
Version: 0.31
Release: 1
-License: LGPL
+License: LGPL v2.1
Group: Libraries
Source0: http://www.opensync.org/attachment/wiki/download/%{name}-%{version}.tar.bz2?format=raw
# Source0-md5: 3aa2b994e9f138b2a6ec7b1e34bbe408
URL: http://www.opensync.org/
+BuildRequires: fam-devel
+BuildRequires: glib2-devel >= 2.0
BuildRequires: libopensync-devel >= %{version}
+BuildRequires: libxml2-devel >= 2.0
+BuildRequires: pkgconfig
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -44,15 +48,16 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
+rm -f $RPM_BUILD_ROOT%{_libdir}/opensync/plugins/*.la
+
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README
-%attr(755,root,root) %{_libdir}/opensync/plugins/*.so
-%{_libdir}/opensync/plugins/*.la
-%{_datadir}/opensync/defaults/*
+%attr(755,root,root) %{_libdir}/opensync/plugins/file_sync.so
+%{_datadir}/opensync/defaults/file-sync
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -60,6 +65,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.15 2007/09/02 11:52:21 qboosh
+- drop .la
+- more BRs
+
Revision 1.14 2007/09/02 10:56:30 qboosh
- dropped libtool BR too
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libopensync-plugin-file.spec?r1=1.14&r2=1.15&f=u
More information about the pld-cvs-commit
mailing list