Compare commits

...
This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

30 commits

Author SHA1 Message Date
Tom Callaway
1414094957 old, unmaintained, depends on abandonware fuseiso 2015-04-02 11:17:42 -04:00
Peter Robinson
16ee6e5657 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-15 18:09:22 +00:00
Dennis Gilmore
e08065bbad - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-06 17:21:05 -05:00
Dennis Gilmore
8bfc3fdade - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-02 17:26:11 -05:00
Tom Callaway
8322e3d4ca fix mimetype in desktop file 2013-02-12 14:40:57 -05:00
Dennis Gilmore
ec8f3bcaef - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-18 07:48:48 -05:00
Dennis Gilmore
154b6624be - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-12 14:12:04 -06:00
Dennis Gilmore
13dab357f1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 16:57:54 -06:00
Tom "spot" Callaway
447c751ade update to 2.3 2010-11-18 10:13:44 -05:00
Fedora Release Engineering
91f2701309 dist-git conversion 2010-07-28 08:45:49 +00:00
Tom Callaway
7142cd8469 fix qt buildrequires 2010-06-28 18:17:40 +00:00
Tom Callaway
f5c61f80da update to 2.2.2 2010-06-28 13:59:22 +00:00
Bill Nottingham
44a19ec59b Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:38:17 +00:00
Kevin Kofler
ea42db0f43 - rebuild for Qt 4.6.0 RC1 in F13 (was built against Beta 1 with unstable
ABI)
2009-11-24 22:12:55 +00:00
Tom Callaway
10d0092b53 2.2.1 2009-11-05 21:53:19 +00:00
Tom Callaway
2ec22713e6 2.1.1 2009-09-16 22:13:35 +00:00
Tom Callaway
d4b6b4afde bump to 2.0.4 2009-08-31 21:19:26 +00:00
Jesse Keating
48c84c7f78 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-24 14:59:15 +00:00
Tom Callaway
15e1059a19 forgot to tag some files 2009-07-23 23:04:42 +00:00
Tom Callaway
42070b86a1 2.0.3.2 2009-07-23 22:38:10 +00:00
Tom Callaway
a85169e669 2.0.3.1 2009-07-01 21:03:28 +00:00
Tom Callaway
06bb047edc 2.0.3 final 2009-04-09 14:02:27 +00:00
Jesse Keating
459b251654 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-23 19:58:33 +00:00
Tom Callaway
f5ac1a9ce3 new patches 2008-12-08 23:05:59 +00:00
Tom Callaway
57cd1e25c4 2.0.3RC1 2008-12-08 23:00:38 +00:00
Tom Callaway
7ed739d548 only try to use PowerISO as a converter on x86 platforms (bz 447214) 2008-05-27 17:04:39 +00:00
Tom Callaway
169acd7ae6 apply patch2, drop requires nautilus 2008-05-09 20:56:49 +00:00
Tom Callaway
743df99c51 fix requires 2008-05-09 15:10:18 +00:00
Tom Callaway
7e9c051e94 update to 2.0.2 2008-05-07 20:51:00 +00:00
Tom Callaway
8f6fbc97c6 initial commit 2008-04-09 15:41:08 +00:00
4 changed files with 1 additions and 21 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: AcetoneISO2
# $Id$
NAME := AcetoneISO2
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 @@
old, unmaintained, depends on abandonware fuseiso

View file