]> git.pld-linux.org Git - packages/ccrypt.git/blobdiff - ccrypt.spec
- 1.7
[packages/ccrypt.git] / ccrypt.spec
index fc453b95bceb6881c56713e3f3b816a246d9b632..33901dda31313ae4537812301e933b8bb7da3a4a 100644 (file)
@@ -1,11 +1,12 @@
 Summary:       Secure encryption and decryption of files and streams
 Summary(pl):   Bezpieczne szyfrowanie i odszyfrowywanie plików i strumieni
 Name:          ccrypt
-Version:       1.2
+Version:       1.7
 Release:       1
 License:       GPL
 Group:         Applications/System
-Source0:       http://ccrypt.sourceforge.net/download/%{name}-%{version}.tar.gz
+Source0:       http://dl.sourceforge.net/ccrypt/%{name}-%{version}.tar.gz
+# Source0-md5: 19526e31a7d234e29d54dbcc876605d5
 BuildRequires: autoconf
 BuildRequires: automake
 URL:           http://ccrypt.sourceforge.net/
@@ -30,7 +31,7 @@ szyfr jest uwa
 
 %build
 rm -f missing
-aclocal
+%{__aclocal}
 %{__autoconf}
 %{__automake}
 %configure
@@ -46,13 +47,11 @@ echo ".so ccrypt.1." > $RPM_BUILD_ROOT%{_mandir}/man1/ccat.1
 echo ".so ccrypt.1." > $RPM_BUILD_ROOT%{_mandir}/man1/ccdecrypt.1
 echo ".so ccrypt.1." > $RPM_BUILD_ROOT%{_mandir}/man1/ccencrypt.1
 
-gzip -9nf AUTHORS ChangeLog NEWS README doc/cypfaq01.txt
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz doc/*gz
+%doc AUTHORS ChangeLog NEWS README doc/cypfaq01.txt
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/*
This page took 0.409784 seconds and 4 git commands to generate.