packages: ccrypt/ccrypt.spec - up to 1.9
zbyniu
zbyniu at pld-linux.org
Thu Feb 3 00:25:15 CET 2011
Author: zbyniu Date: Wed Feb 2 23:25:15 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- up to 1.9
---- Files affected:
packages/ccrypt:
ccrypt.spec (1.24 -> 1.25)
---- Diffs:
================================================================
Index: packages/ccrypt/ccrypt.spec
diff -u packages/ccrypt/ccrypt.spec:1.24 packages/ccrypt/ccrypt.spec:1.25
--- packages/ccrypt/ccrypt.spec:1.24 Thu Feb 7 10:35:42 2008
+++ packages/ccrypt/ccrypt.spec Thu Feb 3 00:25:07 2011
@@ -2,16 +2,17 @@
Summary: Secure encryption and decryption of files and streams
Summary(pl.UTF-8): Bezpieczne szyfrowanie i odszyfrowywanie plików i strumieni
Name: ccrypt
-Version: 1.7
+Version: 1.9
Release: 1
License: GPL
Group: Applications/System
Source0: http://dl.sourceforge.net/ccrypt/%{name}-%{version}.tar.gz
-# Source0-md5: 19526e31a7d234e29d54dbcc876605d5
-Patch0: %{name}-kill-O3.patch
+# Source0-md5: c3f78019d7a166dd66f1d4b1390c62c2
URL: http://ccrypt.sourceforge.net/
BuildRequires: autoconf
BuildRequires: automake
+BuildRequires: gettext-devel
+BuildRequires: libtool
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -30,10 +31,11 @@
%prep
%setup -q
-%patch0 -p1
%build
rm -f missing
+%{__intltoolize}
+%{__libtoolize}
%{__aclocal}
%{__autoconf}
%{__automake}
@@ -50,10 +52,12 @@
echo ".so ccrypt.1." > $RPM_BUILD_ROOT%{_mandir}/man1/ccdecrypt.1
echo ".so ccrypt.1." > $RPM_BUILD_ROOT%{_mandir}/man1/ccencrypt.1
+%find_lang %{name}
+
%clean
rm -rf $RPM_BUILD_ROOT
-%files
+%files -f %{name}.lang
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README doc/cypfaq01.txt
%attr(755,root,root) %{_bindir}/*
@@ -65,6 +69,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.25 2011/02/02 23:25:07 zbyniu
+- up to 1.9
+
Revision 1.24 2008/02/07 09:35:42 ankry
- unix -> Unix
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ccrypt/ccrypt.spec?r1=1.24&r2=1.25&f=u
More information about the pld-cvs-commit
mailing list