From 0a029343c17eca3d12b0ed6748edd52bf1a30f24 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 03:34:04 +0100 Subject: [PATCH] package created using the webbuild interface [release 1.4.4-1mamba;Sun Oct 25 2015] --- README.md | 2 ++ lazarus.spec | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+) create mode 100644 lazarus.spec diff --git a/README.md b/README.md index a4fba3c..53700a7 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # lazarus +Lazarus is a Delphi compatible cross-platform IDE for Rapid Application Development. It has variety of components ready for use and a graphical form designer to easily create complex graphical user interfaces. + diff --git a/lazarus.spec b/lazarus.spec new file mode 100644 index 0000000..bc0121b --- /dev/null +++ b/lazarus.spec @@ -0,0 +1,71 @@ +Name: lazarus +Version: 1.4.4 +Release: 1mamba +Summary: A Delphi compatible cross-platform IDE for Rapid Application Development +Group: Graphical Desktop/Applications/Development +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.lazarus-ide.org/ +Source: http://downloads.sourceforge.net/project/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%20%{version}/lazarus-%{version}-0.tar.gz +License: GPL, LGPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libX11-devel +BuildRequires: libatk-devel +BuildRequires: libcairo-devel +BuildRequires: libgdk-pixbuf-devel +BuildRequires: libglib-devel +BuildRequires: libgtk2-devel +BuildRequires: libpango-devel +BuildRequires: libperl +BuildRequires: perl-devel +## AUTOBUILDREQ-END +BuildRequires: fpc +Requires: fpc +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Lazarus is a Delphi compatible cross-platform IDE for Rapid Application Development. It has variety of components ready for use and a graphical form designer to easily create complex graphical user interfaces. + +%prep +%setup -q -n %{name} + +%build +make clean bigide + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall INSTALL_PREFIX=%{buildroot}%{_prefix} + +%find_lang %{name} || touch %{name}.lang + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files -f %{name}.lang +%defattr(-,root,root) +%{_bindir}/lazarus-ide +%{_bindir}/lazbuild +%{_bindir}/lazres +%{_bindir}/lrstolfm +%{_bindir}/startlazarus +%{_bindir}/updatepofiles +%{_datadir}/applications/lazarus.desktop +%{_datadir}/icons/hicolor/48x48/mimetypes/*.png +%dir %{_datadir}/lazarus +%{_datadir}/lazarus/* +%{_mandir}/man1/lazarus-ide.1* +%{_mandir}/man1/lazbuild.1* +%{_mandir}/man1/lazres.1* +%{_mandir}/man1/lrstolfm.1* +%{_mandir}/man1/startlazarus.1* +%{_mandir}/man1/svn2revisioninc.1* +%{_mandir}/man1/updatepofiles.1* +%{_datadir}/mime/packages/lazarus.xml +%{_datadir}/pixmaps/lazarus.png +%doc COPYING.GPL.txt COPYING.LGPL.txt COPYING.modifiedLGPL.txt COPYING.txt + +%changelog +* Sun Oct 25 2015 Silvan Calarco 1.4.4-1mamba +- package created using the webbuild interface