Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
586be1199a | ||
|
|
67b6dcc860 | ||
| 37e5053d0b | |||
| 9040ca3141 | |||
|
|
34ede6882b |
5 changed files with 11 additions and 4 deletions
0
.cvsignore → .gitignore
vendored
0
.cvsignore → .gitignore
vendored
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 @@
|
|||
F-9
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
42c4115bf3b136c98480300d47fb5a08 yumex-2.0.4.tar.gz
|
||||
57686187efb6abe645b416f4b63d9c37 yumex-2.0.5.tar.gz
|
||||
|
|
|
|||
10
yumex.spec
10
yumex.spec
|
|
@ -1,8 +1,8 @@
|
|||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
|
||||
Name: yumex
|
||||
Version: 2.0.4
|
||||
Release: 1%{?dist}
|
||||
Version: 2.0.5
|
||||
Release: 3%{?dist}
|
||||
Summary: Yum Extender graphical package management tool
|
||||
|
||||
Group: Applications/System
|
||||
|
|
@ -68,6 +68,12 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue