Changes of Revision 4
[-] | Added | cdemu-client.changes |
x 1
2 +------------------------------------------------------------------- 3 +Mon Jun 10 12:10:55 UTC 2013 - jengelh@inai.de 4 + 5 +- Update to new upstream release 2.1.0 6 +* Added support for device addition/removal 7 + 8 +------------------------------------------------------------------- 9 +Sat Dec 22 08:23:15 UTC 2012 - jengelh@inai.de 10 + 11 +- Update to new upstream release 2.0.0 (up from 1.5.0) 12 +* Support for ISZ, CSO, DMG, GBI, ECM, gzip and xz formats 13 +* Partial support for 1-track MDX 14 +- Remove cdemu-lang.diff, no longer applies 15 + 16 +------------------------------------------------------------------- 17 +Wed Dec 19 13:35:50 UTC 2012 - jengelh@inai.de 18 + 19 +- Add Freecode URL 20 + 21 +------------------------------------------------------------------- 22 +Wed May 9 04:35:46 UTC 2012 - jengelh@inai.de 23 + 24 +- Initial package for build.opensuse.org 25 |
||
[-] | Added | cdemu-client.spec ^ |
75 1
2 +# 3 +# spec file for package cdemu-client 4 +# 5 +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. 6 +# 7 +# All modifications and additions to the file contributed by third parties 8 +# remain the property of their copyright owners, unless otherwise agreed 9 +# upon. The license for this file, and modifications and additions to the 10 +# file, is the same license as for the pristine package itself (unless the 11 +# license for the pristine package is not an Open Source License, in which 12 +# case the license is the MIT License). An "Open Source License" is a 13 +# license that conforms to the Open Source Definition (Version 1.9) 14 +# published by the Open Source Initiative. 15 + 16 +# Please submit bugfixes or comments via http://bugs.opensuse.org/ 17 +# 18 + 19 + 20 +Name: cdemu-client 21 +Version: 2.1.0 22 +Release: 0 23 +Summary: Command-line client to control cdemu-daemon 24 +License: GPL-2.0+ 25 +Group: System/Filesystems 26 +Url: http://cdemu.sf.net/ 27 + 28 +#Freecode-URL: https://freecode.com/projects/cdemu-for-linux 29 +#Git-Clone: git://git.code.sf.net/p/cdemu/code 30 +Source: http://downloads.sf.net/cdemu/%name-%version.tar.bz2 31 +BuildRoot: %{_tmppath}/%{name}-%{version}-build 32 +BuildRequires: cmake >= 2.8.5 33 +%if 0%{?suse_version} 34 +BuildRequires: gettext-tools >= 0.15 35 +%else 36 +BuildRequires: gettext >= 0.15 37 +%endif 38 +BuildRequires: intltool >= 0.21 39 +BuildRequires: python >= 2.6 40 +BuildArch: noarch 41 +Requires: dbus-1-python 42 +Requires: python >= 2.6 43 + 44 +%description 45 +cdemu-client is a command-line client for controlling cdemu-daemon. 46 + 47 +It provides a way to perform the key tasks related to controlling the 48 +CDEmu daemon, such as loading and unloading devices, displaying 49 +devices' status and retrieving/setting their debug masks. 50 + 51 +%prep 52 +%setup -q 53 +mv po/no.po po/nb_NO.po; 54 + 55 +%build 56 +cmake . -DCMAKE_INSTALL_PREFIX:PATH="%_prefix" \ 57 + -DCMAKE_INSTALL_LIBDIR:PATH="%_libdir"; 58 +make %{?_smp_mflags}; 59 + 60 +%install 61 +b="%buildroot"; 62 +make install DESTDIR="$b"; 63 +%find_lang cdemu 64 + 65 +%files -f cdemu.lang 66 +%defattr(-,root,root) 67 +%doc README 68 +%dir %_sysconfdir/bash_completion.d 69 +%config %_sysconfdir/bash_completion.d/cdemu-client 70 +%_bindir/cdemu 71 +%_datadir/applications/cdemu-client.desktop 72 +%_mandir/man1/cdemu.1* 73 + 74 +%changelog 75 |
||
Added | cdemu-client-2.1.0.tar.bz2 ^ |