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