package created using the webbuild interface [release 1.4.4-1mamba;Sun Oct 25 2015]
This commit is contained in:
parent
c75f2d39c9
commit
0a029343c1
@ -1,2 +1,4 @@
|
|||||||
# lazarus
|
# 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.
|
||||||
|
|
||||||
|
71
lazarus.spec
Normal file
71
lazarus.spec
Normal file
@ -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 <silvan.calarco@mambasoft.it>
|
||||||
|
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 <silvan.calarco@mambasoft.it> 1.4.4-1mamba
|
||||||
|
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user