]> git.pld-linux.org Git - packages/agsync.git/blobdiff - agsync.spec
- drop detection of obsolete synce-librapi lib
[packages/agsync.git] / agsync.spec
index 1477f6ef434cf777e368252475cc453a9c144222..67d822b26075faccd4fbaf767d589b21315850a5 100644 (file)
@@ -1,5 +1,5 @@
 %define                _rc     pre
-%define                _rel    2
+%define                _rel    4
 Summary:       Synchronization mediator for AvantGo and Pocket PC
 Summary(pl.UTF-8):     Mediator synchronizacji dla AvantGo i Pocket PC
 Name:          agsync
@@ -9,10 +9,10 @@ License:      MPL v1.1
 Group:         Applications/Communications
 Source0:       http://duskwood.lownewulf.com/%{name}-%{version}-%{_rc}.tgz
 Patch0:                %{name}-debian.patch
+Patch1:                synce-ac.path
 # Source0-md5: 74de1b1452a718c85364fab5ce3c0c2a
 URL:           http://duskwood.lownewulf.com/avantgo.html
-BUildRequires: synce-librapi2-devel
-BUildRequires: synce-libsynce-devel
+BuildRequires: synce-core-lib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -54,9 +54,12 @@ Statyczna biblioteka AvantGo.
 %prep
 %setup -q -n %{name}-%{version}-%{_rc}
 %patch0 -p1
-chmod +x configure
+%patch1 -p1
+
+%{__rm} configure
 
 %build
+%{__autoconf}
 %configure
 %{__make}
 
@@ -80,6 +83,7 @@ rm -rf $RPM_BUILD_ROOT
 %doc README
 %attr(755,root,root) %{_bindir}/agsync
 %attr(755,root,root) %{_libdir}/libmal-funcs.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libmal-funcs.so.0
 %{_mandir}/man1/agsync.1*
 
 %files devel
This page took 0.06479 seconds and 4 git commands to generate.