]> git.pld-linux.org Git - packages/chronojump.git/commitdiff
- updated to 1.5.6 auto/th/chronojump-1.5.6-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 26 Dec 2015 13:22:05 +0000 (14:22 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 26 Dec 2015 13:22:05 +0000 (14:22 +0100)
- don't hide python behind /usr/bin/env

chronojump.spec

index 7f71c6b8ed36cf52da269f8f53cf0c4f343a3797..60a98c7609ccaa27d0dabd84f0e88b40d88930f0 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       ChronoJump - system for measurement, management and statistics of the jump events
 Summary(pl.UTF-8):     ChronoJump - system do pomiarów, zarządzania i statystyk skoków
 Name:          chronojump
-Version:       1.5.5
+Version:       1.5.6
 Release:       1
 License:       GPL v2+
 Group:         X11/Applications/Games
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/chronojump/1.5/%{name}-%{version}.tar.xz
-# Source0-md5: 578a3442b5c08d8ee61af2f027bd2746
+# Source0-md5: 9c8684a5402dbd12ba6e0fa3666f2760
 URL:           http://chronojump.org/
 BuildRequires: dotnet-gtk-sharp2-devel >= 2.0
 BuildRequires: gettext-tools
@@ -18,6 +18,7 @@ BuildRequires:        intltool >= 0.40.0
 BuildRequires: mono-devel >= 2.8
 BuildRequires: pkgconfig
 BuildRequires: python >= 2
+BuildRequires: sed >= 4.0
 Requires(post,postun): gtk-update-icon-cache
 Requires:      hicolor-icon-theme
 Requires:      mono >= 2.8
@@ -36,6 +37,8 @@ nauczycieli oraz uczniów.
 %prep
 %setup -q
 
+%{__sed} -i -e '1s,/usr/bin/env python,%{__python},' chronopic-firmware/chronopic-firmwarecord/chronopic-firmwarecord.in
+
 %build
 %configure \
        --disable-static
This page took 0.146151 seconds and 4 git commands to generate.