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

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Apr 13 16:26:14 UTC 2015


>From 57c2188eeea9637fcb56f522985adf70e4ba7e12 Mon Sep 17 00:00:00 2001
From: Till Maas <opensource at till.name>
Date: Mon, 13 Apr 2015 18:25:55 +0200
Subject: 2015-04-13: Retired orphaned package, because it was orphaned for
 more than six weeks.


diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 1758ef0..0000000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/gtk-smooth-engine_2.14.3+deb5.tar.gz
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..9263c07
--- /dev/null
+++ b/dead.package
@@ -0,0 +1,2 @@
+2015-04-13: Retired orphaned package, because it was orphaned for more than six weeks.
+
diff --git a/gtk-smooth-engine.spec b/gtk-smooth-engine.spec
deleted file mode 100644
index 3371f52..0000000
--- a/gtk-smooth-engine.spec
+++ /dev/null
@@ -1,66 +0,0 @@
-Summary: 	The Smooth engine for GTK+-2.0
-Name: 		gtk-smooth-engine
-Version: 	2.14.3
-Release: 	6%{?dist}
-License:	LGPLv2+ and GPLv2+
-URL: 		http://ftp.de.debian.org/debian/pool/main/g/gtk-smooth-engine
-Source0: 	http://ftp.de.debian.org/debian/pool/main/g/gtk-smooth-engine/%{name}_%{version}+deb5.tar.gz
-Group: 		User Interface/Desktops
-
-Patch0:     gtk-smooth-engine_automake.patch
-
-Requires:	gtk2
-
-BuildRequires: 	gtk2-devel >= 2.4.0
-BuildRequires:	pango-devel >= 1.6.0
-BuildRequires: 	glib2-devel >= 2.4.0
-BuildRequires: 	libtool
-BuildRequires: 	autoconf
-
-%description
-The Smooth engine for GTK+-2.0
-
-%prep
-%setup -q -n %{name}-%{version}+deb5
-%patch0 -p1 -b .automake
-NOCONFIGURE=1 ./autogen.sh
-
-
-%build
-%configure --disable-static
-make %{?_smp_mflags}
-
-%install
-%{make_install}
-find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
-
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
-
-%files
-%doc COPYING NEWS README AUTHORS ChangeLog
-%{_libdir}/gtk-2.0/2.10.0/engines/libsmooth.so
-%{_datadir}/gtk-engines/smooth.xml
-
-
-%changelog
-* Wed Feb 11 2015 Wolfgang Ulbrich <chat-to-me at raveit.de> - 2.14.3-6
-- rebuild for automake-1.15
-
-* Sat Aug 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.14.3-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
-
-* Sun Jun 08 2014 Wolfgang Ulbrich <chat-to-me at raveit.de> - 2.14.3-4
-- fix build for Fedora_21_Mass_Rebuild
-
-* Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.14.3-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
-
-* Sun Aug 18 2013 Wolfgang Ulbrich <chat-to-me at raveit.de> - 2.14.3-2
-- fix license information
-- update 'make install' macro
-
-* Fri Feb 01 2013 Wolfgang Ulbrich <chat-to-me at raveit.de> - 2.14.3-1
-- initial build
-- build for f19
diff --git a/gtk-smooth-engine_automake.patch b/gtk-smooth-engine_automake.patch
deleted file mode 100644
index 011ec1a..0000000
--- a/gtk-smooth-engine_automake.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-diff -upr gtk-smooth-engine-2.14.3+deb5-orig/autogen.sh gtk-smooth-engine-2.14.3+deb5/autogen.sh
---- gtk-smooth-engine-2.14.3+deb5-orig/autogen.sh	2008-11-13 14:53:04.000000000 +0100
-+++ gtk-smooth-engine-2.14.3+deb5/autogen.sh	2015-02-11 02:34:19.179376328 +0100
-@@ -16,7 +16,22 @@ cd $srcdir
- 	DIE=1
- }
- 
--if automake-1.10 --version < /dev/null > /dev/null 2>&1 ; then
-+if automake-1.15 --version < /dev/null > /dev/null 2>&1 ; then
-+    AUTOMAKE=automake-1.15
-+    ACLOCAL=aclocal-1.15
-+elif automake-1.14 --version < /dev/null > /dev/null 2>&1 ; then
-+    AUTOMAKE=automake-1.14
-+    ACLOCAL=aclocal-1.14
-+elif automake-1.13 --version < /dev/null > /dev/null 2>&1 ; then
-+    AUTOMAKE=automake-1.13
-+    ACLOCAL=aclocal-1.13
-+elif automake-1.12 --version < /dev/null > /dev/null 2>&1 ; then
-+    AUTOMAKE=automake-1.12
-+    ACLOCAL=aclocal-1.12
-+elif automake-1.11 --version < /dev/null > /dev/null 2>&1 ; then
-+    AUTOMAKE=automake-1.11
-+    ACLOCAL=aclocal-1.11
-+elif automake-1.10 --version < /dev/null > /dev/null 2>&1 ; then
-     AUTOMAKE=automake-1.10
-     ACLOCAL=aclocal-1.10
- elif automake-1.9 --version < /dev/null > /dev/null 2>&1 ; then
diff --git a/sources b/sources
deleted file mode 100644
index 0e46dc2..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-0120095e03948e77df8c7e948110eeeb  gtk-smooth-engine_2.14.3+deb5.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/gtk-smooth-engine.git/commit/?h=master&id=57c2188eeea9637fcb56f522985adf70e4ba7e12


More information about the scm-commits mailing list