mirror of
https://abf.rosa.ru/djam/lazarus.git
synced 2025-02-24 07:32:48 +00:00
commit
d15dd12fe4
2 changed files with 9 additions and 9 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
lazarus-1.4.4-0.tar.gz: 3027d30ecda3c421434cd12ce0bd17afaa36e4aa
|
lazarus-1.6.0-0.tar.gz: 8f24c4119766882217247a2fa716c145796380f8
|
||||||
|
|
16
lazarus.spec
16
lazarus.spec
|
@ -1,27 +1,28 @@
|
||||||
Summary: Lazarus Component Library and IDE for Freepascal
|
Summary: Lazarus Component Library and IDE for Freepascal
|
||||||
Name: lazarus
|
Name: lazarus
|
||||||
Version: 1.4.4
|
Version: 1.6.0
|
||||||
Release: 1
|
Release: 1
|
||||||
# GNU Classpath style exception, see COPYING.modifiedLGPL
|
# GNU Classpath style exception, see COPYING.modifiedLGPL
|
||||||
License: GPLv2+ and MPLv1.1 and LGPLv2+ with exceptions
|
License: GPLv2+ and MPLv1.1 and LGPLv2+ with exceptions
|
||||||
Group: Development/Pascal
|
Group: Development/Pascal
|
||||||
Url: http://www.lazarus.freepascal.org/
|
Url: http://www.lazarus-ide.org/
|
||||||
Source0: http://sourceforge.net/projects/%{name}/files/Lazarus%20Zip%20_%20GZip/Lazarus%20%{version}/%{name}-%{version}-0.tar.gz
|
# Source0: http://sourceforge.net/projects/%{name}/files/Lazarus%20Zip%20_%20GZip/Lazarus%20%{version}/%{name}-%{version}-0.tar.gz
|
||||||
|
Source0: %{name}-%{version}-0.tar.gz
|
||||||
Source1: lazarus-miscellaneousoptions
|
Source1: lazarus-miscellaneousoptions
|
||||||
Source10: lazarus.rpmlintrc
|
Source10: lazarus.rpmlintrc
|
||||||
Patch0: lazarus-1.4.4-makefile.patch
|
Patch0: lazarus-1.4.4-makefile.patch
|
||||||
Patch1: lazarus-1.4.4-desktop.patch
|
Patch1: lazarus-1.4.4-desktop.patch
|
||||||
Patch3: add_gdb_settings.patch
|
Patch3: add_gdb_settings.patch
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: fpc >= 2.6.0
|
BuildRequires: fpc >= 2.6.4
|
||||||
BuildRequires: fpc-src >= 2.6.0
|
BuildRequires: fpc-src >= 2.6.4
|
||||||
BuildRequires: gdb
|
BuildRequires: gdb
|
||||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
||||||
BuildRequires: pkgconfig(glib-2.0)
|
BuildRequires: pkgconfig(glib-2.0)
|
||||||
BuildRequires: pkgconfig(gtk+-2.0)
|
BuildRequires: pkgconfig(gtk+-2.0)
|
||||||
Requires: binutils
|
Requires: binutils
|
||||||
Requires: fpc >= 2.6.0
|
Requires: fpc >= 2.6.4
|
||||||
Requires: fpc-src >= 2.6.0
|
Requires: fpc-src >= 2.6.4
|
||||||
Requires: gdb
|
Requires: gdb
|
||||||
Requires: pkgconfig(gdk-pixbuf-2.0)
|
Requires: pkgconfig(gdk-pixbuf-2.0)
|
||||||
Requires: pkgconfig(glib-2.0)
|
Requires: pkgconfig(glib-2.0)
|
||||||
|
@ -125,4 +126,3 @@ rm -rf install
|
||||||
popd
|
popd
|
||||||
|
|
||||||
install -m 755 %{SOURCE1} %{buildroot}%{_bindir}/
|
install -m 755 %{SOURCE1} %{buildroot}%{_bindir}/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue