]> git.pld-linux.org Git - packages/ccrypt.git/blobdiff - ccrypt.spec
- some pld.org.pl->pld-linux.org cosmetics
[packages/ccrypt.git] / ccrypt.spec
index cdaa511cca71b9606c59b3db8593b0ebf596249c..87fcd55b4b2f5f9f95da08bfc9ec6887354b4efc 100644 (file)
@@ -2,16 +2,14 @@ Summary:      Secure encryption and decryption of files and streams
 Summary(pl):   Bezpieczne szyfrowanie i odszyfrowywanie plików i strumieni
 Name:          ccrypt
 Version:       1.2
-Release:       1
+Release:       2
 License:       GPL
-Group:          Applications/System
-Group(de):      Applikationen/System
-Group(pl):      Aplikacje/System
+Group:         Applications/System
 Source0:       http://ccrypt.sourceforge.net/download/%{name}-%{version}.tar.gz
 BuildRequires: autoconf
 BuildRequires: automake
 URL:           http://ccrypt.sourceforge.net/
-BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 ccrypt is a utility for encrypting and decrypting files and streams.
@@ -32,9 +30,9 @@ szyfr jest uwa
 
 %build
 rm -f missing
-aclocal
-autoconf
-automake -a -c
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
@@ -48,13 +46,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.072777 seconds and 4 git commands to generate.