From 605c2ae121de9d01966c4f2d3febda3f14af4e1a Mon Sep 17 00:00:00 2001 From: piotrek Date: Tue, 19 Dec 2006 17:29:14 +0000 Subject: [PATCH] - initial 2.12 Changed files: ascii2binary.spec -> 1.1 --- ascii2binary.spec | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 ascii2binary.spec diff --git a/ascii2binary.spec b/ascii2binary.spec new file mode 100644 index 0000000..1ab78ee --- /dev/null +++ b/ascii2binary.spec @@ -0,0 +1,46 @@ +# +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/* -- 2.44.0