till pushed to coan (el6). "2015-04-13: Retired orphaned package, because it was orphaned for more than six weeks. (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Apr 13 15:56:29 UTC 2015


>From 926607636dbd8ca3cad0d641ec6b531edbd4e5ab Mon Sep 17 00:00:00 2001
From: Till Maas <opensource at till.name>
Date: Mon, 13 Apr 2015 17:56:18 +0200
Subject: 2015-04-13: Retired orphaned package, because it was orphaned for
 more than six weeks. Reference: https://fedorahosted.org/epel/ticket/7


diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index dc0829a..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-coan-4.1.tar.gz
-/coan-5.1.tar.gz
-/coan-5.1.2.tar.gz
diff --git a/coan.spec b/coan.spec
deleted file mode 100644
index 8d6438c..0000000
--- a/coan.spec
+++ /dev/null
@@ -1,141 +0,0 @@
-Name:		coan
-Version: 	5.1.2
-Release: 	1%{?dist}
-Summary: 	A command line tool for simplifying the pre-processor conditionals in source code
-Group: 		Development/Languages
-License: 	BSD       
-URL: 		http://coan2.sourceforge.net/
-Source0: 	http://downloads.sourceforge.net/coan2/%{name}-%{version}.tar.gz
-
-# Note: coan was formerly called sunifdef i.e sunifdef was renamed to coan
-# with the 4.0 release. This Provides can be removed in F-16.
-Provides:      sunifdef = %{version}-%{release}
-Obsoletes:     sunifdef < 4.0
-
-# Beware: the '#' may never be the first non-blank character on a line,
-# it would be interpreted as a comment.
-%description
-%{name} (formerly sunifdef) is a software engineering tool for analyzing
-pre-processor-based configurations of C or C++ source code. Its principal use
-is to simplify a body of source code by eliminating any parts that are
-redundant with respect to a specified configuration.
-
-%{name} is most useful to developers of constantly evolving products
-with large code bases, where pre-processor conditionals are used to
-configure the feature sets, APIs or implementations of different
-releases. In these environments the code base steadily
-accumulates #ifdef-pollution as transient configuration options become
-obsolete. %{name} can largely automate the recurrent task of purging
-redundant #if-logic from the code.
-
-%prep
-%setup -q
-
-for i in AUTHORS LICENSE.BSD README ChangeLog ; do
-    sed -i -e 's/\r$//' $i
-done
-
-%build
-%configure
-make %{?_smp_mflags}
-
-%check
-make check
-
-%install
-make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
-
-%files
-%defattr(-,root,root,-)
-%doc AUTHORS LICENSE.BSD README ChangeLog
-%{_bindir}/%{name}
-%{_mandir}/man1/%{name}.1.*
-
-%changelog
-* Fri Jan 25 2013 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 5.1.2-1
-- Update to version 5.1.2
-
-* Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 5.1-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
-
-* Tue Feb 28 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 5.1-2
-- Rebuilt for c++ ABI breakage
-
-* Wed Feb  8 2012 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 5.1-1
-- Update to version 5.1
-
-* Thu Jan 12 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.1-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
-
-* Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.1-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
-
-* Sat Jun 12 2010 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 4.1-2
-- Use wild card for manpage extension to allow future compression changes
-- Replace occurences of Sunifdef in package description with %%{name}
-- Use INSTALL="install -p" to preserve file time stamps
-- Beautify top of spec file
-- No longer need to remove executable bit on source files
-- Fix up spelling mistakes
-
-* Sat Jun 12 2010 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 4.1-1
-- Rename package to coan (from sunifdef)
-
-* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.1.3-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
-
-* Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.1.3-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
-
-* Sun Mar  9 2008 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 3.1.3-2
-- Fix Source0 URL
-
-* Wed Feb  6 2008 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 3.1.3-1
-- Update to version 3.1.3
-
-* Sun Nov 25 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 3.1.2-1
-- Update to version 3.1.2
-- Fix typo in changelog
-- Fix line endings in AUTHORS LICENSE.BSD README ChangeLog
-
-* Fri Aug 31 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 3.1-4
-- Fix source URL
-- Fix email addresses in changelog entries
-
-* Tue Aug 28 2007 Stepan Kasal <skasal at redhat.com> - 3.1-3
-- Fix typos, do not try to use '\#' to avoid interpretation of #
-  as a comment; it seems the only way is to take care that it does
-  not appear at the beginning of a line.
-
-* Tue Aug 21 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 3.1-2
-- Bump release and rebuild
-
-* Mon May 21 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 3.1-1
-- Update to version 3.1 (bug fix release)
-
-* Wed Jan 24 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 3.0-1
-- Update to version 3.0
-
-* Tue Jul 25 2006 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 2.1.2-1
-- Update to version 2.1.2
-
-* Tue Jul 11 2006 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 2.1.1-1
-- Update to version 2.1.1
-
-* Mon Jun  5 2006 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 1.0.1-4
-- Update to version 1.0.1
-- No need to remove build-bin and autom4te.cache with this release
-
-* Sat Jun  3 2006 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 1.0-3
-- Move make check to a check section
-
-* Fri Jun  2 2006 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 1.0-2
-- Clean up permissions on source files
-- Remove prebuilt binary directory and automa4te.cache that are included in
-  tarball 
-- Add make check to build
-- Wrap description at 70 columns rather than 80
-
-* Mon May 29 2006 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 1.0-1
-- Initial package
-
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..b634127
--- /dev/null
+++ b/dead.package
@@ -0,0 +1,3 @@
+2015-04-13: Retired orphaned package, because it was orphaned for more than six weeks.
+Reference: https://fedorahosted.org/epel/ticket/7
+
diff --git a/sources b/sources
deleted file mode 100644
index 816d0b2..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-a3d93502111e91cb7b9cf6b9ce34592c  coan-5.1.2.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/coan.git/commit/?h=el6&id=926607636dbd8ca3cad0d641ec6b531edbd4e5ab


More information about the scm-commits mailing list