OBS User unknown 2009-04-18 12:02:59 +00:00 committed by Git OBS Bridge
parent adf3377862
commit e1f771a128
2 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 7 02:55:54 CEST 2009 - crrodriguez@suse.de
- remove static libraries
-------------------------------------------------------------------
Tue Mar 10 12:12:02 CET 2009 - puzel@suse.cz

View File

@ -26,7 +26,7 @@ License: GPL v2 or later
Group: System/Filesystems
Summary: GNU partitioner
Version: 1.8.8
Release: 104
Release: 105
Source0: %{name}-%{version}.tar.bz2
Patch: always-resize-part.dif
Patch1: parted-type.patch
@ -133,8 +133,7 @@ Authors:
%build
AUTOPOINT=true autoreconf --force --install
CFLAGS="$RPM_OPT_FLAGS" \
%configure \
%configure --disable-static --with-pic \
--enable-device-mapper=yes \
--enable-dynamic-loading=no \
--enable-selinux \
@ -143,7 +142,7 @@ make %{?jobs:-j%jobs}
%install
make DESTDIR="$RPM_BUILD_ROOT" install
rm $RPM_BUILD_ROOT%{_libdir}/*.la*
rm $RPM_BUILD_ROOT%{_libdir}/*.la
%find_lang %{name}
%clean
@ -170,10 +169,11 @@ rm -rf "$RPM_BUILD_ROOT"
%doc doc/API doc/FAT
%{_prefix}/include/*
%{_libdir}/pkgconfig/libparted.pc
%{_libdir}/*.a*
%{_libdir}/*.so
%changelog
* Tue Apr 07 2009 crrodriguez@suse.de
- remove static libraries
* Tue Mar 10 2009 puzel@suse.cz
- fix-multipath-part-name.patch replaced with
fix-dm-partition-name.patch (bnc#471440)