95 lines
2.7 KiB
RPMSpec
95 lines
2.7 KiB
RPMSpec
|
Summary: DVD9 to DVD5 backup utility
|
||
|
Name: k9copy
|
||
|
Version: 2.3.8
|
||
|
Release: 1mamba2
|
||
|
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
|
||
|
License: GPL
|
||
|
## AUTOBUILDREQ-BEGIN
|
||
|
BuildRequires: glibc-devel
|
||
|
BuildRequires: kdelibs-devel
|
||
|
BuildRequires: libgcc
|
||
|
BuildRequires: libmpeg2-devel
|
||
|
BuildRequires: libphonon-devel
|
||
|
BuildRequires: libqt4-devel
|
||
|
BuildRequires: libstdc++6-devel
|
||
|
BuildRequires: libX11-devel
|
||
|
BuildRequires: libxine1-devel
|
||
|
## AUTOBUILDREQ-END
|
||
|
BuildConflicts: hal-devel
|
||
|
Requires: mencoder
|
||
|
Requires: dvd+rw-tools
|
||
|
Requires: dvdauthor
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||
|
|
||
|
%description
|
||
|
K9Copy is a small utility which allows the copy of DVD on Linux.
|
||
|
|
||
|
%prep
|
||
|
%setup -q -n %{name}-%{version}%{?pln}-Source
|
||
|
%patch -p1
|
||
|
|
||
|
%build
|
||
|
%cmake_kde4
|
||
|
%make
|
||
|
|
||
|
%install
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
%makeinstall
|
||
|
|
||
|
install -d %{buildroot}%{_kdedatadir}/applications/kde
|
||
|
|
||
|
%find_lang %{name}
|
||
|
|
||
|
%clean
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
|
||
|
%files -f %{name}.lang
|
||
|
%defattr(-,root,root,-)
|
||
|
%{_kde4_bindir}/k9copy
|
||
|
%{_kde4_bindir}/k9play
|
||
|
%{_kde4_bindir}/k9xineplayer
|
||
|
%dir %{_kde4_datadir}/k9copy
|
||
|
%{_kde4_datadir}/k9copy/*
|
||
|
%{_kde4_datadir}/solid/actions/k9copy*.desktop
|
||
|
%{_kde4_xdgappsdir}/%{name}.desktop
|
||
|
%{_kde4_xdgappsdir}/%{name}_assistant.desktop
|
||
|
%{_kde4_icondir}/hicolor/*/apps/*.png
|
||
|
%dir %{_kde4_htmldir}/en/k9copy
|
||
|
%{_kde4_htmldir}/en/k9copy/*
|
||
|
%doc COPYING
|
||
|
|
||
|
%changelog
|
||
|
* Tue May 07 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.8-1mamba2
|
||
|
- mamba2 milestone rebuild
|
||
|
|
||
|
* Thu Dec 20 2012 Automatic Build System <autodist@mambasoft.it> 2.3.8-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Thu Jul 21 2011 Automatic Build System <autodist@mambasoft.it> 2.3.7-1mamba
|
||
|
- update to 2.3.7
|
||
|
|
||
|
* Mon May 18 2009 Automatic Build System <autodist@mambasoft.it> 1.2.4-3mamba
|
||
|
- automatic rebuild by autodist
|
||
|
|
||
|
* Fri Dec 12 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.4-1mamba
|
||
|
- update to 1.2.4
|
||
|
|
||
|
* Tue Apr 10 2007 Davide Madrisan <davide.madrisan@gmail.com> 1.1.1-1mamba
|
||
|
- update to version 1.1.1-3 by autospec
|
||
|
- added runtime requirements for mencoder, growisofs, and dvdauthor
|
||
|
|
||
|
* Wed Jun 15 2005 Alessandro Ramazzina <alessandro.ramazzina@qilinux.it> 0.3b-2qilnx
|
||
|
- removed duplicated menu entry
|
||
|
|
||
|
* Tue Jun 14 2005 Alessandro Ramazzina <alessandro.ramazzina@qilinux.it> 0.3b-1qilnx
|
||
|
- new version
|
||
|
|
||
|
* Wed May 18 2005 Matteo Bernasconi <voyagernm@virgilio.it> 0.2-1qilnx
|
||
|
- first build
|