Compare commits

...
Sign in to create a new pull request.

16 commits

Author SHA1 Message Date
Till Maas
3d6af6c2ab xorriso is now a subpackage of libisoburn 2013-09-17 23:55:00 +02:00
Dennis Gilmore
aa3606bd0d - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 04:06:45 -05:00
Dennis Gilmore
844f1ece93 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 22:01:28 -06:00
Dennis Gilmore
a5c95d0406 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-22 02:03:12 -05:00
Dennis Gilmore
a194faf683 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 03:15:01 -06:00
Peter Robinson
a737471e57 update util-linux-ng -> util-linux 2011-12-29 16:31:11 +00:00
Juha Tuomala
6a770561ab update to 1.1.0.pl01 2011-06-20 21:35:43 +03:00
Juha Tuomala
65f9377b57 Update to 1.1.0.pl01 2011-06-20 21:33:01 +03:00
Dennis Gilmore
8c228636c9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-08 00:44:00 -06:00
Juha Tuomala
bdc7c1daf2 Update to 1.0.0. 2011-01-29 22:31:40 +02:00
Fedora Release Engineering
96e3de6773 dist-git conversion 2010-07-29 16:08:55 +00:00
Juha Tuomala
6f2ce1f59c typo 2010-06-22 08:39:55 +00:00
Juha Tuomala
aeab968333 Update to 0.5.8. 2010-06-22 08:02:30 +00:00
Bill Nottingham
c6fd64f4d3 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:41:05 +00:00
Jesse Keating
fa2bd97a0f - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 08:40:12 +00:00
Juha Tuomala
545c0e9200 Initial imports. 2009-07-06 08:43:18 +00:00
4 changed files with 1 additions and 21 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: xorriso
# $Id$
NAME := xorriso
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
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

1
dead.package Normal file
View file

@ -0,0 +1 @@
xorriso is now a subpackage of libisoburn

View file