[powerpc-utils-python/f17] Initial commit

Lukáš Nykrýn lnykryn at fedoraproject.org
Fri Aug 31 13:23:25 UTC 2012


commit 9fcd6cc6da57cec6abaffa64ecccea0cfdf63783
Author: Lukas Nykryn <lnykryn at redhat.com>
Date:   Fri Aug 31 15:15:44 2012 +0200

    Initial commit

 .gitignore                |    1 +
 powerpc-utils-python.spec |   46 +++++++++++++++++++++++++++++++++++++++++++++
 sources                   |    1 +
 3 files changed, 48 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..e2343a9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/powerpc-utils-python-1.2.1.tar.gz
diff --git a/powerpc-utils-python.spec b/powerpc-utils-python.spec
new file mode 100644
index 0000000..72eaa45
--- /dev/null
+++ b/powerpc-utils-python.spec
@@ -0,0 +1,46 @@
+%global debug_package %{nil}
+
+Name:           powerpc-utils-python
+Version:        1.2.1
+Release:        2%{?dist}
+Summary:        Python utilities for PowerPC platforms
+
+Group:          System Environment/Base
+License:        CPL
+URL:            http://sourceforge.net/projects/powerpc-utils
+Source0:        http://sourceforge.net/projects/powerpc-utils/files/%{name}/%{name}-%{version}.tar.gz
+
+BuildRequires:  python-devel
+Requires:       pygtk2 >= 2.0
+
+ExclusiveArch:  ppc ppc64
+
+%description
+Python based utilities for maintaining and servicing PowerPC systems.
+
+%prep
+%setup -q
+
+%build
+make 
+
+%install
+make install DESTDIR=%{buildroot} FILES=""
+
+%files
+%defattr(-,root,root,-)
+%attr(755,root,root) %{_bindir}/amsvis
+%dir %{python_sitelib}/powerpcAMS
+%{python_sitelib}/powerpcAMS/*.py
+%{python_sitelib}/powerpcAMS/*.py[co]
+%{python_sitelib}/powerpcAMS-%{version}-py*.egg-info
+%{_mandir}/man1/amsvis.1*
+%doc README COPYRIGHT
+
+%changelog
+* Wed Aug 29 2012 Lukas Nykryn <lnykryn at redhat.com> - 1.2.1-2
+- use %global instead of %define
+
+* Mon Jun 11 2012 Lukáš Nykrýn <lnykryn at redhat.com> - 1.2.1-1
+- New package
+
diff --git a/sources b/sources
index e69de29..8b522ae 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+6b112ab981f2c4af3b452a9fec72d81b  powerpc-utils-python-1.2.1.tar.gz


More information about the scm-commits mailing list