]> git.pld-linux.org Git - packages/xdelta.git/commitdiff
- release 5, xdelta-1_1_1-5
authorkloczek <kloczek@pld-linux.org>
Mon, 25 Jun 2001 06:45:39 +0000 (06:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added using %%configure macro.

Changed files:
    xdelta.spec -> 1.40

xdelta.spec

index b7f10d98248534f78febf50a519c758882209534..567e23157e9e0bc08acfe3327779af22d9caaeb9 100644 (file)
@@ -2,7 +2,7 @@ Summary:        XDELTA - version control system
 Summary(pl):   XDELTA - system kontroli wersji
 Name:          xdelta
 Version:       1.1.1
-Release:       4
+Release:       5
 License:       GPL
 Group:         Development/Version Control
 Group(de):     Entwicklung/Versionkontrolle
@@ -80,9 +80,7 @@ Pakiet ten zawiera bibliotek
 
 %build
 autoconf
-CFLAGS="%{rpmcflags}" LDFLAGS="%{rpmldflags}" \
-./configure %{_target_platform}\
-       --prefix=%{_prefix} \
+%configure \
        --x-includes=%{_prefix}/X11R6/lib/glib/include
 %{__make}
 
@@ -90,7 +88,7 @@ CFLAGS="%{rpmcflags}" LDFLAGS="%{rpmldflags}" \
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_infodir}
 
-%{__make} DESTDIR=$RPM_BUILD_ROOT install
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 gzip -9nf NEWS READ* ChangeLog
 
This page took 0.033911 seconds and 4 git commands to generate.