diff --git a/auto-nng-cflags.patch b/auto-nng-cflags.patch deleted file mode 100644 index 992aa7f..0000000 --- a/auto-nng-cflags.patch +++ /dev/null @@ -1,10 +0,0 @@ -diff -u auto-nng.v1.5.orig/Makefile auto-nng.v1.5/Makefile ---- auto-nng.v1.5.orig/Makefile 2008-03-09 17:38:34.000000000 +0100 -+++ auto-nng.v1.5/Makefile 2009-07-28 16:25:58.000000000 +0200 -@@ -1,5 +1,5 @@ - auto-nng: auto-nng.c -- gcc -O3 -o auto-nng auto-nng.c -lm -+ $(CC) $(CFLAGS) -o auto-nng auto-nng.c -lm - - test: auto-nng - ruby auto-nng-test.rb diff --git a/auto-nng.spec b/auto-nng.spec deleted file mode 100644 index 98bc84b..0000000 --- a/auto-nng.spec +++ /dev/null @@ -1,79 +0,0 @@ -Name: auto-nng -Version: 1.7 -Release: 4%{?dist} -Summary: A software for analysis and classification of data, using AI NN - -Group: Applications/Engineering -License: MIT -URL: http://www.public-software-group.org/auto-nng -Source0: http://www.public-software-group.org/pub/projects/auto-nng/v%{version}/%{name}.v%{version}.tar.gz -Patch0: %{name}-cflags.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildRequires: ruby - - -%description -auto-nng is a software for analysis and classification of data, using -artificial neuronal networks. -You can feed an amount of datasets consisting of certain input and output -parameters into the program, to make it try to find a mathematical correlation -between the input and output parameters. Afterwards the program tries to -calculate the output parameters for datasets which only have known input -parameters. - - -%prep -%setup -q -n %{name}.v%{version} -# patch0: Not sent upstream, as it is buildsystem related. -%patch0 -p1 -b .cflags - - -%build -make %{?_smp_mflags} CFLAGS="%{optflags}" - - -%check -# Test takes at max 3 minutes so do not wonder. -make test - - -%install -rm -rf %{buildroot} -mkdir -p %{buildroot}/%{_bindir}/ -install auto-nng %{buildroot}/%{_bindir}/ - - -%clean -rm -rf %{buildroot} - - -%files -%defattr(-,root,root,-) -%doc LICENSE README -%{_bindir}/* - -%changelog -* Wed Feb 13 2013 Fedora Release Engineering - 1.7-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Wed Jul 18 2012 Fedora Release Engineering - 1.7-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Thu Jan 12 2012 Fedora Release Engineering - 1.7-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Wed Aug 31 2011 Fabian Deutsch - 1.7-1 -- Update to 1.7 -- Updated URL and CHANGELOG - -* Mon Feb 07 2011 Fedora Release Engineering - 1.5-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Tue Jul 28 2009 Fabian Deutsch - 1.5-2 -- Description fine tuning -- Passing CFLAGS to compiler -- Enabling test - -* Sun Apr 18 2009 Fabian Deutsch - 1.5-1 -- Initial package. diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5e32ab9 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +This package was retired on 2013-03-11 due to a lack of a willing Fedora maintainer. diff --git a/sources b/sources deleted file mode 100644 index 7fbc150..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -0b179a3ad1e0d739b532a875efca03fe auto-nng.v1.7.tar.gz