forked from pool/cdemu-client
Restore style and metadata fields, and add a changelog entry
OBS-URL: https://build.opensuse.org/package/show/filesystems/cdemu-client?expand=0&rev=15
This commit is contained in:
parent
10d52c0e2b
commit
6746d77168
@ -1,7 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 13 08:48:46 UTC 2014 - sor.alexei@meowr.ru
|
||||
|
||||
- Update to 3.0.0
|
||||
- Update to new upstream release 3.0.0
|
||||
* cdemu-client now allow the user to create a "blank" disc on
|
||||
CDEmu device and write to it using CD/DVD burning software. And
|
||||
as a side effect, the image analyzer application also gained
|
||||
support for image conversion.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 24 11:31:22 UTC 2013 - jengelh@inai.de
|
||||
|
@ -22,9 +22,10 @@ Release: 0
|
||||
Summary: Command-line client to control cdemu-daemon
|
||||
License: GPL-2.0+
|
||||
Group: System/Filesystems
|
||||
Url: http://cdemu.sourceforge.net/about/client/
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Url: http://cdemu.sf.net/about/client/
|
||||
|
||||
#Git-Clone: git://git.code.sf.net/p/cdemu/code
|
||||
Source: http://downloads.sf.net/cdemu/%name-%version.tar.bz2
|
||||
BuildRequires: cmake >= 2.8.5
|
||||
BuildRequires: gettext-tools >= 0.15
|
||||
BuildRequires: intltool >= 0.21
|
||||
@ -47,8 +48,8 @@ devices' status and retrieving/setting their debug masks.
|
||||
|
||||
%build
|
||||
cmake . \
|
||||
-DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
|
||||
-DCMAKE_INSTALL_LIBDIR:PATH=%{_libdir}
|
||||
-DCMAKE_INSTALL_PREFIX:PATH="%_prefix" \
|
||||
-DCMAKE_INSTALL_LIBDIR:PATH="%_libdir"
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
@ -58,12 +59,12 @@ make %{?_smp_mflags}
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%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*
|
||||
%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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user