From 92660a7929fc267aea7db28fcd1ebfe680456ca7 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Thu, 26 Feb 2009 07:29:21 +0000 Subject: [PATCH 1/5] - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild --- wxdfast.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wxdfast.spec b/wxdfast.spec index a8a986d..2f6a869 100644 --- a/wxdfast.spec +++ b/wxdfast.spec @@ -1,6 +1,6 @@ Name: wxdfast Version: 0.6.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Multi-threaded download manager Group: Applications/Internet @@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 0.6.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Fri Feb 08 2008 Adel Gadllah 0.6.0-4 - Rebuild for gcc-4.3 From 224359de965be0bb452c38b8b92c983be92678fb Mon Sep 17 00:00:00 2001 From: drago01 Date: Sun, 5 Apr 2009 11:27:17 +0000 Subject: [PATCH 2/5] Rebuild to fix broken symbols (RH #490470) --- wxdfast.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wxdfast.spec b/wxdfast.spec index 2f6a869..9e8c00f 100644 --- a/wxdfast.spec +++ b/wxdfast.spec @@ -1,6 +1,6 @@ Name: wxdfast Version: 0.6.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Multi-threaded download manager Group: Applications/Internet @@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Apr 05 2009 Adel Gadllah 0.6.0-6 +- Rebuild to fix broken symbols (RH #490470) + * Wed Feb 25 2009 Fedora Release Engineering - 0.6.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From 9ff13f468d85ab700a24f90ed528b7bc5c09920f Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 27 Jul 2009 07:31:48 +0000 Subject: [PATCH 3/5] - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild --- wxdfast.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wxdfast.spec b/wxdfast.spec index 9e8c00f..2de6f7a 100644 --- a/wxdfast.spec +++ b/wxdfast.spec @@ -1,6 +1,6 @@ Name: wxdfast Version: 0.6.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Multi-threaded download manager Group: Applications/Internet @@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jul 27 2009 Fedora Release Engineering - 0.6.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Sun Apr 05 2009 Adel Gadllah 0.6.0-6 - Rebuild to fix broken symbols (RH #490470) From dc7af3a9976abe60473017cf6f048ac84ce27470 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Thu, 30 Jul 2009 01:55:34 +0000 Subject: [PATCH 4/5] kill with fire --- Makefile | 21 ----------- dead.package | 1 + sources | 1 - wxdfast-autotools.patch | 37 ------------------ wxdfast.spec | 83 ----------------------------------------- 5 files changed, 1 insertion(+), 142 deletions(-) delete mode 100644 Makefile create mode 100644 dead.package delete mode 100644 sources delete mode 100644 wxdfast-autotools.patch delete mode 100644 wxdfast.spec diff --git a/Makefile b/Makefile deleted file mode 100644 index 5e61e27..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: wxdfast -# $Id$ -NAME := wxdfast -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) diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..e195e21 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphan clean up diff --git a/sources b/sources deleted file mode 100644 index 1e8b549..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -05c2a71cc8f811d1ad5916fce29b7b3a wxdfast_0.6.0.tar.gz diff --git a/wxdfast-autotools.patch b/wxdfast-autotools.patch deleted file mode 100644 index 94f183f..0000000 --- a/wxdfast-autotools.patch +++ /dev/null @@ -1,37 +0,0 @@ ---- src/Makefile.am.orig 2007-08-22 10:22:18.000000000 +0200 -+++ src/Makefile.am 2007-08-22 10:22:35.000000000 +0200 -@@ -17,11 +17,9 @@ - PORTABLE_FLAGS = -D WXDFAST_PORTABLE - endif - --CFLAGS =\ -- -Wall -O2 $(DEBUG_FLAGS) $(XRC_FLAGS) $(PORTABLE_FLAGS) -+CFLAGS += $(DEBUG_FLAGS) $(XRC_FLAGS) $(PORTABLE_FLAGS) - --CXXFLAGS =\ -- -Wall -O2 $(DEBUG_FLAGS) $(XRC_FLAGS) $(PORTABLE_FLAGS) -+CXXFLAGS += $(DEBUG_FLAGS) $(XRC_FLAGS) $(PORTABLE_FLAGS) - - wxdfast_SOURCES = \ - BoxFind.cpp\ ---- src/Makefile.in.orig 2007-08-22 10:24:23.000000000 +0200 -+++ src/Makefile.in 2007-08-22 10:27:03.000000000 +0200 -@@ -112,16 +112,14 @@ - AWK = @AWK@ - CC = @CC@ - CCDEPMODE = @CCDEPMODE@ --CFLAGS = \ -- -Wall -O2 $(DEBUG_FLAGS) $(XRC_FLAGS) $(PORTABLE_FLAGS) -+CFLAGS = @CFLAGS@ $(DEBUG_FLAGS) $(XRC_FLAGS) $(PORTABLE_FLAGS) - - CPP = @CPP@ - CPPFLAGS = @CPPFLAGS@ - CXX = @CXX@ - CXXCPP = @CXXCPP@ - CXXDEPMODE = @CXXDEPMODE@ --CXXFLAGS = \ -- -Wall -O2 $(DEBUG_FLAGS) $(XRC_FLAGS) $(PORTABLE_FLAGS) -+CXXFLAGS = @CXXFLAGS@ $(DEBUG_FLAGS) $(XRC_FLAGS) $(PORTABLE_FLAGS) - - CYGPATH_W = @CYGPATH_W@ - DEBUG_FALSE = @DEBUG_FALSE@ diff --git a/wxdfast.spec b/wxdfast.spec deleted file mode 100644 index 2de6f7a..0000000 --- a/wxdfast.spec +++ /dev/null @@ -1,83 +0,0 @@ -Name: wxdfast -Version: 0.6.0 -Release: 7%{?dist} -Summary: Multi-threaded download manager - -Group: Applications/Internet -License: GPLv2 -URL: http://dfast.sourceforge.net/ -Source0: http://prdownloads.sourceforge.net/sourceforge/dfast/%{name}_%{version}.tar.gz -Patch0: wxdfast-autotools.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildRequires: wxGTK-devel -BuildRequires: gettext -BuildRequires: desktop-file-utils - -%description -wxDownload Fast (also known as wxDFast) is an open source multi-threaded -download manager.This means that it can split a file into several pieces -and download the pieces simultaneously - -%prep -%setup -q -%patch0 - -find . -name '*.cpp' -exec chmod a-x {} ';' -find . -name '*.h' -exec chmod a-x {} ';' - -%build -%configure -make %{?_smp_mflags} - - -%install -rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT - -desktop-file-install --vendor fedora \ - --delete-original \ - --dir $RPM_BUILD_ROOT%{_datadir}/applications \ -$RPM_BUILD_ROOT%{_datadir}/applications/wxdfast.desktop - -chmod -x COPYING README AUTHORS ChangeLog - -%find_lang wxDFast - -%clean -rm -rf $RPM_BUILD_ROOT - - -%files -f wxDFast.lang -%defattr(-,root,root,-) -%{_bindir}/wxdfast -%{_datadir}/wxdfast -%{_mandir}/man1/wxdfast.1.gz -%{_mandir}/pt_BR/man1/wxdfast.1.gz -%{_datadir}/pixmaps/wxdfast.png -%{_datadir}/applications/fedora-wxdfast.desktop -%doc COPYING README AUTHORS ChangeLog - - - -%changelog -* Mon Jul 27 2009 Fedora Release Engineering - 0.6.0-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Sun Apr 05 2009 Adel Gadllah 0.6.0-6 -- Rebuild to fix broken symbols (RH #490470) - -* Wed Feb 25 2009 Fedora Release Engineering - 0.6.0-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Fri Feb 08 2008 Adel Gadllah 0.6.0-4 -- Rebuild for gcc-4.3 - -* Thu Aug 23 2007 Adel Gadllah 0.6.0-3 -- Fix source file permissions - -* Wed Aug 22 2007 Adel Gadllah 0.6.0-2 -- Add patches and specfile changes from Dan Horak (RH #249524) - -* Wed Jul 25 2007 Adel Gadllah 0.6.0-1 -- Initital Build From 30d0427017b42a0bbd961c9c76d36ab536fffe8f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 15:29:33 +0000 Subject: [PATCH 5/5] dist-git conversion --- .cvsignore => .gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .cvsignore => .gitignore (100%) diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore