Codebase list kanyremote / fb4ae58
Imported Upstream version 5.6.1 Philipp Huebner 9 years ago
8 changed file(s) with 33 addition(s) and 18 deletion(s). Raw diff Collapse all Expand all
0 * Wed Jan 21 2009 Mikhail Fedotov <anyremote at mail.ru> - 5.6.1-1
1 - Minor bugfix
2
03 * Mon Jan 19 2009 Mikhail Fedotov <anyremote at mail.ru> - 5.6-1
14 - Check java client version on the web site
25
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.63 for kanyremote 5.6.
2 # Generated by GNU Autoconf 2.63 for kanyremote 5.6.1.
33 #
44 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
55 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
593593 # Identity of this package.
594594 PACKAGE_NAME='kanyremote'
595595 PACKAGE_TARNAME='kanyremote'
596 PACKAGE_VERSION='5.6'
597 PACKAGE_STRING='kanyremote 5.6'
596 PACKAGE_VERSION='5.6.1'
597 PACKAGE_STRING='kanyremote 5.6.1'
598598 PACKAGE_BUGREPORT=''
599599
600600 gt_needs=
12711271 # Omit some internal or obsolete options to make the list less imposing.
12721272 # This message is too long to be a string in the A/UX 3.1 sh.
12731273 cat <<_ACEOF
1274 \`configure' configures kanyremote 5.6 to adapt to many kinds of systems.
1274 \`configure' configures kanyremote 5.6.1 to adapt to many kinds of systems.
12751275
12761276 Usage: $0 [OPTION]... [VAR=VALUE]...
12771277
13411341
13421342 if test -n "$ac_init_help"; then
13431343 case $ac_init_help in
1344 short | recursive ) echo "Configuration of kanyremote 5.6:";;
1344 short | recursive ) echo "Configuration of kanyremote 5.6.1:";;
13451345 esac
13461346 cat <<\_ACEOF
13471347
14371437 test -n "$ac_init_help" && exit $ac_status
14381438 if $ac_init_version; then
14391439 cat <<\_ACEOF
1440 kanyremote configure 5.6
1440 kanyremote configure 5.6.1
14411441 generated by GNU Autoconf 2.63
14421442
14431443 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
14511451 This file contains any messages produced by compilers while
14521452 running configure, to aid debugging if configure makes a mistake.
14531453
1454 It was created by kanyremote $as_me 5.6, which was
1454 It was created by kanyremote $as_me 5.6.1, which was
14551455 generated by GNU Autoconf 2.63. Invocation command line was
14561456
14571457 $ $0 $@
21682168
21692169 # Define the identity of the package.
21702170 PACKAGE=kanyremote
2171 VERSION=5.6
2171 VERSION=5.6.1
21722172
21732173
21742174 cat >>confdefs.h <<_ACEOF
61356135 # report actual input values of CONFIG_FILES etc. instead of their
61366136 # values after options handling.
61376137 ac_log="
6138 This file was extended by kanyremote $as_me 5.6, which was
6138 This file was extended by kanyremote $as_me 5.6.1, which was
61396139 generated by GNU Autoconf 2.63. Invocation command line was
61406140
61416141 CONFIG_FILES = $CONFIG_FILES
61896189 _ACEOF
61906190 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
61916191 ac_cs_version="\\
6192 kanyremote config.status 5.6
6192 kanyremote config.status 5.6.1
61936193 configured by $0, generated by GNU Autoconf 2.63,
61946194 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
61956195
22
33 AC_PREREQ(2.59)
44
5 AC_INIT(kanyremote,5.6)
5 AC_INIT(kanyremote,5.6.1)
66 AM_INIT_AUTOMAKE(kanyremote, AC_PACKAGE_VERSION)
77 AM_GNU_GETTEXT([external])
88
00 #!/usr/bin/env python
11
22 """
3 v 5.6
3 v 5.6.1
44
55 kAnyRemote
66 KDE GUI for anyRemote - a bluetooth remote for your PC.
33573357
33583358 global bt_devices
33593359
3360 # device browser related part
3360 # anyRemote related part
3361 cfg = os.environ.get("HOME")+os.sep+'.anyRemote'
3362 if os.path.exists(cfg):
3363 pass
3364 else:
3365 os.mkdir(cfg)
3366
33613367 f=open(cfg + os.sep + 'anyremote-peers.conf', 'w')
33623368 if f:
33633369 for k, v in bt_devices.iteritems():
00 Summary: KDE frontend for anyRemote
11 Name: kanyremote
2 Version: 5.6
3 Release: 3%{?dist}
2 Version: 5.6.1
3 Release: 1%{?dist}
44 License: GPLv2+
55 Group: Applications/System
66 Source0: http://downloads.sourceforge.net/anyremote/%{name}-%{version}.tar.gz
3636 rm -rf $RPM_BUILD_ROOT
3737
3838 %changelog
39
40 * Wed Jan 21 2009 Mikhail Fedotov <anyremote at mail.ru> - 5.6.1-1
41 - Minor bugfix
3942
4043 * Mon Jan 19 2009 Mikhail Fedotov <anyremote at mail.ru> - 5.6-1
4144 - Check java client version on the web site
00 %define name kanyremote
1 %define version 5.6
1 %define version 5.6.1
22 %define release %mkrel 1
33
44 Summary: KDE frontend for anyRemote
00 %define name kanyremote
1 %define version 5.6
1 %define version 5.6.1
22
33 Summary: KDE frontend for anyRemote
44 Name: %{name}
3434 && rm -rf $RPM_BUILD_ROOT
3535
3636 %changelog
37
38 * Wed Jan 21 2009 Mikhail Fedotov <anyremote at mail.ru> - 5.6.1-1
39 - Minor bugfix
3740
3841 * Mon Jan 19 2009 Mikhail Fedotov <anyremote at mail.ru> - 5.6-1
3942 - Check java client version on the web site
2626 Comment[pt]=Controle Remoto Bluetooth para o KDE
2727 Comment[ru]=Пульт управления по bluetooth для KDE
2828 Comment[xx]=xxBluetooth remote controlxx
29 X-Desktop-File-Install-Version=5.6
29 X-Desktop-File-Install-Version=5.6.1