[makepasswd] Initial import (#1012391).

opuk opuk at fedoraproject.org
Thu Jan 2 18:41:26 UTC 2014


commit e4dc6c558a72ac0e8e679107e1cbe4b807633a6e
Author: Johan Swensson <kupo at kupo.se>
Date:   Thu Jan 2 19:32:34 2014 +0100

    Initial import (#1012391).

 .gitignore      |    1 +
 makepasswd.spec |   72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources         |    1 +
 3 files changed, 74 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..2317dc3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/makepasswd-0.5.3.tar.gz
diff --git a/makepasswd.spec b/makepasswd.spec
new file mode 100644
index 0000000..742393e
--- /dev/null
+++ b/makepasswd.spec
@@ -0,0 +1,72 @@
+Name:       makepasswd
+Version:    0.5.3
+Release:    1%{?dist}
+Summary:    Generates (pseudo-)random passwords of a desired length
+
+Group:      Applications/System
+License:    GPLv3
+URL:        http://people.defora.org/~khorben/projects/makepasswd/
+Source0:    http://ftp.defora.org/pub/projects/makepasswd/%{name}-%{version}.tar.gz
+
+BuildRequires:  docbook-style-xsl
+BuildRequires:  libxslt
+BuildRequires:  openssl-devel
+
+%description
+Makepasswd generates (pseudo-)random passwords of a desired length. 
+
+%prep
+%setup -q
+
+%build
+make %{?_smp_mflags} CFLAGSF= CFLAGS="%{optflags}" LDFLAGS="%{__global_ldflags} -lcrypt -lcrypto"
+pushd doc
+make
+
+%install
+install -D -p -m 755 src/makepasswd %{buildroot}%{_bindir}/makepasswd
+install -D -p -m 644 doc/makepasswd.1 %{buildroot}%{_mandir}/man1/makepasswd.1
+
+%files
+%doc COPYING
+%{_mandir}/man1/makepasswd.1*
+%{_bindir}/makepasswd
+
+
+%changelog
+* Fri Dec 20 2013 Johan Swensson <kupo at kupo.se> - 0.5.3-1
+- New upstream release
+- openssl is now used instead of bundled md5 implementation
+
+* Mon Oct 21 2013 Johan Swensson <kupo at kupo.se> - 0.5.2-5
+- Use correct LDFLAGS
+- Use optflags macro instead of RPM_OPT_FLAGS
+
+* Sun Oct 20 2013 Johan Swensson <kupo at kupo.se> - 0.5.2-4
+- Make changelog timestamp/version string consistent
+
+* Fri Sep 27 2013 Johan Swensson <kupo at kupo.se> - 0.5.2-3
+- use plain make instead of make macro
+- remove unnecessary slashes in install phase
+- use doc macro for license file
+
+* Fri Sep 27 2013 Johan Swensson <kupo at kupo.se> - 0.5.2-2
+- removed Makefile patch, passing arguments directly to make instead
+- changed source mirror by request from upstream
+- fixed incorrect timestamps in chagelog
+
+* Fri Sep 27 2013 Johan Swensson <kupo at kupo.se> - 0.5.2-1
+- update to new upstream release 0.5.2
+- adds license file
+- minor changes getting rid of unnecessary steps in the install phase
+
+* Thu Sep 26 2013 Johan Swensson <kupo at kupo.se> - 0.5.1-3
+- additional package fixes
+- patch Makefile
+
+* Thu Sep 26 2013 Johan Swensson <kupo at kupo.se> - 0.5.1-2
+- package fixes with input from informal review
+
+* Thu Sep 26 2013 Johan Swensson <kupo at kupo.se> - 0.5.1-1
+- initial build
+
diff --git a/sources b/sources
index e69de29..2708155 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+f9303ba52592555a45b11e35779ca11f  makepasswd-0.5.3.tar.gz


More information about the scm-commits mailing list