mirror of
https://abf.rosa.ru/djam/codelite.git
synced 2025-02-23 14:42:55 +00:00
Automatic import for version 2.8.0.4537
This commit is contained in:
commit
3a17aea1ec
2 changed files with 74 additions and 0 deletions
2
.abf.yml
Normal file
2
.abf.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
sources:
|
||||
"codelite-2.8.0.4537.tar.gz": caea75b667d228ee624f24af2bdfb3945ff3b147
|
72
codelite.spec
Normal file
72
codelite.spec
Normal file
|
@ -0,0 +1,72 @@
|
|||
%define name codelite
|
||||
%define version 2.8.0.4537
|
||||
%define release %mkrel 1
|
||||
|
||||
Name: %{name}
|
||||
Version: %{version}
|
||||
Release: %{release}
|
||||
Summary: A powerful open-source, cross platform code editor for C/C++
|
||||
License: GPLv2+
|
||||
Group: Development/Other
|
||||
URL: http://codelite.sourceforge.net
|
||||
Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
||||
Requires: wxgtk2.8 xterm
|
||||
BuildRequires: wxgtku2.8-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
%description
|
||||
CodeLite uses a sophisticated, yet intuitive interface which allows
|
||||
users to easily create, build and debug complex projects.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
./configure --prefix=%{_prefix} \
|
||||
--libdir=%{_libdir} \
|
||||
--plugins-dir=%{_libdir}/%{name} \
|
||||
--disable-debian \
|
||||
--disable-desktop_icon \
|
||||
--disable-make_symlink
|
||||
%{__make}
|
||||
|
||||
%install
|
||||
%{__rm} -rf %{buildroot}
|
||||
%{__make} DESTDIR=%{buildroot} install
|
||||
desktop-file-install --delete-original \
|
||||
--copy-generic-name-to-name \
|
||||
--dir %{buildroot}/%{_datadir}/applications \
|
||||
%{buildroot}/%{_datadir}/applications/codelite.desktop
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS LICENSE COPYING
|
||||
%{_bindir}/codelite
|
||||
%{_bindir}/codelite_indexer
|
||||
%{_bindir}/codelite_cppcheck
|
||||
%{_bindir}/codelite_fix_files
|
||||
%{_bindir}/codelite_exec
|
||||
%{_bindir}/codelite_kill_children
|
||||
%{_bindir}/codelite_xterm
|
||||
%{_datadir}/codelite
|
||||
%{_datadir}/applications/codelite.desktop
|
||||
%{_libdir}/%{name}
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Dec 05 2010 Yuri Myasoedov <omerta13@mandriva.org> 2.8.0.4537-1mdv2011.0
|
||||
+ Revision: 610614
|
||||
- New version 2.8.0.4537
|
||||
|
||||
* Sun Sep 05 2010 Yuri Myasoedov <omerta13@mandriva.org> 2.7.0.4375-1mdv2011.0
|
||||
+ Revision: 576060
|
||||
- New version 2.7.0.4368
|
||||
|
||||
* Wed Aug 11 2010 Yuri Myasoedov <omerta13@mandriva.org> 2.6.0.4189-1mdv2011.0
|
||||
+ Revision: 569106
|
||||
- initial
|
||||
|
||||
|
Loading…
Add table
Reference in a new issue