]> git.pld-linux.org Git - packages/fswcert.git/commitdiff
- fixed Group, removed stripping, added pl description
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 7 May 2002 14:19:39 +0000 (14:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fswcert.spec -> 1.2

fswcert.spec

index 34a1650a0be0e47d1528a3fcb20250e2e8ddbdfc..a644de4392020987eb4ae24a04c28ffdad1ffae8 100644 (file)
@@ -1,18 +1,23 @@
 Summary:       Extract FreeS/WAN ipsec keys from X.509 format certificates
+Summary(pl):   Narzêdzie tworz±ce klucze ipsec z certyfikatów X.509
 Name:          fswcert
 Version:       0.6
 Release:       1
-URL:           http://www.strongsec.com/freeswan/
-Source0:       http://www.strongsec.com/freeswan/%{name}-%{version}.tar.gz
 License:       GPL
-Group:         System Environment/Daemons
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+Group:         Networking/Daemons
+Source0:       http://www.strongsec.com/freeswan/%{name}-%{version}.tar.gz
+URL:           http://www.strongsec.com/freeswan/
+BuildRequires: openssl-devel
 Requires:      freeswan
 Requires:      openssl
-BuildRequires: openssl-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Utility to extract FreeS/WAN RSA keys from X.509 format certificates
+Utility to extract FreeS/WAN RSA keys from X.509 format certificates.
+
+%description -l pl
+Narzêdzie tworz±ce klucze RSA do FreeS/WAN z certyfikatów w formacie
+X.509.
 
 %prep
 %setup -q -n %{name}
@@ -23,10 +28,11 @@ Utility to extract FreeS/WAN RSA keys from X.509 format certificates
 %install
 rm -rf $RPM_BUILD_ROOT
 
-install -d  $RPM_BUILD_ROOT%{_sbindir}
-install --strip fswcert  $RPM_BUILD_ROOT%{_sbindir}
+install -d $RPM_BUILD_ROOT%{_sbindir}
+install fswcert $RPM_BUILD_ROOT%{_sbindir}
 
 gzip -9nf README CHANGES
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -34,6 +40,3 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc *.gz
 %attr(755,root,root) %{_sbindir}/fswcert
-
-
-# EOF
This page took 0.08994 seconds and 4 git commands to generate.