forked from pool/parted
This commit is contained in:
parent
9aa8457e84
commit
3f70b952b1
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 28 18:38:02 CEST 2008 - kukuk@suse.de
|
||||
|
||||
- Kill *.la file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 25 15:08:51 CEST 2008 - prusnak@suse.cz
|
||||
|
||||
|
10
parted.spec
10
parted.spec
@ -26,7 +26,7 @@ License: GPL v2 or later
|
||||
Group: System/Filesystems
|
||||
Summary: GNU partitioner
|
||||
Version: 1.8.8
|
||||
Release: 76
|
||||
Release: 78
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
Patch: always-resize-part.dif
|
||||
Patch1: parted-type.patch
|
||||
@ -62,8 +62,8 @@ Authors:
|
||||
|
||||
%package devel
|
||||
License: GPL v2 or later
|
||||
Summary: Include Files and Libraries mandatory for Development.
|
||||
Group: System/Filesystems
|
||||
Summary: Parted Include Files and Libraries necessary for Development
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: e2fsprogs-devel parted = %version device-mapper-devel libreiserfs-devel
|
||||
|
||||
%description devel
|
||||
@ -114,6 +114,7 @@ make %{?jobs:-j%jobs}
|
||||
|
||||
%install
|
||||
make DESTDIR="$RPM_BUILD_ROOT" install
|
||||
rm $RPM_BUILD_ROOT%{_libdir}/*.la*
|
||||
%find_lang %{name}
|
||||
|
||||
%clean
|
||||
@ -141,10 +142,11 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%{_prefix}/include/*
|
||||
%{_libdir}/pkgconfig/libparted.pc
|
||||
%{_libdir}/*.a*
|
||||
%{_libdir}/*.la*
|
||||
%{_libdir}/*.so
|
||||
|
||||
%changelog
|
||||
* Thu Aug 28 2008 kukuk@suse.de
|
||||
- Kill *.la file
|
||||
* Mon Aug 25 2008 prusnak@suse.cz
|
||||
- enabled SELinux support [Fate#303662]
|
||||
* Thu Aug 21 2008 agraf@suse.de
|
||||
|
Loading…
x
Reference in New Issue
Block a user