From 968aeb195637944767d8b153e16e85d0a110bead Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Jul 25 2011 21:05:47 +0000 Subject: Retire gpar2. --- diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..6c90bdc --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +This package was retired on 2011-07-25 due to it being unable to build this package for multiple releases (FTBFS). diff --git a/gpar2-0.3-buildfix.patch b/gpar2-0.3-buildfix.patch deleted file mode 100644 index 7ac818d..0000000 --- a/gpar2-0.3-buildfix.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -upNr gpar2-0.3.orign/gpar2.h gpar2-0.3/gpar2.h ---- gpar2-0.3.orign/gpar2.h 2005-11-23 18:09:22.000000000 +0100 -+++ gpar2-0.3/gpar2.h 2008-02-09 12:02:05.000000000 +0100 -@@ -2,6 +2,7 @@ - #define GPAR2_H - - #include -+#include - - #include - #include diff --git a/gpar2-0.3-desktopfile.patch b/gpar2-0.3-desktopfile.patch deleted file mode 100644 index 1fdec46..0000000 --- a/gpar2-0.3-desktopfile.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -upNr gpar2-0.3.orign/gpar2.desktop gpar2-0.3/gpar2.desktop ---- gpar2-0.3.orign/gpar2.desktop 2006-02-27 19:19:41.000000000 +0100 -+++ gpar2-0.3/gpar2.desktop 2007-12-29 14:56:05.000000000 +0100 -@@ -7,6 +7,6 @@ Exec=gpar2 %f - Terminal=false - MimeType=application/x-par;application/x-par2 - Type=Application --Categories=Application;Utility; -+Categories=Utility; - Encoding=UTF-8 - StartupNotify=true diff --git a/gpar2-0.3-linkfix.patch b/gpar2-0.3-linkfix.patch deleted file mode 100644 index 8df699d..0000000 --- a/gpar2-0.3-linkfix.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -upNr gpar2-0.3.orign/Makefile.am gpar2-0.3/Makefile.am ---- gpar2-0.3.orign/Makefile.am 2006-02-26 22:39:13.000000000 +0100 -+++ gpar2-0.3/Makefile.am 2010-02-13 19:47:01.689078544 +0100 -@@ -25,7 +25,7 @@ bin_PROGRAMS = gpar2 - gpar2_SOURCES = gpar2.cc gpar2.h \ - mainwindow.cc mainwindow.h - --AM_LDFLAGS = -lstdc++ -lsigc-2.0 `pkg-config gtkmm-2.4 --libs` -lpar2 -+AM_LDFLAGS = -lstdc++ -lsigc-2.0 `pkg-config gtkmm-2.4 --libs` -lpar2 -ldl - INCLUDES = `pkg-config sigc++-2.0 gtkmm-2.4 --cflags` - AM_CXXFLAGS = -DLOCALEDIR='"$(prefix)/share/locale"' - -diff -upNr gpar2-0.3.orign/Makefile.in gpar2-0.3/Makefile.in ---- gpar2-0.3.orign/Makefile.in 2006-02-26 22:40:37.000000000 +0100 -+++ gpar2-0.3/Makefile.in 2010-02-13 19:46:56.298018252 +0100 -@@ -187,7 +187,7 @@ target_alias = @target_alias@ - gpar2_SOURCES = gpar2.cc gpar2.h \ - mainwindow.cc mainwindow.h - --AM_LDFLAGS = -lstdc++ -lsigc-2.0 `pkg-config gtkmm-2.4 --libs` -lpar2 -+AM_LDFLAGS = -lstdc++ -lsigc-2.0 `pkg-config gtkmm-2.4 --libs` -lpar2 -ldl - INCLUDES = `pkg-config sigc++-2.0 gtkmm-2.4 --cflags` - AM_CXXFLAGS = -DLOCALEDIR='"$(prefix)/share/locale"' - EXTRA_DIST = config.rpath gnome-logo-icon-transparent.png gpar2.xml \ diff --git a/gpar2.spec b/gpar2.spec deleted file mode 100644 index 29f68cf..0000000 --- a/gpar2.spec +++ /dev/null @@ -1,97 +0,0 @@ -Name: gpar2 -Version: 0.3 -Release: 10%{?dist} -Summary: GUI for verifying and repairing PAR and PAR2 recovery sets - -Group: Applications/Archiving -License: GPLv2+ -URL: http://parchive.sourceforge.net/ -Source0: http://prdownloads.sourceforge.net/sourceforge/parchive/%{name}-%{version}.tar.gz -Patch0: gpar2-0.3-desktopfile.patch -Patch1: gpar2-0.3-buildfix.patch -Patch2: gpar2-0.3-linkfix.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildRequires: gtkmm24-devel -BuildRequires: libpar2-devel -BuildRequires: pkgconfig -BuildRequires: desktop-file-utils -BuildRequires: gettext - -%description -A simple, easy to use graphical interface for verification and -repair of PAR v1.0 and PAR v2.0(PAR2) recovery sets. - -%prep -%setup -q -%patch0 -p1 -b .desktopfile -%patch1 -p1 -b .buildfix -%patch2 -p1 -b .linkfix -rm -f po/*.gmo po/*.pot - -%build -%configure -make %{?_smp_mflags} -pushd ./po - make update-gmo -popd - -%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 \ - gpar2.desktop - -%find_lang %{name} - -%clean -rm -rf $RPM_BUILD_ROOT - - -%post -update-desktop-database &> /dev/null || : - -%postun -update-desktop-database &> /dev/null || : - - -%files -f %{name}.lang -%defattr(-,root,root,-) -%{_bindir}/gpar2 -%{_datadir}/applications/fedora-gpar2.desktop -%doc COPYING ChangeLog AUTHORS - - -%changelog -* Tue Feb 08 2011 Fedora Release Engineering - 0.3-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Sat Feb 13 2010 Adel Gadllah - 0.3-9 -- Fix FTBS (RH #565079) - -* Fri Jul 24 2009 Fedora Release Engineering - 0.3-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Tue Feb 24 2009 Fedora Release Engineering - 0.3-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Sat Feb 09 2008 Adel Gadllah 0.3-6 -- Fix build - -* Sat Feb 09 2008 Adel Gadllah 0.3-5 -- Rebuild for gcc-4.3 - -* Sat Dec 29 2007 Adel Gadllah 0.3-4 -- Don't use pre generated pot and gmo files - -* Sat Dec 29 2007 Adel Gadllah 0.3-3 -- Fix desktop file -- Execute update-desktop-database - -* Sat Dec 29 2007 Adel Gadllah 0.3-2 -- Fix buildrequires -- Fix description - -* Fri Dec 28 2007 Adel Gadllah 0.3-1 -- Initial package diff --git a/sources b/sources deleted file mode 100644 index dcbb674..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -dcfaecd8cbc005fb8e38c0bf5ba8ca04 gpar2-0.3.tar.gz