[packages/accuraterip-checksum] new (version 1.4)

atler atler at pld-linux.org
Thu Feb 15 18:50:23 CET 2018


commit ece0b80d07afc15cd11321811be457f7899b4d8a
Author: Jan Palus <atler at pld-linux.org>
Date:   Thu Feb 15 18:49:20 2018 +0100

    new (version 1.4)

 accuraterip-checksum.spec | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
---
diff --git a/accuraterip-checksum.spec b/accuraterip-checksum.spec
new file mode 100644
index 0000000..df0a2e7
--- /dev/null
+++ b/accuraterip-checksum.spec
@@ -0,0 +1,35 @@
+Summary:	A C99 commandline program to compute the AccurateRip checksum
+Name:		accuraterip-checksum
+Version:	1.4
+Release:	1
+License:	GPL v3
+Group:		Applications
+Source0:	https://github.com/leo-bogert/accuraterip-checksum/archive/version%{version}.tar.gz
+# Source0-md5:	a5a1ac13ed4f16266f972918e21bd095
+URL:		https://github.com/leo-bogert/accuraterip-checksum
+BuildRequires:	libsndfile-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A C99 commandline program to compute the AccurateRip checksum of
+singletrack WAV files. Implemented according to
+http://www.hydrogenaudio.org/forums/index.php?showtopic=97603
+
+%prep
+%setup -q -n %{name}-version%{version}
+
+%build
+%{__cc} %{rpmcflags} accuraterip-checksum.c -o %{name} %{rpmldflags} -lsndfile
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT/%{_bindir}
+cp -p %{name} $RPM_BUILD_ROOT/%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.md
+%attr(755,root,root) %{_bindir}/%{name}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/accuraterip-checksum.git/commitdiff/ece0b80d07afc15cd11321811be457f7899b4d8a



More information about the pld-cvs-commit mailing list