/[smecontribs]/rpms/randpw/contribs9/randpw.spec
ViewVC logotype

Annotation of /rpms/randpw/contribs9/randpw.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (hide annotations) (download)
Tue Aug 18 05:36:02 2015 UTC (8 years, 9 months ago) by stephdl
Branch: MAIN
CVS Tags: randpw-0_0_4-1_el6, randpw-0_0_4-1_el6_sme
Changes since 1.1: +8 -5 lines
Initial import to v9

1 vip-ire 1.1 Summary: a random password generator
2     %define name randpw
3     Name: %{name}
4 stephdl 1.2 %define version 0.0.4
5 vip-ire 1.1 %define release 1
6     Epoch: 9
7     Version: %{version}
8 stephdl 1.2 Release: %{release}%{?dist}
9 vip-ire 1.1 License: GPL
10     URL: http://www.contribs.org
11     Group: SMEserver/addon
12     Source: %{name}-%{version}.tar.gz
13     BuildArchitectures: noarch
14     BuildRoot: /var/tmp/%{name}-%{version}
15     AutoReqProv: no
16 stephdl 1.2 Requires: openssl
17 vip-ire 1.1 %description
18     a random password generator created by Hsing-Foo Wang hsingfoo@gmail.com
19    
20     %changelog
21 stephdl 1.2 * Sat Jul 25 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.0.4-1
22     - openssl is now used to generate the password
23     - You must give an argument greater or equal than 8
24    
25 vip-ire 1.1 * Wed Oct 08 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 0.0.3-1
26     - new options added to prevent No argument, a negative number,
27     - zero and non integer argument or a no integer argument part
28     - -1 0 123abc and abc by Hsing-Foo Wang hsingfoo@gmail.com
29    
30     * Tue Oct 07 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 0.0.1-1
31     - Initial relase, idea from Hsing-Foo Wang hsingfoo@gmail.com
32    
33     %prep
34     %setup
35     %build
36    
37     %install
38     rm -rf $RPM_BUILD_ROOT
39     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
40     echo "%doc COPYING" >> %{name}-%{version}-filelist
41    
42     %clean
43     cd ..
44     rm -rf %{name}-%{version}
45    
46     %pre
47     %preun
48     %post
49     %postun
50    
51     %files
52     %defattr(-,root,root)
53 stephdl 1.2 %attr(755, root,root) /usr/bin/randpw

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed