]> git.pld-linux.org Git - packages/ccrypt.git/commitdiff
- up to 1.9 auto/th/ccrypt-1_9-1
authorzbyniu <zbyniu@pld-linux.org>
Wed, 2 Feb 2011 23:25:07 +0000 (23:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ccrypt.spec -> 1.25

ccrypt.spec

index a54973dd54270aa3a95eb745e4752819a895fa87..25d747e4e5f45ecb119e5fbff03a12538b7b2b45 100644 (file)
@@ -1,16 +1,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
@@ -29,10 +30,11 @@ szyfr jest uważany za dający duże bezpieczeństwo.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 rm -f missing
+%{__intltoolize}
+%{__libtoolize}
 %{__aclocal}
 %{__autoconf}
 %{__automake}
@@ -49,10 +51,12 @@ 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
 
+%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}/*
This page took 1.492715 seconds and 4 git commands to generate.