Compare commits
16 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ffb3025fc1 | ||
|
|
83f7e9571a | ||
| 5b11d7c6bc | |||
| 39f50edb72 | |||
| d99f8d8bb4 | |||
| 7702876a1b | |||
| bf143fbdb3 | |||
| 53730b930b | |||
| b9612562eb | |||
| 9ca4badb5c | |||
| dfe96d4fef | |||
| 8fec60a52a | |||
| d89373e04b | |||
| 4ba59fa8bc | |||
| c31afee258 | |||
|
|
454d7fff7c |
6 changed files with 35 additions and 6 deletions
|
|
@ -1 +0,0 @@
|
|||
yumex-1.9.6.tar.gz
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
yumex-1.9.8.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 @@
|
|||
F-7
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
d48a858c5dfb307c724a2c2c2bcc4e00 yumex-1.9.6.tar.gz
|
||||
42c4115bf3b136c98480300d47fb5a08 yumex-2.0.4.tar.gz
|
||||
|
|
|
|||
34
yumex.spec
34
yumex.spec
|
|
@ -1,12 +1,12 @@
|
|||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
|
||||
Name: yumex
|
||||
Version: 1.9.6
|
||||
Release: 1.0%{?dist}
|
||||
Version: 2.0.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Yum Extender graphical package management tool
|
||||
|
||||
Group: Applications/System
|
||||
License: GPL
|
||||
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)
|
||||
|
|
@ -68,6 +68,34 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_datadir}/applications/fedora-%{name}.desktop
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue