rpms/yumex/devel .cvsignore, 1.25, 1.26 sources, 1.37, 1.38 yumex.spec, 1.43, 1.44

Tim Lauridsen (timlau) fedora-extras-commits at redhat.com
Sun Jan 7 12:23:20 UTC 2007


Author: timlau

Update of /cvs/extras/rpms/yumex/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15636

Modified Files:
	.cvsignore sources yumex.spec 
Log Message:
yumex release 1.9.1-1.0


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/yumex/devel/.cvsignore,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- .cvsignore	22 Oct 2006 12:38:08 -0000	1.25
+++ .cvsignore	7 Jan 2007 12:22:50 -0000	1.26
@@ -1 +1 @@
-yumex-1.1.5.tar.gz
+yumex-1.9.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/yumex/devel/sources,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- sources	18 Dec 2006 08:21:30 -0000	1.37
+++ sources	7 Jan 2007 12:22:50 -0000	1.38
@@ -1 +1 @@
-d4715d84ef4da863d2acf69299a7fff8  yumex-1.2.1.tar.gz
+a1a4271f90f6495864062a2fdadad194  yumex-1.9.1.tar.gz


Index: yumex.spec
===================================================================
RCS file: /cvs/extras/rpms/yumex/devel/yumex.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- yumex.spec	18 Dec 2006 08:21:30 -0000	1.43
+++ yumex.spec	7 Jan 2007 12:22:50 -0000	1.44
@@ -1,12 +1,14 @@
+%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+
 Name:     yumex
-Version:  1.2.1
+Version:  1.9.1
 Release:  1.0%{?dist}
 Summary:  Yum Extender graphical package management tool
 
 Group:    Applications/System
 License:  GPL
-URL:      http://linux.rasmil.dk/yumex
-Source0:  http://linux.rasmil.dk/dnl/yumex/%{name}-%{version}.tar.gz
+URL:      http://www.yum-extender.org
+Source0:  http://www.yum-extender.org/dnl/yumex/source/%{name}-%{version}.tar.gz
 BuildRoot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch: noarch
@@ -57,8 +59,7 @@
 %{_datadir}/pixmaps/yumex
 %{_datadir}/yumex
 %{_bindir}/yumex
-/usr/lib/python?.?/site-packages/yumex
-/usr/lib/python?.?/site-packages/yumgui
+%{python_sitelib}/yumgui/
 %config(noreplace)  %{_sysconfdir}/yumex.profiles.conf
 %config(noreplace)  %{_sysconfdir}/yumex.conf
 %config(noreplace) %{_sysconfdir}/pam.d/yumex
@@ -67,14 +68,22 @@
 %{_datadir}/applications/fedora-%{name}.desktop
 
 %changelog
-* Mon Dec 18 2006 Tim Lauridsen <tla at rasmil.dk> - 1.2.1-1.0
-- Release 1.2.1-1.0
-* Mon Nov 13 2006 Tim Lauridsen <tla at rasmil.dk> - 1.2.1-0.2.rc2
-- Release 1.2.1-0.2.rc2
-* Mon Nov 13 2006 Tim Lauridsen <tla at rasmil.dk> - 1.2.1-0.1.rc1
-- Release 1.2.1-0.1.rc1
-* Fri Nov 10 2006 Tim Lauridsen <tla at rasmil.dk> - 1.2.0-1.0
-- Release 1.2.0-1.0
+* Sun Jan 7 2007 Tim Lauridsen <tla at rasmil.dk> - 1.9.1-1.0
+- Development Release 1.9.1-1.0
+* Fri Dec 22 2006 Tim Lauridsen <tla at rasmil.dk> - 1.9.1-0.1.pre1
+- Development Release 1.9.1-0.1.pre1
+* Fri Dec 22 2006 Tim Lauridsen <tla at rasmil.dk> - 1.9.0-1.2
+- Updated SOURCE url to the right place
+- fixed rpmlint errors: macros in changelog.
+* Wed Dec 18 2006 Tim Lauridsen <tla at rasmil.dk> - 1.9.0-1.1
+- Updated urls to new yumex homepage
+- using %%{python_sitearch} macro insted of hardcode path
+* Wed Dec 18 2006 Tim Lauridsen <tla at rasmil.dk> - 1.9.0-1.0
+- Development Release 1.9.0-1.0
+* Wed Nov 22 2006 Tim Lauridsen <tla at rasmil.dk> - 1.9.0-0.1.pre2
+- Development Release 1.9.0-0.1.pre2
+* Wed Oct 25 2006 Tim Lauridsen <tla at rasmil.dk> - 1.9.0-0.1.pre1
+- Development Release 1.9.0-0.1.pre1
 * Wed Oct 25 2006 Tim Lauridsen <tla at rasmil.dk> - 1.1.7-1.0
 - Development Release 1.1.7-1.0
 * Wed Oct 25 2006 Tim Lauridsen <tla at rasmil.dk> - 1.1.6-1.0
@@ -150,8 +159,8 @@
 - Changed versioning from X.Y to X.Y.Z
 - Remove build_v
 - Removed build_v from source0
-- Added /usr/lib/python?.?/site-packages/yumex to %files
-- Added /usr/lib/python?.?/site-packages/yumgui to %files
+- Added /usr/lib/python?.?/site-packages/yumex to %%files
+- Added /usr/lib/python?.?/site-packages/yumgui to %%files
 * Fri Jan 6 2006 Tim Lauridsen <tla at rasmil.dk> - 0.45-2.0
 - Development Release 0.45-2.0
 - Lot of changes, check the changelog.
@@ -226,7 +235,7 @@
 - updated build_v to 4.2 & release to 4.2, They have to match
 * Mon Jun 20 2005 Michael A. Peters <mpeters at mac.com> - 0.40-4.1
 - added build_v macro
-- change {release} in Source0 to %{build_v} so it would properly expand when
+- change {release} in Source0 to %%{build_v} so it would properly expand when
 - {?dist} is defined
 
 * Mon Jun 20 2005 Tim Lauridsen <tla at rasmil.dk> 0.40-4




More information about the scm-commits mailing list