till pushed to dsqlite (master). "2015-05-11: Retired because of broken deps in preparation of Fedora 22 (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon May 11 20:22:01 UTC 2015


From 3b2fe5d38664036dd08c3031d9544d4d8d5a89b4 Mon Sep 17 00:00:00 2001
From: Till Maas <opensource at till.name>
Date: Mon, 11 May 2015 22:21:54 +0200
Subject: 2015-05-11: Retired because of broken deps in preparation of Fedora
 22 Reference: https://fedorahosted.org/rel-eng/ticket/6154


diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 9f144aa..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/dsqlite-1.0.tar.xz
-/dsqlite-1.1.1-82dc1f4.tar.gz
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..3f2ab3d
--- /dev/null
+++ b/dead.package
@@ -0,0 +1,3 @@
+2015-05-11: Retired because of broken deps in preparation of Fedora 22
+Reference: https://fedorahosted.org/rel-eng/ticket/6154
+
diff --git a/dsqlite.spec b/dsqlite.spec
deleted file mode 100644
index 536ce87..0000000
--- a/dsqlite.spec
+++ /dev/null
@@ -1,115 +0,0 @@
-%global commit 82dc1f49cd7b43214fd303c49156878e4bf8a878
-%global shortcommit %(c=%{commit}; echo ${c:0:7})
-
-Name:           dsqlite
-Version:        1.1.1
-Release:        5%{?dist}
-Summary:        High level library around SQLite for D language
-
-License:        GPLv3
-URL:            https://github.com/bioinfornatics/DSQLite
-Source0:        https://github.com/bioinfornatics/DSQLite/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz
-
-BuildRequires:  ldc, ldc-phobos-devel, ldc-druntime-devel, geany
-
-# match ldc arches
-ExcludeArch:    %{arm}
-
-%description
-DSQLite is a high level library for SQLite. Use sqlite in D programming
-with this library is so easy.
-
-%description -l fr
-DSQLite est une bibliothèque de haut niveau pour SQLite. Utiliser sqlite dans 
-la programmation D avec cette bibliothèque est si facile.
-
-%package devel
-Summary:        High level library around SQLite for D language
-Requires:       ldc-phobos-devel, ldc-druntime-devel
-Requires:       %{name}%{?_isa} = %{version}-%{release}
-
-%description devel
-DSQLite is a high level library for SQLite. Use sqlite in D programming
-with this library is so easy.
-
-%description -l fr devel
-DSQLite est une bibliothèque de haut niveau pour SQLite. Utiliser sqlite dans 
-la programmation D avec cette bibliothèque est si facile.
-
-%prep
-%setup -q -n DSQLite-%{commit}
-
-%build
-make %{?_smp_mflags}  all-shared geany-tag DFLAGS_IMPORT="-Isrc" DCFLAGS="%{_d_optflags}"
-
-%install
-# build library
-make %{?_smp_mflags} install-shared install-geany-tag PREFIX=%{buildroot}%{_prefix} LIB_DIR=%{buildroot}%{_libdir}
-
-%post   -p  /sbin/ldconfig
-%postun -p  /sbin/ldconfig
-
-%files
-%doc LICENSE LICENCE README
-%{_defaultdocdir}/dsqlite
-%{_libdir}/libDSQLite-ldc.so.1
-%{_libdir}/libDSQLite-ldc.so.1.1.1
-
-%files devel
-%{_datadir}/pkgconfig/DSQLite.pc
-%{_d_includedir}/sqlite
-%{_libdir}/libDSQLite-ldc.so
-%{_datadir}/geany/tags/DSQLite.d.tags
-
-%changelog
-* Sat Aug 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.1-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
-
-* Mon Jun 30 2014 Yaakov Selkowitz <yselkowi at redhat.com> - 1.1.1-4
-- ExcludeArch %%arm to match ldc (#992156, #1106184)
-
-* Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.1-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
-
-* Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.1-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
-
-* Fri Jun 28 2013  Christophe Burgun <jouty at fedoraproject.org> 1.1.1-1
-- Update dsqlite version
-- Change Source0 Url
-- Fix prep section with right name
-- Fix so files
-
-* Sun Feb 17 2013  Christophe Burgun <jouty at fedoraproject.org> 1.0-5
-- Fix summary and description
-- Fix -l fr
-
-* Fri Nov 16 2012  Christophe Burgun <jouty at fedoraproject.org> 1.0-4
-- Delete global debug_package because it is not a static library
-
-* Fri Nov 16 2012  Christophe Burgun <jouty at fedoraproject.org> 1.0-3
-- Add dist macro to release tag
-- Improvement of french descriptions
-
-* Thu Oct 25 2012  Christophe Burgun <jouty at fedoraproject.org> 1.0-2
-- Change summary to be not a sentence
-- Solve mistake in french description
-
-* Thu Oct 25 2012  Christophe Burgun <jouty at fedoraproject.org> 1.0-1
-- Change Source0 url
-- Change version and release tag
-- Deleting duplicate license file in devel
-
-* Mon Aug 6 2012  Christophe Burgun <jouty at fedoraproject.org> 1-3.20120803git1113632  
-- Add requires for devel package
-
-* Wed Aug 1 2012  Christophe Burgun <jouty at fedoraproject.org>  1-2.20120803git1113632
-- Add devel package
-- Add post and postun 
-- Update build and install
-- Delete sub package geany-tag
-
-* Fri Dec 9 2011  Jonathan MERCIER <bioinfornatics at gmail.com>  1-1.20120803git309742c
-- Add doc for devhelp
-- Add tag for geany
-- Init spec
diff --git a/sources b/sources
deleted file mode 100644
index f946fc9..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-19a97322765f2d9cc80b299e5f81b664  dsqlite-1.1.1-82dc1f4.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/dsqlite.git/commit/?h=master&id=3b2fe5d38664036dd08c3031d9544d4d8d5a89b4


More information about the scm-commits mailing list