]> git.pld-linux.org Git - packages/ascii2binary.git/commitdiff
- initial 2.12
authorpiotrek <piotrek@pld-linux.org>
Tue, 19 Dec 2006 17:29:14 +0000 (17:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ascii2binary.spec -> 1.1

ascii2binary.spec [new file with mode: 0644]

diff --git a/ascii2binary.spec b/ascii2binary.spec
new file mode 100644 (file)
index 0000000..1ab78ee
--- /dev/null
@@ -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/*
This page took 0.075549 seconds and 4 git commands to generate.