Compare commits
11 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c84418ebb2 | ||
|
|
5674669467 | ||
| 0a618baac0 | |||
| 6b785ba98e | |||
| 637dc7fd15 | |||
| 9111de9dd4 | |||
| 56de3dc49f | |||
| 545256b1d6 | |||
| cfdd5ee40c | |||
| 9e347701b6 | |||
|
|
7004aba86d |
6 changed files with 69 additions and 13 deletions
|
|
@ -1 +0,0 @@
|
|||
yumex-1.1.5.tar.gz
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
yumex-1.2.3.tar.gz
|
||||
2
Makefile
2
Makefile
|
|
@ -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
1
branch
Normal file
|
|
@ -0,0 +1 @@
|
|||
FC-6
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
028fd37ed2dc0f473d244465a2150fbd yumex-1.1.5.tar.gz
|
||||
6352920ec142e990351c8c752d6f0e14 yumex-2.0.1.tar.gz
|
||||
|
|
|
|||
75
yumex.spec
75
yumex.spec
|
|
@ -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.1
|
||||
Release: 1%{?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,60 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_datadir}/applications/fedora-%{name}.desktop
|
||||
|
||||
%changelog
|
||||
* 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 +193,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 +269,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue