]> git.pld-linux.org Git - packages/acml-dummy.git/commitdiff
- a rather stupid way of satisfying rpm dependencies
authorRoman Werpachowski <roman.werpachowski@gmail.com>
Thu, 30 Dec 2004 00:27:36 +0000 (00:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    acml-dummy.spec -> 1.1

acml-dummy.spec [new file with mode: 0644]

diff --git a/acml-dummy.spec b/acml-dummy.spec
new file mode 100644 (file)
index 0000000..ab0dd71
--- /dev/null
@@ -0,0 +1,37 @@
+Summary:       AMD Core Math Library
+Summary(pl):   Podstawowa biblioteka matematyczne AMD (ACML)
+Name:          acml-dummy
+Version:       2.5.0
+Release:       1
+License:       GPL
+Group:         Libraries
+URL:           http://www.developwithamd.com/acml/
+Provides:      libacml.so()(64bit)
+ExclusiveArch: amd64
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+ACML is a set of highly-optimized numerical libraries for use with
+64-bit processors made by AMD. This package is meant to provide
+dependencies for RPM. Libraries and include files should be obtained
+separately from AMD website.
+
+%description -l pl
+ACML jest zestawem mocno optymalizowanych bibliotek numerycznych,
+przeznaczonych do u¿ycia z 64-bitowymi procesorami firmy AMD. Ten pakiet
+dostarcza niezbêdnych zale¿no¶ci systemowi RPM. Biblioteki i pliki
+nag³ówkowe trzeba ¶ci±gn±æ samemu ze strony internetowej AMD.
+
+%prep
+%setup -q -T
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
This page took 0.065849 seconds and 4 git commands to generate.