From 46d039cd3bc20e36c87e781c13e2a4f08ba7ba58 Mon Sep 17 00:00:00 2001 From: cvsextras Date: Nov 08 2004 04:02:49 +0000 Subject: auto-import changelog data from apg-2.2.3-0.fdr.2.rh90.src.rpm 2.2.3-0.fdr.2 - Fixed file permission on source tarball. - Brought spec more in line with current template. 2.2.3-0.fdr.1 - Updated to 2.2.3. 2.2.2-0.fdr.1 - Updated to 2.2.2. 2.2.0-0.fdr.1 - Updated to 2.2.0. 2.1.0-0.fdr.1 - Fedorafication. Mon Mar 31 2003 Matthias Saou - Rebuilt for Red Hat Linux 9. - Added _smp_mflags macro. Fri Oct 04 2002 Matthias Saou - Update to 2.1.0. Thu May 02 2002 Matthias Saou - Update to 2.0.0final. Tue Feb 27 2001 Matthias Saou - Update to 1.2.13. Fri Feb 16 2001 Matthias Saou - Update to 1.2.11. Thu Feb 15 2001 Matthias Saou - Update to 1.2.1. Wed Feb 07 2001 Matthias Saou - Initial RPM release. --- diff --git a/.cvsignore b/.cvsignore index e69de29..4643100 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +apg-2.2.3.tar.gz diff --git a/apg.spec b/apg.spec new file mode 100644 index 0000000..94e8ce9 --- /dev/null +++ b/apg.spec @@ -0,0 +1,92 @@ +Name: apg +Version: 2.2.3 +Release: 0.fdr.2.rh90 +Epoch: 0 +Summary: Automated Password Generator for random password generation. + +Group: System Environment/Base +License: GPL +URL: http://www.adel.nursat.kz/apg/ +Source0: http://www.adel.nursat.kz/apg/download/apg-2.2.3.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +%description +APG (Automated Password Generator) is the tool set for random password +generation. This standalone version generates some random words of +required type and prints them to standard output. + + + +%prep +%setup -q +cd .. +chmod -R 744 %{name}-%{version} +cd - + + + +%build +make %{?_smp_mflags} standalone + + + +%install +rm -rf ${RPM_BUILD_ROOT} +install -D -m0755 apg ${RPM_BUILD_ROOT}%{_bindir}/apg +install -D -m0644 doc/man/apg.1 ${RPM_BUILD_ROOT}%{_mandir}/man1/apg.1 +chmod 644 CHANGES COPYING README THANKS TODO doc/rfc* + + + +%clean +rm -rf ${RPM_BUILD_ROOT} + + + +%files +%defattr(-,root,root,-) +%doc CHANGES COPYING README THANKS TODO doc/rfc* +%{_bindir}/apg +%{_mandir}/man1/* + + + +%changelog +* Sun Sep 21 2003 Phillip Compton - 0:2.2.3-0.fdr.2 +- Fixed file permission on source tarball. +- Brought spec more in line with current template. + +* Mon Sep 15 2003 Phillip Compton - 0:2.2.3-0.fdr.1 +- Updated to 2.2.3. + +* Mon Sep 01 2003 Phillip Compton - 0:2.2.2-0.fdr.1 +- Updated to 2.2.2. + +* Tue Aug 05 2003 Phillip Compton - 0:2.2.0-0.fdr.1 +- Updated to 2.2.0. + +* Wed Jul 30 2003 Phillip Compton - 0:2.1.0-0.fdr.1 +- Fedorafication. + +* Mon Mar 31 2003 Matthias Saou +- Rebuilt for Red Hat Linux 9. +- Added _smp_mflags macro. + +* Fri Oct 4 2002 Matthias Saou +- Update to 2.1.0. + +* Thu May 2 2002 Matthias Saou +- Update to 2.0.0final. + +* Tue Feb 27 2001 Matthias Saou +- Update to 1.2.13. + +* Fri Feb 16 2001 Matthias Saou +- Update to 1.2.11. + +* Thu Feb 15 2001 Matthias Saou +- Update to 1.2.1. + +* Wed Feb 7 2001 Matthias Saou +- Initial RPM release. + diff --git a/sources b/sources index e69de29..6b48b24 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +3b3fc4f11e90635519fe627c1137c9ac apg-2.2.3.tar.gz