diff --git a/cdemu-client-2.1.1.tar.bz2 b/cdemu-client-2.1.1.tar.bz2 deleted file mode 100644 index 88f032c..0000000 --- a/cdemu-client-2.1.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:204e626994f61d36423f3b732e180e3b3b20624effdfe91aabffd439c76d3964 -size 28474 diff --git a/cdemu-client-3.0.0.tar.bz2 b/cdemu-client-3.0.0.tar.bz2 new file mode 100644 index 0000000..aa5b2ba --- /dev/null +++ b/cdemu-client-3.0.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:359310a57422d5c59c8f93be0da827a2437edb1e62f455f5614089c28e34ae88 +size 40300 diff --git a/cdemu-client.changes b/cdemu-client.changes index a4c0269..69f0b69 100644 --- a/cdemu-client.changes +++ b/cdemu-client.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jul 13 08:48:46 UTC 2014 - sor.alexei@meowr.ru + +- Update to 3.0.0 + ------------------------------------------------------------------- Sun Nov 24 11:31:22 UTC 2013 - jengelh@inai.de diff --git a/cdemu-client.spec b/cdemu-client.spec index 224f6e0..d15f10e 100644 --- a/cdemu-client.spec +++ b/cdemu-client.spec @@ -1,7 +1,7 @@ # # spec file for package cdemu-client # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,28 +17,21 @@ Name: cdemu-client -Version: 2.1.1 +Version: 3.0.0 Release: 0 Summary: Command-line client to control cdemu-daemon License: GPL-2.0+ Group: System/Filesystems -Url: http://cdemu.sf.net/ +Url: http://cdemu.sourceforge.net/about/client/ +Source: %{name}-%{version}.tar.bz2 -#Freecode-URL: https://freecode.com/projects/cdemu-for-linux -#Git-Clone: git://git.code.sf.net/p/cdemu/code -Source: http://downloads.sf.net/cdemu/%name-%version.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: cmake >= 2.8.5 -%if 0%{?suse_version} BuildRequires: gettext-tools >= 0.15 -%else -BuildRequires: gettext >= 0.15 -%endif BuildRequires: intltool >= 0.21 BuildRequires: python >= 2.6 -BuildArch: noarch Requires: dbus-1-python Requires: python >= 2.6 +BuildArch: noarch %description cdemu-client is a command-line client for controlling cdemu-daemon. @@ -47,27 +40,31 @@ It provides a way to perform the key tasks related to controlling the CDEmu daemon, such as loading and unloading devices, displaying devices' status and retrieving/setting their debug masks. +%lang_package + %prep %setup -q -mv po/no.po po/nb_NO.po; %build -cmake . -DCMAKE_INSTALL_PREFIX:PATH="%_prefix" \ - -DCMAKE_INSTALL_LIBDIR:PATH="%_libdir"; -make %{?_smp_mflags}; +cmake . \ + -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \ + -DCMAKE_INSTALL_LIBDIR:PATH=%{_libdir} +make %{?_smp_mflags} %install -b="%buildroot"; -make install DESTDIR="$b"; +%make_install %find_lang cdemu -%files -f cdemu.lang +%files %defattr(-,root,root) -%doc README -%dir %_sysconfdir/bash_completion.d -%config %_sysconfdir/bash_completion.d/cdemu-client -%_bindir/cdemu -%_datadir/applications/cdemu-client.desktop -%_mandir/man1/cdemu.1* +%doc AUTHORS COPYING NEWS README +%dir %{_sysconfdir}/bash_completion.d/ +%config %{_sysconfdir}/bash_completion.d/cdemu-bash-completion.sh +%{_bindir}/cdemu +%{_datadir}/applications/%{name}.desktop +%{_datadir}/pixmaps/%{name}.svg +%{_mandir}/man1/cdemu.1* + +%files lang -f cdemu.lang %changelog