From 3a17aea1ec417f19c6c1abe4e09be6939c19311f Mon Sep 17 00:00:00 2001 From: Rosa Date: Wed, 1 Feb 2012 19:44:30 +0400 Subject: [PATCH] Automatic import for version 2.8.0.4537 --- .abf.yml | 2 ++ codelite.spec | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 74 insertions(+) create mode 100644 .abf.yml create mode 100644 codelite.spec diff --git a/.abf.yml b/.abf.yml new file mode 100644 index 0000000..829c9b2 --- /dev/null +++ b/.abf.yml @@ -0,0 +1,2 @@ +sources: + "codelite-2.8.0.4537.tar.gz": caea75b667d228ee624f24af2bdfb3945ff3b147 diff --git a/codelite.spec b/codelite.spec new file mode 100644 index 0000000..b08926c --- /dev/null +++ b/codelite.spec @@ -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 2.8.0.4537-1mdv2011.0 ++ Revision: 610614 +- New version 2.8.0.4537 + +* Sun Sep 05 2010 Yuri Myasoedov 2.7.0.4375-1mdv2011.0 ++ Revision: 576060 +- New version 2.7.0.4368 + +* Wed Aug 11 2010 Yuri Myasoedov 2.6.0.4189-1mdv2011.0 ++ Revision: 569106 +- initial + +