-
Notifications
You must be signed in to change notification settings - Fork 467
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Changed version number from 2.3 to 2.5 as preparation for the new c…
…oming release git-svn-id: https://codelite.svn.sourceforge.net/svnroot/codelite/trunk@4005 9da81c78-c036-0410-9e1f-a2b0375e4b5a
- Loading branch information
eranif
committed
Mar 29, 2010
1 parent
f1735be
commit ce189a2
Showing
5 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Name: codelite | ||
Version: 2.3.0 | ||
Version: 2.5.0 | ||
Release: 1%{?dist} | ||
License: GPLv2+ | ||
Group: Development/Tools | ||
|
@@ -11,7 +11,7 @@ Requires: wxGTK xterm | |
BuildRequires: wxGTK-devel | ||
|
||
%description | ||
CodeLite uses a sophisticated, yet intuitive interface which allows | ||
CodeLite uses a sophisticated, yet intuitive interface which allows | ||
users to easily create, build and debug complex projects. | ||
|
||
%prep | ||
|
@@ -20,7 +20,7 @@ users to easily create, build and debug complex projects. | |
%build | ||
./configure --prefix=%{_prefix} --plugins-dir=%{_libdir}/%{name} \ | ||
--disable-debian --disable-desktop_icon --disable-make_symlink | ||
%{__make} | ||
%{__make} | ||
|
||
%install | ||
%{__rm} -rf $RPM_BUILD_ROOT | ||
|
@@ -34,7 +34,7 @@ desktop-file-install --delete-original \ | |
|
||
%files | ||
%defattr(-,root,root) | ||
%doc AUTHORS LICENSE COPYING | ||
%doc AUTHORS LICENSE COPYING | ||
%{_bindir}/codelite | ||
%{_bindir}/codelite_indexer | ||
%{_bindir}/codelite_fix_files | ||
|
@@ -55,5 +55,5 @@ desktop-file-install --delete-original \ | |
* Wed Jan 27 2010 Jess Portnoy <[email protected]> | ||
- Reomved obsolete switch (--copy-generic-name-to-name) | ||
updated version number to 2.2.0 | ||
updated version number to 2.3.0 | ||
updated version number to 2.5.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters