mirror of
https://abf.rosa.ru/djam/lazarus.git
synced 2025-02-23 23:22:46 +00:00
LOG Updated to 1.0.12
This commit is contained in:
parent
9fe43d6102
commit
280985d23c
2 changed files with 15 additions and 5 deletions
3
.abf.yml
3
.abf.yml
|
@ -1,2 +1,3 @@
|
|||
sources:
|
||||
"lazarus-1.0.1-38517-20120905-src.tar.bz2": 988fb9853fa8023ee024b577079d786ffb31cde7
|
||||
lazarus-1.0.1-38517-20120905-src.tar.bz2: 988fb9853fa8023ee024b577079d786ffb31cde7
|
||||
lazarus-1.0.12-0.tar.gz: bea67fc0c8a6ba5636a016418a72aa07eba34b03
|
||||
|
|
17
lazarus.spec
17
lazarus.spec
|
@ -1,16 +1,25 @@
|
|||
%define ver 1.0.1
|
||||
%define snapshot 38517
|
||||
%define reldate 20120905
|
||||
%define ver 1.0.12
|
||||
#%define snapshot 38517
|
||||
#%define reldate 20120905
|
||||
%define reldate 0
|
||||
|
||||
Name: lazarus
|
||||
%if %{reldate}
|
||||
Version: %{ver}.%{reldate}
|
||||
Release: 7
|
||||
%else
|
||||
Version: %{ver}
|
||||
%endif
|
||||
Release: 1
|
||||
Summary: Lazarus Component Library and IDE for Freepascal
|
||||
Group: Development/Other
|
||||
# GNU Classpath style exception, see COPYING.modifiedLGPL
|
||||
License: GPLv2+ and MPLv1.1 and LGPLv2+ with exceptions
|
||||
URL: http://www.lazarus.freepascal.org/
|
||||
%if %{reldate}
|
||||
Source0: http://www.hu.freepascal.org/%{name}/%{name}-%{ver}-%{snapshot}-%{reldate}-src.tar.bz2
|
||||
%else
|
||||
Source0: http://www.hu.freepascal.org/%{name}/%{name}-%{ver}-0.tar.gz
|
||||
%endif
|
||||
Source1: %{name}.rpmlintrc
|
||||
Patch1: Desktop_patch.diff
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue