Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c7cb1fe300 | ||
|
|
677c81b3bb | ||
| ad1891abea | |||
| 7ff1656307 | |||
| d7dc765a4a | |||
| c7c605a42c | |||
| 9ca3f0d630 | |||
|
|
bc4ad201ae |
5 changed files with 17 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-8
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
9816813e93495af22aa13a4df0c44ee2 yumex-2.0.2.tar.gz
|
||||
57686187efb6abe645b416f4b63d9c37 yumex-2.0.5.tar.gz
|
||||
|
|
|
|||
16
yumex.spec
16
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.2
|
||||
Release: 1%{?dist}
|
||||
Version: 2.0.5
|
||||
Release: 3%{?dist}
|
||||
Summary: Yum Extender graphical package management tool
|
||||
|
||||
Group: Applications/System
|
||||
|
|
@ -68,6 +68,18 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue