devel/rhpl .cvsignore, 1.82, 1.83 rhpl.spec, 1.106, 1.107 sources, 1.91, 1.92

Jeremy Katz (katzj) fedora-extras-commits at redhat.com
Fri Dec 7 18:49:47 UTC 2007


Author: katzj

Update of /cvs/pkgs/devel/rhpl
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25817

Modified Files:
	.cvsignore rhpl.spec sources 
Log Message:
* Fri Dec  7 2007 Jeremy Katz <katzj at redhat.com> - 0.211-1
- package review cleanups (#226372) (katzj)
- git-ify the makefile, remove the ChangeLog (katzj)
- Add Efika detection to getPPCMachine() (dwmw2)
- Update Romanian keyboard layout (#386861). (clumens)
- remove py-compile; we haven't used it for a long time (katzj)
- Run make in build section (#353751) (katzj)
- removed sr at Latn translation (kmilos)
- Remove obsolete translation (#332231). (clumens)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/devel/rhpl/.cvsignore,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- .cvsignore	12 Oct 2007 20:18:05 -0000	1.82
+++ .cvsignore	7 Dec 2007 18:49:13 -0000	1.83
@@ -1 +1 @@
-rhpl-0.210.tar.gz
+rhpl-0.211.tar.bz2


Index: rhpl.spec
===================================================================
RCS file: /cvs/pkgs/devel/rhpl/rhpl.spec,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- rhpl.spec	12 Oct 2007 20:18:05 -0000	1.106
+++ rhpl.spec	7 Dec 2007 18:49:13 -0000	1.107
@@ -1,11 +1,13 @@
+%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+
 Summary: Library of Python code used by installation and configuration tools
 Name: rhpl
-Version: 0.210
+Version: 0.211
 Release: 1
 Source0: %{name}-%{version}.tar.gz
-License: GPL
+License: GPLv2+
 Group: System Environment/Libraries
-BuildRoot: %{_tmppath}/%{name}-root
+BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: python-devel, gettext
 %ifnarch s390 s390x
 BuildRequires: wireless-tools-devel
@@ -19,9 +21,10 @@
 
 %prep
 %setup -q
-make
 
 %build
+make
+
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -34,10 +37,20 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root)
-%doc README ChangeLog 
-%{_libdir}/python?.?/site-packages/rhpl
+%doc README COPYING
+%{python_sitearch}/rhpl
 
 %changelog
+* Fri Dec  7 2007 Jeremy Katz <katzj at redhat.com> - 0.211-1
+- package review cleanups (#226372) (katzj)
+- git-ify the makefile, remove the ChangeLog (katzj)
+- Add Efika detection to getPPCMachine() (dwmw2)
+- Update Romanian keyboard layout (#386861). (clumens)
+- remove py-compile; we haven't used it for a long time (katzj)
+- Run make in build section (#353751) (katzj)
+- removed sr at Latn translation (kmilos)
+- Remove obsolete translation (#332231). (clumens)
+
 * Fri Oct 12 2007 Jeremy Katz <katzj at redhat.com> 0.210-1
 - Translation updates
 - Alpha support (Oliver Falk, #253824)


Index: sources
===================================================================
RCS file: /cvs/pkgs/devel/rhpl/sources,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- sources	12 Oct 2007 20:18:05 -0000	1.91
+++ sources	7 Dec 2007 18:49:13 -0000	1.92
@@ -1 +1 @@
-be15bc63b1271ee377f6fda7091da9b7  rhpl-0.210.tar.gz
+d922d4303847d85e540057527950969d  rhpl-0.211.tar.bz2




More information about the fedora-extras-commits mailing list