[packages/python-fedmsg-meta-pld] new, version 0.0.1

glen glen at pld-linux.org
Tue Apr 26 08:10:41 CEST 2016


commit cf37c899c7c61655d68002ed91cde610b41e7cf8
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Tue Apr 26 09:10:12 2016 +0300

    new, version 0.0.1
    
    no release yet, so no distfiles

 python-fedmsg-meta-pld.spec | 47 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)
---
diff --git a/python-fedmsg-meta-pld.spec b/python-fedmsg-meta-pld.spec
new file mode 100644
index 0000000..7d7f4c2
--- /dev/null
+++ b/python-fedmsg-meta-pld.spec
@@ -0,0 +1,47 @@
+#
+# Conditional build:
+%bcond_with	tests	# do not perform "make test"
+
+%define 	module	fedmsg_meta_pld
+Summary:	Metadata providers for PLD Linux fedmsg deployment
+Name:		python-fedmsg-meta-pld
+Version:	0.0.1
+Release:	0.1
+License:	LGPL v2+
+Group:		Libraries/Python
+Source0:	https://github.com/glensc/fedmsg_meta_pld/archive/master/%{module}-%{version}.tar.gz
+URL:		https://github.com/glensc/fedmsg_meta_pld
+BuildRequires:	fedmsg >= 0.10.0
+BuildRequires:	rpm-pythonprov
+BuildRequires:	rpmbuild(macros) >= 1.219
+Requires:	fedmsg >= 0.7.7
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Metadata providers for PLD Linux fedmsg deployment.
+
+%prep
+%setup -qc
+mv fedmsg_meta_pld-*/* .
+
+%build
+%py_build
+
+%if %{with tests}
+PYTHONPATH=. FEDMSG_META_NO_NETWORK=True nosetests
+%endif
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%py_install
+%py_postclean
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.md LICENSE
+%{py_sitescriptdir}/fedmsg_meta_pld
+%{py_sitescriptdir}/fedmsg_meta_pld-%{version}-py*.egg-info
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-fedmsg-meta-pld.git/commitdiff/cf37c899c7c61655d68002ed91cde610b41e7cf8



More information about the pld-cvs-commit mailing list