]> git.pld-linux.org Git - packages/xdelta.git/blobdiff - xdelta.spec
- xdelta.m4 quotation fix
[packages/xdelta.git] / xdelta.spec
index 0e2a1efadbfea1988c5fae0e47ecacb5e2c0695f..9a43af5fd6c20ce50fd218fa9733284d659a01b7 100644 (file)
@@ -4,13 +4,15 @@ Summary(pl):  XDELTA - system kontroli wersji
 Summary(pt_BR):        patch e diff para arquivos binĂ¡rios
 Name:          xdelta
 Version:       1.1.3
-Release:       1
+Release:       2
 License:       GPL
 Group:         Development/Version Control
-Source0:       http://prdownloads.sourceforge.net/xdelta/%{name}-%{version}.tar.gz
+Source0:       http://dl.sourceforge.net/xdelta/%{name}-%{version}.tar.gz
+# Source0-md5: 08e964c28541605b6fe61c0dd6595516
 Patch0:                %{name}-ac_fixes.patch
 Patch1:                %{name}-use_sys_getopt.patch
 Patch2:                %{name}-am15.patch
+Patch3:                %{name}-ac25x.patch
 URL:           http://www.XCF.Berkeley.EDU/~jmacd/xdelta.html
 BuildRequires: autoconf
 BuildRequires: automake
@@ -94,15 +96,16 @@ Bibliotecas est
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 rm -f missing
-libtoolize --copy --force
-aclocal
+%{__libtoolize}
+%{__aclocal}
 %{__autoconf}
 %{__automake}
-%configure \
-       --x-includes=%{_prefix}/X11R6/lib/glib/include
+%configure
+
 %{__make}
 
 %install
@@ -112,25 +115,25 @@ rm -rf $RPM_BUILD_ROOT
        DESTDIR=$RPM_BUILD_ROOT \
        m4datadir=%{_aclocaldir}
 
-gzip -9nf NEWS READ* ChangeLog
+%clean
+rm -rf $RPM_BUILD_ROOT
 
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(644,root,root,755)
+%doc NEWS READ*
 %attr(755,root,root) %{_bindir}/xdelta
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 %{_mandir}/man1/*
 
 %files devel
 %defattr(644,root,root,755)
-%doc {NEWS,READ*,ChangeLog}.gz
+%doc ChangeLog
 %attr(755,root,root) %{_bindir}/xdelta-config
 %attr(755,root,root) %{_libdir}/lib*.so
+%{_libdir}/lib*.la
 %{_aclocaldir}/*
 %{_includedir}/*
 
This page took 0.030616 seconds and 4 git commands to generate.