SHA256
1
0
forked from pool/aespipe

Fix formatting spec and licence

OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/aespipe?expand=0&rev=2
This commit is contained in:
2012-04-01 12:14:50 +00:00
committed by Git OBS Bridge
parent ea342bd9dc
commit ba96e6dbe2
2 changed files with 29 additions and 8 deletions

View File

@@ -1,14 +1,32 @@
#
# spec file for package aespipe
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: aespipe
Version: 2.4c
Release: 1
License: GPL-2.0
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Group: Productivity/Security
Summary: AES Encrypting/Decrypting Pipe
URL: http://loop-aes.sourceforge.net/
License: GPL-2.0
Group: Productivity/Security
Url: http://loop-aes.sourceforge.net/
Source: http://loop-aes.sourceforge.net/aespipe/aespipe-v%{version}.tar.bz2
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: autoconf
BuildRequires: automake
%description
aespipe program is AES encrypting or decrypting pipe. It reads from standard
@@ -35,12 +53,10 @@ autoreconf -fiv
%check
%__make tests
%install
%makeinstall
%__install -m0755 bz2aespipe "%{buildroot}%{_bindir}/"
%clean
rm -rf "$RPM_BUILD_ROOT"