Author: draenog                      Date: Mon Sep 19 10:07:47 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- v0.2 is written in python3

---- Files affected:
packages/git-core-slug:
   git-core-slug.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: packages/git-core-slug/git-core-slug.spec
diff -u packages/git-core-slug/git-core-slug.spec:1.5 
packages/git-core-slug/git-core-slug.spec:1.6
--- packages/git-core-slug/git-core-slug.spec:1.5       Mon Sep 19 07:24:47 2011
+++ packages/git-core-slug/git-core-slug.spec   Mon Sep 19 12:07:42 2011
@@ -13,7 +13,7 @@
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.219
 Requires:      git-core
-Requires:      python-modules
+Requires:      python3-modules
 Suggests:      openssh-clients
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -25,11 +25,11 @@
 mv draenog-slug-*/* .
 
 %build
-%{__python} setup.py build
+%{__python3} setup.py build
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__python} setup.py install \
+%{__python3} setup.py install \
        --skip-build \
        --optimize=2 \
        --root=$RPM_BUILD_ROOT
@@ -50,9 +50,9 @@
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/slug.py
 %{_libdir}/git-core/git-pld
-%{py_sitescriptdir}/%{module}
+%{py3_sitescriptdir}/%{module}
 %if "%{py_ver}" > "2.4"
-%{py_sitescriptdir}/git_core_slug-*.egg-info
+%{py3_sitescriptdir}/git_core_slug-*.egg-info
 %endif
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -61,6 +61,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2011/09/19 10:07:42  draenog
+- v0.2 is written in python3
+
 Revision 1.5  2011/09/19 05:24:47  draenog
 - up to 0.2
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/git-core-slug/git-core-slug.spec?r1=1.5&r2=1.6&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to