Compare commits
4 Commits
F-12-start
...
F-13-split
| Author | SHA1 | Date | |
|---|---|---|---|
| b3408790ad | |||
| 6080e1381c | |||
| a435d7b2d4 | |||
| e7bedcff4e |
+1
-1
@@ -1,2 +1,2 @@
|
||||
spectool-1.0.10.tar.bz2
|
||||
rpmdevtools-7.5.tar.xz
|
||||
rpmdevtools-7.8.tar.xz
|
||||
|
||||
@@ -4,7 +4,7 @@ NAME := rpmdevtools
|
||||
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))
|
||||
|
||||
+11
-2
@@ -3,7 +3,7 @@
|
||||
%global spectool_version 1.0.10
|
||||
|
||||
Name: rpmdevtools
|
||||
Version: 7.5
|
||||
Version: 7.8
|
||||
Release: 1%{?dist}
|
||||
Summary: RPM Development Tools
|
||||
|
||||
@@ -31,7 +31,7 @@ Requires: gawk
|
||||
Requires: grep
|
||||
Requires: man
|
||||
Requires: python >= 2.4
|
||||
Requires: rpm-build >= 4.4.2.1
|
||||
Requires: rpm-build >= 4.4.2.3
|
||||
Requires: rpm-python
|
||||
Requires: sed
|
||||
Requires: wget
|
||||
@@ -114,6 +114,15 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Feb 16 2010 Ville Skyttä <ville.skytta@iki.fi> - 7.8-1
|
||||
- Update to 7.8, fixes #562316.
|
||||
|
||||
* Tue Feb 2 2010 Ville Skyttä <ville.skytta@iki.fi> - 7.7-1
|
||||
- Update to 7.7, fixes #558263.
|
||||
|
||||
* Mon Dec 7 2009 Ville Skyttä <ville.skytta@iki.fi> - 7.6-1
|
||||
- Update to 7.6, fixes #528907.
|
||||
|
||||
* Thu Sep 17 2009 Ville Skyttä <ville.skytta@iki.fi> - 7.5-1
|
||||
- Update to 7.5, fixes #502403.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user