update to 3.0.3 [release 3.0.3-1mamba;Sat Jul 25 2015]

This commit is contained in:
Silvan Calarco 2024-01-06 00:23:52 +01:00
parent 940e0db387
commit 5988baf3fd
3 changed files with 32 additions and 20 deletions

View File

@ -1,11 +0,0 @@
diff -Nru k9copy-1.2.4.orig/src/k9copy.desktop k9copy-1.2.4/src/k9copy.desktop
--- k9copy-1.2.4.orig/k9copy.desktop 2008-10-26 08:43:47.000000000 +0100
+++ k9copy-1.2.4/k9copy.desktop 2008-12-12 03:12:19.000000000 +0100
@@ -8,6 +8,7 @@
Comment[tr]=DVD9 DVD5 yedekleme aracı
GenericName=Video DVD Backup
GenericName[fr]=Backup de DVD Video
+GenericName[it]=Backup di DVD Video
GenericName[tr]=DVD Vidyo Yedekleme Aracı
MimeTypes=
Terminal=false

View File

@ -0,0 +1,16 @@
--- k9copy-3.0.3/k9copy/k9copy.desktop.orig 2015-07-25 13:52:05.193058482 +0200
+++ k9copy-3.0.3/k9copy/k9copy.desktop 2015-07-25 13:52:40.806095998 +0200
@@ -4,11 +4,13 @@
Exec=k9copy -caption "%c" %i %u
Comment=DVD9 to DVD5 backup tool
Comment[fr]=Backup de DVD9 en DVD5
+Comment[it]=Backup di DVD9 in DVD5
Comment[tr]=DVD9 DVD5 yedekleme aracı
Comment[ru]=Инструмент для копирования с DVD9 на DVD5
Comment[uk]=Інструмент резервного копіювання DVD
GenericName=Video DVD Backup
GenericName[fr]=Backup de DVD Video
+GenericName[it]=Backup di DVD Video
GenericName[tr]=DVD Vidyo Yedekleme Aracı
GenericName[ru]=Копирование с видео-DVD
GenericName[uk]=Копіювання відео-DVD

View File

@ -1,25 +1,25 @@
Summary: DVD9 to DVD5 backup utility
Name: k9copy
Version: 2.3.8
Release: 1mamba2
Version: 3.0.3
Release: 1mamba
Group: Graphical Desktop/Applications/Multimedia
Distribution: openmamba
Vendor: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://k9copy.sourceforge.net
Source: http://downloads.sourceforge.net/project/k9copy/k9copy-kde4/%{version}/k9copy-%{version}-Source.tar.gz
Patch: %{name}-2.3.7-desktopfile.patch
Source: http://downloads.sourceforge.net/project/k9copy-reloaded/k9copy-%{version}.tar.gz
Patch: %{name}-3.0.3-desktopfile.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: kdelibs-devel
BuildRequires: libX11-devel
BuildRequires: libgcc
BuildRequires: libmpeg2-devel
BuildRequires: libphonon-devel
BuildRequires: libqt4-devel
BuildRequires: libstdc++6-devel
BuildRequires: libX11-devel
BuildRequires: libxine1-devel
BuildRequires: libxine-devel
## AUTOBUILDREQ-END
BuildConflicts: hal-devel
Requires: mencoder
@ -31,20 +31,24 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
K9Copy is a small utility which allows the copy of DVD on Linux.
%prep
%setup -q -n %{name}-%{version}%{?pln}-Source
%setup -q -c -T
tar xf %{SOURCE0}
%patch -p1
%build
cd k9copy
%cmake_kde4
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
cd k9copy
%makeinstall
install -d %{buildroot}%{_kdedatadir}/applications/kde
%find_lang %{name}
cd ..
%find_lang %{name} --all-name --with-kde || touch %{name}.lang
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -62,9 +66,12 @@ install -d %{buildroot}%{_kdedatadir}/applications/kde
%{_kde4_icondir}/hicolor/*/apps/*.png
%dir %{_kde4_htmldir}/en/k9copy
%{_kde4_htmldir}/en/k9copy/*
%doc COPYING
%doc k9copy/COPYING
%changelog
* Sat Jul 25 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.3-1mamba
- update to 3.0.3
* Tue May 07 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.8-1mamba2
- mamba2 milestone rebuild