Compare commits

...
Sign in to create a new pull request.

25 commits

Author SHA1 Message Date
Fedora Release Engineering
985ccb50e5 dist-git conversion 2010-07-29 13:41:01 +00:00
Bill Nottingham
a55987c766 Fix typo that causes a failure to update the common directory. (releng #2781) 2009-11-26 01:12:39 +00:00
2c1008db20 release 2.0.5-3 2008-11-16 07:32:18 +00:00
f04cfcc2e5 release 2.0.5 2008-11-15 13:18:24 +00:00
1cc0946ca8 Just another+1 rebuild for EPEL 2008-06-16 13:16:02 +00:00
5dee5c33fd Just another rebuild for EPEL 2008-06-16 10:49:38 +00:00
1e7582e790 Rebuild 2008-06-16 07:34:51 +00:00
a6e543100a Rebuild 2008-06-16 07:32:12 +00:00
e8ee983fda Release 2.0.4 2008-02-21 14:11:10 +00:00
48f53b1f0e Release 2.0.3-2 2007-11-19 09:31:54 +00:00
7b13966cc6 Release 2.0.2-1 2007-09-28 11:05:28 +00:00
607e5c6066 Release 2.0.1 2007-08-22 12:57:48 +00:00
4e5361b85c Release 2.0-1 2007-08-16 10:07:37 +00:00
45d83f6fc4 Release 1.9.11-1 2007-07-30 10:45:43 +00:00
4878360059 Release 1.9.9-1.0 2007-06-12 08:46:48 +00:00
250e4a32c3 Release 1.9.8-2.0 2007-06-04 11:54:07 +00:00
5c811ee5af Release 1.9.7-1.0 2007-05-29 11:51:20 +00:00
18f6efd53e release 1.9.6-1.0 2007-04-18 08:03:19 +00:00
d936bdc21b release 1.9.5-1.0 (EL5) 2007-03-20 18:24:03 +00:00
Warren Togami
574c847d62 Initialize branch EL-5 for yumex 2007-03-20 16:24:26 +00:00
d02162f66c yumex release 1.2.2 2007-01-07 12:59:33 +00:00
d001c49aad Release 1.2.1 2006-12-18 08:21:29 +00:00
84680916f8 Release 1.2.0-1.0 2006-11-10 08:24:23 +00:00
614c82a367 Release 1.1.7 2006-10-25 13:07:26 +00:00
ed1ed5a9aa Release 1.1.6-0.1 2006-10-25 08:20:21 +00:00
6 changed files with 83 additions and 13 deletions

View file

@ -1 +0,0 @@
yumex-1.1.5.tar.gz

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
yumex-1.9.5.tar.gz

View file

@ -4,7 +4,7 @@ NAME := yumex
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))

1
branch Normal file
View file

@ -0,0 +1 @@
EL-5

View file

@ -1 +1 @@
028fd37ed2dc0f473d244465a2150fbd yumex-1.1.5.tar.gz
57686187efb6abe645b416f4b63d9c37 yumex-2.0.5.tar.gz

View file

