Fix spec descritpion and remove obsoleted spec attributes.
This commit is contained in:
parent
dfb2830995
commit
44fc54e7ff
@ -1,11 +1,10 @@
|
||||
Summary: A utility for setting up encrypted file systems
|
||||
Summary: A utility for setting up encrypted disks
|
||||
Name: cryptsetup
|
||||
Version: 1.4.0
|
||||
Release: 0.1%{?dist}
|
||||
License: GPLv2
|
||||
Group: Applications/System
|
||||
URL: http://cryptsetup.googlecode.com/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: libgcrypt-devel, popt-devel, device-mapper-devel
|
||||
BuildRequires: libgpg-error-devel, libuuid-devel, libsepol-devel
|
||||
BuildRequires: libselinux-devel
|
||||
@ -18,8 +17,8 @@ Requires: cryptsetup-libs = %{version}-%{release}
|
||||
Source0: http://cryptsetup.googlecode.com/files/cryptsetup-%{upstream_version}.tar.bz2
|
||||
|
||||
%description
|
||||
This package contains cryptsetup, a utility for setting up
|
||||
encrypted file systems using Device Mapper and the dm-crypt target.
|
||||
The cryptsetup package contains a utility for setting up
|
||||
disk encryption using dm-crypt kernel module.
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries
|
||||
@ -31,8 +30,8 @@ Provides: cryptsetup-luks-devel = %{version}-%{release}
|
||||
Obsoletes: cryptsetup-luks-devel < 1.4.0
|
||||
|
||||
%description devel
|
||||
The cryptsetup-devel package contain libraries and header files
|
||||
used for writing code that makes use of encrypted file systems.
|
||||
The cryptsetup-devel package contains libraries and header files
|
||||
used for writing code that makes use of disk encryption.
|
||||
|
||||
%package libs
|
||||
Group: System Environment/Libraries
|
||||
@ -75,25 +74,21 @@ popd
|
||||
%postun -n cryptsetup-libs -p /sbin/ldconfig
|
||||
|
||||
%files -f cryptsetup.lang
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING ChangeLog AUTHORS TODO FAQ
|
||||
%{_mandir}/man8/cryptsetup.8.gz
|
||||
%{_root_sbindir}/cryptsetup
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%doc docs/examples/*
|
||||
%{_includedir}/libcryptsetup.h
|
||||
%{_libdir}/libcryptsetup.so
|
||||
%{_libdir}/pkgconfig/libcryptsetup.pc
|
||||
|
||||
%files libs
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING
|
||||
/%{_lib}/libcryptsetup.so.*
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%changelog
|
||||
* Mon Oct 10 2011 Milan Broz <mbroz@redhat.com> - 1.4.0-0.1
|
||||
|
Loading…
Reference in New Issue
Block a user