1
0
forked from pool/cdemu-client

Accepting request 116804 from home:jengelh:dev

cdemu suite

OBS-URL: https://build.opensuse.org/request/show/116804
OBS-URL: https://build.opensuse.org/package/show/filesystems/cdemu-client?expand=0&rev=1
This commit is contained in:
Jan Engelhardt 2012-05-21 17:31:30 +00:00 committed by Git OBS Bridge
commit 5e3884368c
5 changed files with 124 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d4d7e3d232f799830c1c480d69f8789468552602e2737b0b0207f4d449095f99
size 97987

4
cdemu-client.changes Normal file
View File

@ -0,0 +1,4 @@
-------------------------------------------------------------------
Wed May 9 04:35:46 UTC 2012 - jengelh@inai.de
- Initial package for build.opensuse.org

63
cdemu-client.spec Normal file
View File

@ -0,0 +1,63 @@
#
# spec file for package cdemu-client
#
# Copyright (c) 2012 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: cdemu-client
Version: 1.5.0
Release: 0
Summary: Command-line client to control cdemu-daemon
License: GPL-2.0+
Group: System/Filesystems
Url: http://cdemu.sf.net/
Source: http://downloads.sf.net/cdemu/%name-%version.tar.bz2
Patch1: cdemu-lang.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#BuildRequires: autoconf >= 2.59
BuildRequires: intltool
BuildArch: noarch
Requires: python dbus-1-python
%description
cdemu-client is a command-line client for controlling cdemu-daemon.
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.
%prep
%setup -q
mv po/no.po po/nb_NO.po
%patch -P 1 -p1
%build
%configure
make %{?_smp_mflags};
%install
b="%buildroot";
make install DESTDIR="$b";
%find_lang %name
%files -f %name.lang
%defattr(-,root,root)
%doc README
%dir %_sysconfdir/bash_completion.d
%config %_sysconfdir/bash_completion.d/cdemu-bashcomp
%_bindir/cdemu
%_datadir/applications/cdemu-client.desktop
%_mandir/man1/cdemu.1*
%changelog

31
cdemu-lang.diff Normal file
View File

@ -0,0 +1,31 @@
---
configure | 2 +-
configure.ac | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Index: cdemu-client-1.5.0/configure
===================================================================
--- cdemu-client-1.5.0.orig/configure
+++ cdemu-client-1.5.0/configure
@@ -4236,7 +4236,7 @@ fi
# Internationalization
-ALL_LINGUAS="de fr no sl sv pl"
+ALL_LINGUAS="de fr nb_NO sl sv pl"
GETTEXT_PACKAGE=cdemu-client
Index: cdemu-client-1.5.0/configure.ac
===================================================================
--- cdemu-client-1.5.0.orig/configure.ac
+++ cdemu-client-1.5.0/configure.ac
@@ -20,7 +20,7 @@ AM_MAINTAINER_MODE
AC_PROG_INTLTOOL([0.21])
# Internationalization
-ALL_LINGUAS="de fr no sl sv pl"
+ALL_LINGUAS="de fr nb_NO sl sv pl"
GETTEXT_PACKAGE=cdemu-client
AC_SUBST(GETTEXT_PACKAGE)