Author: piotrek Date: Tue Dec 19 17:29:19 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - initial 2.12
---- Files affected: SPECS: ascii2binary.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/ascii2binary.spec diff -u /dev/null SPECS/ascii2binary.spec:1.1 --- /dev/null Tue Dec 19 18:29:19 2006 +++ SPECS/ascii2binary.spec Tue Dec 19 18:29:14 2006 @@ -0,0 +1,57 @@ +# $Revision$, $Date$ +# +Summary: Two complementary programs that convert between textual and binary representations of numbers +Summary(pl): Dwa uzupełniające się programy zamieniające tekstową i binarną reprezentację liczb +Name: ascii2binary +Version: 2.12 +Release: 1 +License: GPL +Group: Applications +Source0: http://www.billposer.org/Software/Downloads/%{name}-%{version}.tgz +# Source0-md5: 71a75ab5b77ae047b257baa180c07cf2 +URL: http://billposer.org/Software/a2b.html +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +The Ascii2Binary project consists of two complementary programs that +convert between textual and binary representations of numbers. In both +programs, the type and size/precision of the input or output is +selected using command line flags. + +%description -l pl +Ascii2Binary zawiera dwa uzupełniające się programy zamieniające +tekstową oraz binarną reprezentację liczb. W obu programach typ oraz +rozmiar i precyzja danych jest wybierania na podstawie flag linii +poleceń. + +%prep +%setup -q + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc README ChangeLog AUTHORS INSTALL NEWS README +%attr(755,root,root) %{_bindir}/* +%{_mandir}/man1/* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/12/19 17:29:14 piotrek +- initial 2.12 + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