@ -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.1.5
Release: 2.0%{?dist}
Version: 2.0.5
Release: 3%{?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
License: GPLv2+
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 @@ rm -rf $RPM_BUILD_ROOT
%{_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,6 +68,74 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/applications/fedora-%{name}.desktop
%changelog
* Sun Nov 16 2008 Tim Lauridsen <tla@rasmil.dk> - 2.0.5-3
- bump release to make tag happy :(
* Sun Nov 16 2008 Tim Lauridsen <tla@rasmil.dk> - 2.0.5-2
- Forgot to change the version string :)
* Sat Nov 15 2008 Tim Lauridsen <tla@rasmil.dk> - 2.0.5-1
- Release 2.0.5
* Thu Feb 21 2008 Tim Lauridsen <tla@rasmil.dk> - 2.0.4-1
- Release 2.0.4
* Mon Nov 19 2007 Tim Lauridsen <tla@rasmil.dk> - 2.0.3-2
- fixed missing '\\n' in fr.po
* Mon Nov 19 2007 Tim Lauridsen <tla@rasmil.dk> - 2.0.3-1
- Release 2.0.3
* Fri Sep 28 2007 Tim Lauridsen <tla@rasmil.dk> - 2.0.2-1
- Release 2.0.2
* Wed Aug 22 2007 Tim Lauridsen <tla@rasmil.dk> - 2.0.1-1
- Release 2.0.1
* Thu Aug 16 2007 Tim Lauridsen <tla@rasmil.dk> - 2.0-1
- Release 2.0 GA
- Updated license tag to apply to Fedora guidelines.
* Sun Jul 8 2007 Tim Lauridsen <tla@rasmil.dk> - 1.9.11-1
- Development Release 1.9.11-1
* Sun Jul 8 2007 Tim Lauridsen <tla@rasmil.dk> - 1.9.10-2.0
- Development Release 1.9.10-2.0
* Sat Jul 7 2007 Tim Lauridsen <tla@rasmil.dk> - 1.9.10-1.0
- Development Release 1.9.10-1.0
* Tue Jun 12 2007 Tim Lauridsen <tla@rasmil.dk> - 1.9.9-1.0
- Development Release 1.9.9-1.0
* Mon Jun 4 2007 Tim Lauridsen <tla@rasmil.dk> - 1.9.8-2.0
- Development Release 1.9.8-2.0
- Forgot to update changelog
* Mon Jun 4 2007 Tim Lauridsen <tla@rasmil.dk> - 1.9.8-1.0
- Development Release 1.9.8-1.0
* Tue May 29 2007 Tim Lauridsen <tla@rasmil.dk> - 1.9.7-1.0
- Development Release 1.9.7-1.0
* Tue Apr 17 2007 Tim Lauridsen <tla@rasmil.dk> - 1.9.6-1.0
- Development Release 1.9.6-1.0
* Mon Mar 20 2007 Tim Lauridsen <tla@rasmil.dk> - 1.9.5-1.0
- Development Release 1.9.5-1.0
* Mon Mar 19 2007 Tim Lauridsen <tla@rasmil.dk> - 1.9.4-1.0
- Development Release 1.9.4-1.0
* Fri Feb 16 2007 Tim Lauridsen <tla@rasmil.dk> - 1.9.3-1.0
- Development Release 1.9.3-1.0
* Tue Jan 30 2007 Tim Lauridsen <tla@rasmil.dk> - 1.9.2-1.1
- Development Release 1.9.2-1.1
* Mon Jan 29 2007 Tim Lauridsen <tla@rasmil.dk> - 1.9.2-1.0
- Development Release 1.9.2-1.0
* Mon Jan 8 2007 Tim Lauridsen <tla@rasmil.dk> - 1.9.2-0.1.pre1
- Development Release 1.9.2-0.1.pre1
* Sun Jan 7 2007 Tim Lauridsen <tla@rasmil.dk> - 1.9.1-1.0
- Development Release 1.9.1-1.0
* Fri Dec 22 2006 Tim Lauridsen <tla@rasmil.dk> - 1.9.1-0.1.pre1
- Development Release 1.9.1-0.1.pre1
* Fri Dec 22 2006 Tim Lauridsen <tla@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@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@rasmil.dk> - 1.9.0-1.0
- Development Release 1.9.0-1.0
* Wed Nov 22 2006 Tim Lauridsen <tla@rasmil.dk> - 1.9.0-0.1.pre2
- Development Release 1.9.0-0.1.pre2
* Wed Oct 25 2006 Tim Lauridsen <tla@rasmil.dk> - 1.9.0-0.1.pre1
- Development Release 1.9.0-0.1.pre1
* Wed Oct 25 2006 Tim Lauridsen <tla@rasmil.dk> - 1.1.7-1.0
- Development Release 1.1.7-1.0
* Wed Oct 25 2006 Tim Lauridsen <tla@rasmil.dk> - 1.1.6-1.0
- Development Release 1.1.6-1.0
* Sun Oct 22 2006 Tim Lauridsen <tla@rasmil.dk> - 1.1.5-2.0
- bumped release for new build
* Sun Oct 22 2006 Tim Lauridsen <tla@rasmil.dk> - 1.1.5-1.0
@ -138,8 +207,8 @@ rm -rf $RPM_BUILD_ROOT
- 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@rasmil.dk> - 0.45-2.0
- Development Release 0.45-2.0
- Lot of changes, check the changelog.
@ -214,7 +283,7 @@ rm -rf $RPM_BUILD_ROOT
- updated build_v to 4.2 & release to 4.2, They have to match
* Mon Jun 20 2005 Michael A. Peters <mpeters@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@rasmil.dk> 0.40-4