New upstream release
This commit is contained in:
parent
07bb291736
commit
3e7b67eefe
@ -1 +1 @@
|
|||||||
highlight-2.15.tar.bz2
|
highlight-2.16.tar.bz2
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
diff -up highlight-2.15/highlight.desktop.startup highlight-2.15/highlight.desktop
|
|
||||||
--- highlight-2.15/highlight.desktop.startup 2010-03-14 20:51:58.521260462 +0100
|
|
||||||
+++ highlight-2.15/highlight.desktop 2010-03-14 20:53:00.945538718 +0100
|
|
||||||
@@ -6,4 +6,5 @@ Comment=Converts source code to formatte
|
|
||||||
Exec=highlight-gui
|
|
||||||
TryExec=highlight-gui
|
|
||||||
Icon=highlight
|
|
||||||
-Categories=Utility;TextTools;
|
|
||||||
\ Kein Zeilenumbruch am Dateiende.
|
|
||||||
+Categories=Utility;TextTools;
|
|
||||||
+StartupNotify=true
|
|
||||||
\ Kein Zeilenumbruch am Dateiende.
|
|
@ -1,7 +1,7 @@
|
|||||||
Name: highlight
|
Name: highlight
|
||||||
Summary: Universal source code to formatted text converter
|
Summary: Universal source code to formatted text converter
|
||||||
Version: 2.15
|
Version: 2.16
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
@ -9,9 +9,6 @@ License: GPLv3
|
|||||||
URL: http://www.andre-simon.de/
|
URL: http://www.andre-simon.de/
|
||||||
Source0: http://www.andre-simon.de/zip/%{name}-%{version}.tar.bz2
|
Source0: http://www.andre-simon.de/zip/%{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
# Patch sent to upstream via email
|
|
||||||
Patch1: highlight-2.15-startupnot.patch
|
|
||||||
|
|
||||||
BuildRequires: qt-devel >= 4.4
|
BuildRequires: qt-devel >= 4.4
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
|
|
||||||
@ -34,7 +31,6 @@ A Qt-based GUI for the highlight source code formatter source.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1 -b .setup
|
|
||||||
|
|
||||||
# Provides: exclude perl(highlight_pipe) from example
|
# Provides: exclude perl(highlight_pipe) from example
|
||||||
cat <<__EOF__ > %{name}-perl.prov
|
cat <<__EOF__ > %{name}-perl.prov
|
||||||
@ -100,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/pixmaps/highlight.xpm
|
%{_datadir}/pixmaps/highlight.xpm
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 5 2010 Jochen Schmitt <s4504kr@omega> 2.16-1
|
||||||
|
- New upstream release
|
||||||
|
|
||||||
* Sun Mar 14 2010 Jochen Schmitt <Jochen herr-schmitt de> 2.15-2
|
* Sun Mar 14 2010 Jochen Schmitt <Jochen herr-schmitt de> 2.15-2
|
||||||
- Add StartupNotify=true into desktop file
|
- Add StartupNotify=true into desktop file
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user