From caf9893d04452ce1eb11e33b99ae1abf86e07c55 Mon Sep 17 00:00:00 2001 From: Ville Skyttä Date: Oct 11 2006 21:31:04 +0000 Subject: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 2549fb7..0000000 --- a/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -blam-1.8.2.tar.gz diff --git a/Makefile b/Makefile deleted file mode 100644 index bcabb8b..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: blam -# $Id$ -NAME := blam -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/blam-aclocal.m4-ngettext.patch b/blam-aclocal.m4-ngettext.patch deleted file mode 100644 index b86f0a0..0000000 --- a/blam-aclocal.m4-ngettext.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- aclocal.m4.orig 2006-05-28 13:33:18.000000000 -0500 -+++ aclocal.m4 2006-04-07 13:43:39.000000000 -0500 -@@ -121,7 +121,7 @@ - [AC_TRY_LINK([ - #include - ], -- [return (int) ngettext ("","", 1)], -+ [return !ngettext ("","", 1)], - gt_cv_func_ngettext_libc=yes, - gt_cv_func_ngettext_libc=no) - ]) -@@ -131,7 +131,7 @@ - [AC_TRY_LINK([ - #include - ], -- [return (int) dgettext ("","")], -+ [return !dgettext ("","")], - gt_cv_func_dgettext_libc=yes, - gt_cv_func_dgettext_libc=no) - ]) diff --git a/blam-gtk-sharp2-gecko-sharp2.patch b/blam-gtk-sharp2-gecko-sharp2.patch deleted file mode 100644 index 5b5c7e5..0000000 --- a/blam-gtk-sharp2-gecko-sharp2.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- configure.in.orig 2006-05-18 14:37:06.000000000 -0500 -+++ configure.in 2006-05-18 16:53:27.000000000 -0500 -@@ -45,20 +45,20 @@ - - dnl Find mono - MONO_REQUIRED_VERSION=1.1.4 --GTKSHARP_REQUIRED_VERSION=1.0 -+GTKSHARP_REQUIRED_VERSION=2.0 - GCONF_REQUIRED_VERSION=2.4 --GECKOSHARP_REQUIRED_VERSION=0.6 -+GECKOSHARP_REQUIRED_VERSION=0.1 - - PKG_CHECK_MODULES(BASE_DEPENDENCIES, - mono >= $MONO_REQUIRED_VERSION -- gtk-sharp >= $GTKSHARP_REQUIRED_VERSION -+ gtk-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION - gconf-2.0 >= $GCONF_REQUIRED_VERSION) - - PKG_CHECK_MODULES(BLAM, -- gtk-sharp >= $GTKSHARP_REQUIRED_VERSION -- gecko-sharp >= $GECKOSHARP_REQUIRED_VERSION -- gconf-sharp >= $GTKSHARP_REQUIRED_VERSION -- glade-sharp >= $GTKSHARP_REQUIRED_VERSION) -+ gtk-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION -+ gecko-sharp-2.0 >= $GECKOSHARP_REQUIRED_VERSION -+ gconf-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION -+ glade-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION) - - AC_SUBST(BLAM_LIBS) - diff --git a/blam.spec b/blam.spec deleted file mode 100644 index aa6b38f..0000000 --- a/blam.spec +++ /dev/null @@ -1,114 +0,0 @@ -%define _libdir %{_exec_prefix}/lib - -Name: blam -Version: 1.8.2 -Release: 6%{?dist} -Summary: An RSS/RDF feed reader - -Group: Applications/Internet -License: GPL -URL: http://developer.imendio.com/wiki/Blam -Source0: http://ftp.imendio.com/pub/imendio/blam/src/blam-%{version}.tar.gz -Patch0: blam-gtk-sharp2-gecko-sharp2.patch -Patch1: blam-aclocal.m4-ngettext.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildRequires: mono-devel, gtk-sharp2-gapi, gtk-sharp2, gecko-sharp2 -BuildRequires: mozilla-devel -BuildRequires: libgnomeui-devel -BuildRequires: desktop-file-utils, gettext -BuildRequires: autoconf - -Requires: gecko-sharp2 -Requires(pre): GConf2 -Requires(post): GConf2, desktop-file-utils -Requires(preun): GConf2 -Requires(postun): desktop-file-utils - -%description -Blam is a tool that helps you keep track of the growing -number of news feeds distributed as RSS. Blam lets you -subscribe to any number of feeds and provides an easy to -use and clean interface to stay up to date - -%prep -%setup -q -%patch0 -p0 -%patch1 -p0 - -%build -autoconf -%configure -make %{?_smp_mflags} - - -%install -rm -rf $RPM_BUILD_ROOT -export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 -make install DESTDIR=$RPM_BUILD_ROOT - -# Do not need devel files -rm $RPM_BUILD_ROOT%{_libdir}/blam/libblam.{a,la} - -%find_lang %{name} - -desktop-file-install --vendor fedora --delete-original \ - --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --add-category X-Fedora \ - $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop - -%pre -if [ "$1" -gt 1 ]; then - export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` - gconftool-2 --makefile-uninstall-rule \ - %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null || : -fi - -%post -update-desktop-database &> /dev/null ||: -export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` -gconftool-2 --makefile-install-rule \ - %{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null || : - -%preun -if [ "$1" -eq 0 ]; then - export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` - gconftool-2 --makefile-uninstall-rule \ - %{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null || : -fi - -%postun -update-desktop-database &> /dev/null ||: - -%clean -rm -rf $RPM_BUILD_ROOT - -%files -f %{name}.lang -%defattr(-,root,root,-) -%doc AUTHORS COPYING ChangeLog NEWS README -%config %{_sysconfdir}/gconf/schemas/blam.schemas -%{_bindir}/* -%{_libdir}/blam -%{_datadir}/blam -%{_datadir}/applications/* -%{_datadir}/pixmaps/* - - -%changelog -* Fri Jul 14 2006 Sindre Pedersen Bjørdal - 1.8.2-6 -- Add missing gecko-sharp2 runtime dependency, fixes #196706 - -* Sun May 28 2006 John Mahowald - 1.8.2-5 -- fix gettext autoconf macro for x86_64 - -* Sun May 21 2006 John Mahowald - 1.8.2-4 -- readd .so -- reenable find_lang -- mark gconf schemea as config - -* Thu May 18 2006 John Mahowald - 1.8.2-2 -- gtk-sharp2 gecko-sharp2 -- no .a, .la, .so - -* Tue Mar 23 2006 Sindre Pedersen Bjørdal - 1.8.2-1 -- Initial build diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..815fd29 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild diff --git a/needs.rebuild b/needs.rebuild deleted file mode 100644 index 815fd29..0000000 --- a/needs.rebuild +++ /dev/null @@ -1 +0,0 @@ -http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild diff --git a/sources b/sources deleted file mode 100644 index 34f6eed..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -8cb05faedf60d895d94a5ecf9d10eb8f blam-1.8.2.tar.gz