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