Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 02f8bd106a028a9284f605a2fd7ed85d > files > 3

codelite-3.5.5375-5.mga3.src.rpm

Name:		codelite
Version:	3.5.5375
Release:	%mkrel 5
Summary:	A powerful open-source, cross platform code editor for C/C++
License:	GPLv2+
Group:		Development/Other
Url:		http://codelite.sourceforge.net
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}-gtk.src.tar.gz
Patch0:		codelite-3.5.5375-link.patch
BuildRequires:	wxgtku2.8-devel
BuildRequires:	desktop-file-utils
Requires:	wxgtk2.8
Requires:	xterm

%description
CodeLite uses a sophisticated, yet intuitive interface which allows 
users to easily create, build and debug complex projects.

%prep
%setup -q
%patch0 -p0

%build
%configure2_5x --plugins-dir=%{_libdir}/%{name} \
		--disable-debian \
		--disable-desktop_icon \
		--disable-make_symlink
make

%install
%makeinstall_std

desktop-file-install --delete-original \
  --copy-generic-name-to-name \
  --add-category="IDE" \
  --dir %{buildroot}/%{_datadir}/applications \
  %{buildroot}/%{_datadir}/applications/codelite.desktop

%files
%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

* Fri Jan 11 2013 umeabot <umeabot> 3.5.5375-5.mga3
+ Revision: 347980
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Sat Mar 03 2012 dams <dams> 3.5.5375-4.mga2
+ Revision: 217427
- add category='IDE' in desktop file

* Sat Mar 03 2012 dams <dams> 3.5.5375-3.mga2
+ Revision: 217389
- new version 3.5.5375
- rediff patch
- clean spec file

* Wed Sep 14 2011 fwang <fwang> 2.10.0.4778-3.mga2
+ Revision: 143353
- disable parallel build
- rebuild for new libpng
- fix linkage
- fix build
- new version 2.10.0.4778

  + ahmad <ahmad>
    - Rebuild against wxgtk2.8 with enabled catch_segvs
    - Add BR desktop-file-utils

* Thu Mar 31 2011 ennael <ennael> 2.8.0.4537-2.mga1
+ Revision: 79205
- fix group name (#512)

* Tue Mar 15 2011 jquelin <jquelin> 2.8.0.4537-1.mga1
+ Revision: 71632
- using %%mkrel

  + yuri_myasoedov <yuri_myasoedov>
    - Removed prefix and libdir from %%configure, %%mkrel is set to 1
    - spec improved according to Mageia RPM packaging policy
    - imported package codelite