Compare commits
No commits in common. "master" and "libvirt-0_7_4-1_fc13" have entirely different histories.
master
...
libvirt-0_
16
.cvsignore
Normal file
16
.cvsignore
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
.build*.log
|
||||||
|
*.rpm
|
||||||
|
i686
|
||||||
|
x86_64
|
||||||
|
libvirt-*.tar.gz
|
||||||
|
libvirt-0.6.0.tar.gz
|
||||||
|
libvirt-0.6.1.tar.gz
|
||||||
|
libvirt-0.6.2.tar.gz
|
||||||
|
libvirt-0.6.3.tar.gz
|
||||||
|
libvirt-0.6.4.tar.gz
|
||||||
|
libvirt-0.6.5.tar.gz
|
||||||
|
libvirt-0.7.0.tar.gz
|
||||||
|
libvirt-0.7.1.tar.gz
|
||||||
|
libvirt-0.7.2.tar.gz
|
||||||
|
libvirt-0.7.3.tar.gz
|
||||||
|
libvirt-0.7.4.tar.gz
|
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,5 +0,0 @@
|
|||||||
.build*.log
|
|
||||||
*.rpm
|
|
||||||
i686
|
|
||||||
x86_64
|
|
||||||
libvirt-*.tar.xz
|
|
2
Makefile
2
Makefile
@ -4,7 +4,7 @@ NAME := libvirt
|
|||||||
SPECFILE = $(firstword $(wildcard *.spec))
|
SPECFILE = $(firstword $(wildcard *.spec))
|
||||||
|
|
||||||
define find-makefile-common
|
define find-makefile-common
|
||||||
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
|
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
|
||||||
endef
|
endef
|
||||||
|
|
||||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||||
|
2706
libvirt.spec
2706
libvirt.spec
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user