till pushed to lazarus (epel7). "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:46:52 UTC 2015


>From fb6d0b08d902ee26054f5a7207fc20ede6e8572b Mon Sep 17 00:00:00 2001
From: Till Maas <opensource at till.name>
Date: Mon, 13 Apr 2015 17:46:44 +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 7b95945..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,6 +0,0 @@
-lazarus-0.9.28-src.tar.bz2
-/lazarus-0.9.30-src.tar.bz2
-/lazarus-0.9.30.2-src.tar.bz2
-/lazarus-0.9.30.4-src.tar.bz2
-/lazarus-1.0.4-1.tar.gz
-/lazarus-1.0.8-0.tar.gz
diff --git a/Desktop_patch.diff b/Desktop_patch.diff
deleted file mode 100644
index ebf041e..0000000
--- a/Desktop_patch.diff
+++ /dev/null
@@ -1,17 +0,0 @@
---- lazarus/install/lazarus.desktop	2007-11-26 15:34:42.000000000 +0100
-+++ lazarus/install/lazarus.desktop.n	2008-10-18 11:52:33.000000000 +0200
-@@ -5,12 +5,7 @@
- Exec=startlazarus %f
- Terminal=false
- Type=Application
--Icon=lazarus.png
--Categories=Application;IDE;Development;GTK;GUIDesigner;
-+Icon=lazarus
-+Categories=IDE;Development;GTK;GUIDesigner;
- StartupWMClass=Lazarus
- MimeType=text/x-pascal;text/lazarus-project-source;text/lazarus-project-information;text/lazarus-form;text/lazarus-resource;text/lazarus-package;text/lazarus-package-link;text/lazarus-code-inlay;
--[Property::X-KDE-NativeExtension]
--Type=QString
--Value=.pas
--X-Ubuntu-Gettext-Domain=desktop_kdelibs
--
diff --git a/Makefile_patch.diff b/Makefile_patch.diff
deleted file mode 100644
index e6f39fe..0000000
--- a/Makefile_patch.diff
+++ /dev/null
@@ -1,33 +0,0 @@
-Index: lazarus/Makefile.fpc
-===================================================================
---- lazarus/Makefile.fpc	(version 0.9.26)
-+++ lazarus/Makefile.fpc	(working copy)
-@@ -21,7 +21,7 @@
- 
- [install]
- fpcpackage=n
--basedir=share/lazarus
-+basedir=lib/lazarus
- 
- [dist]
- destdir=$(BASEDIR)/dist
-@@ -29,7 +29,7 @@
- [prerules]
- RCPP?=$(strip $(firstword cpp$(SRCEXEEXT)))
- #
--LAZARUS_INSTALL_DIR=$(INSTALL_PREFIX)/share/lazarus
-+LAZARUS_INSTALL_DIR=$(INSTALL_PREFIX)/$(_LIB)/lazarus
- INSTALL_MAN_DIR=$(INSTALL_PREFIX)/share/man
- ifneq ($(findstring $(OS_TARGET),win32 win64),)
- LAZARUS_INSTALL_DIR=C:\lazarus
-@@ -115,8 +115,8 @@
- ifneq ($(findstring $(OS_TARGET),win32 win64),)
- 
- else
--	$(MKDIR) $(INSTALL_PREFIX)/share
--	$(MKDIR) $(INSTALL_PREFIX)/share/lazarus
-+	$(MKDIR) $(INSTALL_PREFIX)/$(_LIB)
-+	$(MKDIR) $(INSTALL_PREFIX)/$(_LIB)/lazarus
- 	$(MKDIR) $(INSTALL_BINDIR)
- 	$(MKDIR) $(INSTALL_MAN_DIR)
- 	$(MKDIR) $(INSTALL_MAN_DIR)/man1
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/lazarus.spec b/lazarus.spec
deleted file mode 100644
index 039b960..0000000
--- a/lazarus.spec
+++ /dev/null
@@ -1,232 +0,0 @@
-Name:           lazarus
-Version:        1.0.8
-Release:        4%{?dist}
-Summary:        Lazarus Component Library and IDE for Freepascal
-
-Group:          Development/Languages
-# GNU Classpath style exception, see COPYING.modifiedLGPL
-License:        GPLv2+ and MPLv1.1 and LGPLv2+ with exceptions
-URL:            http://www.lazarus.freepascal.org/
-Source0:        http://downloads.sourceforge.net/project/%{name}/Lazarus%20Zip%20_%20GZip/Lazarus%20%{version}/%{name}-%{version}-0.tar.gz
-patch0:         Makefile_patch.diff
-patch1:         Desktop_patch.diff
-
-BuildRequires:  fpc, binutils, glibc-devel, desktop-file-utils, fpc-src, gtk2-devel 
-Requires:       fpc-src, fpc, binutils, glibc-devel, gdb, gtk2-devel 
-
-ExcludeArch:    s390 s390x
-
-%description
-A free and open-source RAD tool for Free Pascal using the Lazarus
-Component Library - LCL, which is also included in this package.
-
-%prep
-%setup -c -q
-%patch0 -p0
-%patch1 -p0
-
-%build
-cd lazarus
-# Remove the files for building other packages
-rm -rf debian
-cd tools
-find install -depth -type d ! \( -path "install/linux/*" -o -path "install/linux" -o -path "install" \) -exec rm -rf '{}' \;
-cd ..
-# Remove patch-backup files
-rm Makefile.fpc.orig
-# rm install/lazarus.desktop.orig
-
-export FPCDIR=%{_datadir}/fpcsrc/
-fpcmake -Tall
-make bigide OPT='-gl -gw'
-make tools OPT='-gl -gw'
-# make lazbuilder OPT='-gl -gw'
-
-%install
-rm -rf %{buildroot}
-
-make -C lazarus install INSTALL_PREFIX=%{buildroot}%{_prefix} _LIB=%{_lib}
-
-install -D -p -m 0644 lazarus/install/lazarus-mime.xml $LazBuildDir%{buildroot}%{_datadir}/mime/packages/lazarus.xml
-install -D -p -m 0644 lazarus/images/ide_icon48x48.png %{buildroot}%{_datadir}/pixmaps/lazarus.png
-desktop-file-install \
-        --dir %{buildroot}%{_datadir}/applications \
-        lazarus/install/%{name}.desktop
-
-ln -sf ../%{_lib}/%{name}/lazarus %{buildroot}%{_bindir}/lazarus-ide
-ln -sf ../%{_lib}/%{name}/startlazarus %{buildroot}%{_bindir}/startlazarus
-ln -sf ../%{_lib}/%{name}/lazbuild %{buildroot}%{_bindir}/lazbuild
-
-install -d %{buildroot}%{_sysconfdir}/lazarus
-sed 's#__LAZARUSDIR__#%{_libdir}/%{name}#;s#__FPCSRCDIR__#%{_datadir}/fpcsrc#' \
-        lazarus/tools/install/linux/environmentoptions.xml \
-        > %{buildroot}%{_sysconfdir}/lazarus/environmentoptions.xml
-
-chmod 755 %{buildroot}%{_libdir}/%{name}/components/lazreport/tools/localize.sh
-
-%clean
-rm -rf %{buildroot}
-
-%post
-update-mime-database %{_datadir}/mime &> /dev/null || :
-
-%postun
-update-mime-database %{_datadir}/mime &> /dev/null || :
-
-%files
-%defattr(-,root,root,-)
-%{_libdir}/%{name}
-%{_bindir}/%{name}-ide
-%{_bindir}/startlazarus
-%{_bindir}/lazbuild
-%{_datadir}/pixmaps/lazarus.png
-%{_datadir}/applications/*%{name}.desktop
-%{_datadir}/mime/packages/lazarus.xml
-%doc lazarus/COPYING*
-%doc lazarus/README.txt
-%dir %{_sysconfdir}/lazarus
-%config(noreplace) %{_sysconfdir}/lazarus/environmentoptions.xml
-%{_mandir}/*/*
-
-%changelog
-* Mon Aug 12 2013 Joost van der Sluis <joost at cnoc.nl> - 1.0.8-4
-- Rebuilt for Free Pascal with arm-support
-
-* Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.8-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
-
-* Wed Jul 17 2013 Petr Pisar <ppisar at redhat.com> - 1.0.8-2
-- Perl 5.18 rebuild
-
-* Thu Apr 25 2013 Joost van der Sluis <joost at cnoc.nl> - 1.0.8-1
-- Updated to version 1.0.8
-
-* Wed Apr 24 2013 Jon Ciesla <limburgher at gmail.com> - 1.0.4-3
-- Drop desktop vendor tag.
-
-* Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.4-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
-
-* Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.30.4-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
-
-* Tue Apr 18 2012 Joost van der Sluis <joost at cnoc.nl> - 0.9.30.4-1
-- Updated to version 0.9.30.4
-- Use default fonts, editoroptions.xml file removed
-
-* Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.30-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
-
-* Wed Apr 27 2011 Joost van der Sluis <joost at cnoc.nl> - 0.9.30-1
-- Updated to version 0.9.30
-- Remove the obsolete .spec BuildRoot tag.
-- Do not install manfiles for executables which are not in the path
-
-* Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.28.2-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
-
-* Sun Dec 05 2010 Lubomir Rintel <lkundrak at v3.sk> - 0.9.28.2-2
-- Fix LazarusVersion substitution in configuration
-- Do not compress manpages in %%build, RPM does this for us
-
-* Wed May 19 2010 Joost van der Sluis <joost at cnoc.nl> - 0.9.28.2-1
-- Updated to version 0.9.28.2
-
-* Fri Oct 16 2009 Joost van der Sluis <rel-eng at lists.fedoraproject.org> - 0.9.28-1
-- Updated to version 0.9.28
-
-* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.26.2-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
-
-* Thu Jun 18 2009 Dan Horak <dan[at]danny.cz> 0.9.26.2-3
-- Exclude s390/s390x architectures, FPC doesn't exist there
-
-* Wed Apr 1 2009 Joost van der Sluis <joost at cnoc.nl> 0.9.26.2-2
- - Adapted Makefile patch for version 0.9.26.2
-
-* Wed Apr 1 2009 Joost van der Sluis <joost at cnoc.nl> 0.9.26.2-1
- - Updated to version 0.9.26.2
-
-* Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.26-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
-
-* Thu Dec  4 2008 Michael Schwendt <mschwendt at fedoraproject.org> 0.9.26-3
-- Include /etc/lazarus directory.
-
-* Wed Oct 29 2008 Lubomir Rintel <lkundrak at v3.sk> 0.9.26-2
-- Fix path to the source tree
-
-* Thu Oct 23 2008 Joost van der Sluis <joost at cnoc.nl> 0.9.26-1
-- Updated to version 0.9.26
-- Removed scripts which are vulnerable to symlink-attacks (bug 460642)
-- Build bigide instead of the standard ide
-- Build ideintf and the registration for gtk2
-- Install the manfiles 
-- Install the mime-types
-- Install the global .xml configuration files
-
-* Wed Jun 18 2008 Joost van der Sluis <joost at cnoc.nl> 0.9.24-4
-- removed the trailing slash from the FPCDIR export in the build section
-
-* Tue Apr 24 2008 Joost van der Sluis <joost at cnoc.nl> 0.9.24-3
-- Remove executable-bit in install-section, instead of the files section
-- Enabled debug-package on x86_64
-
-* Fri Feb 01 2008 Joost van der Sluis <joost at cnoc.nl> 0.9.24-2
-- Changed license-tag according to the official license tags of Fedora
-- Removed some more Debian-specific files
-- Made two scripts executable
-- Improved fedora-lazarus.desktop 
-
-* Mon Nov 26 2007 Joost van der Sluis <joost at cnoc.nl> 0.9.24-1
-- Removed files specific for debian
-- Updated to Lazarus v 0.9.24
-- Changed desktop-file categories
-- Disabled the debug-package for x86_64 again, see bug 337051
-- If the debuginfo-packages is disabled, strip the executables manually
-- Require fpc version 2.2.0
-- Added -q to setup-macro
-- Added OPT='-gl' option in build-section, to make sure that the debuginfo is generated by the compiler
-- Removed explicit creation of {buildroot}{_mandir}/man1 and {buildroot}{_datadir}/applications
-- Lazarus executable is renamed to lazarus-ide (changed upstream)
-
-* Thu Jan 4 2007 Joost van der Sluis <joost at cnoc.nl> 0.9.20-2
-- Added fpc-src as build-dependency to fix problem with fpcmake
-
-* Tue Jan 2 2007 Joost van der Sluis <joost at cnoc.nl> 0.9.20-1
-- Version 0.9.20
-
-* Wed Oct 4 2006 Joost van der Sluis <joost at cnoc.nl> 0.9.18-2
-- Use the makefile for installing
-
-* Wed Sep 20 2006 Joost van der Sluis <joost at cnoc.nl> 0.9.18-1
-- Updated to version 0.9.18.
-- Removed obsolete copying of documentation
-- Removed double requirements
-- Removed part to remove debuginfo package 
-
-* Thu Jun 1 2006 Joost van der Sluis <joost at cnoc.nl> 0.9.16-1
-- Updated to version 0.9.16.
-
-* Thu May 25 2006 Joost van der Sluis <joost at cnoc.nl> 0.9.14-5
-- Added /usr/bin/startlazarus for packaging
-- Removed strip in build-section
-- added gtk2-devel buildrequirement
-
-* Tue May 23 2006 Joost van der Sluis <joost at cnoc.nl> 0.9.14-4
-- Only build the basic IDE, to remove dependencies on things which are buggy in fpc 2.0.2
-
-* Tue May 4 2006 Joost van der Sluis <joost at cnoc.nl> 0.9.14-3
-- Added the ability to create gtk2-applications
-
-* Tue May 4 2006 Joost van der Sluis <joost at cnoc.nl> 0.9.14-2
-- Updated to version 0.9.14-1.
-- Changed the Source0 download url from prdownloads to
-  downloads.sourceforge.net
-
-* Tue Apr 10 2006 Joost van der Sluis <joost at cnoc.nl> 0.9.14-1
-- Updated to version 0.9.14.
-
-* Tue Mar 28 2006 Joost van der Sluis <joost at cnoc.nl> 0.9.12-1
-- Initial build.
-
diff --git a/sources b/sources
deleted file mode 100644
index 0bed3af..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-ef5085859be265a189db4aa20c648c2d  lazarus-1.0.8-0.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/lazarus.git/commit/?h=epel7&id=fb6d0b08d902ee26054f5a7207fc20ede6e8572b


More information about the scm-commits mailing list