]> git.pld-linux.org Git - packages/dvd2avi.git/commitdiff
- new
authorshadzik <shadzik@pld-linux.org>
Mon, 19 Jun 2006 16:00:23 +0000 (16:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dvd2avi.spec -> 1.1

dvd2avi.spec [new file with mode: 0644]

diff --git a/dvd2avi.spec b/dvd2avi.spec
new file mode 100644 (file)
index 0000000..23fc9fc
--- /dev/null
@@ -0,0 +1,48 @@
+Summary:       dvd2avi - conversion tool
+Summary(de):   dvd2avi - ein konversions Tool
+Summary(pl):   dvd2avi - narzêdzie do konwersji
+Name:          dvd2avi
+Version:       0.6
+%define        _ver    4
+Release:       1
+License:       GPL
+Group:         Applications
+Source0:       http://dl.sourceforge.net/sourceforge/dvd2avi/%{name}-%{version}-%{_ver}.tgz
+# Source0-md5: 0184bc58d91280731dfe60e2110c01e8
+Patch0:                %{name}-location.patch
+URL:           http://dvd2avi.sourceforge.net/
+Requires:      perl
+Requires:      perl-Gtk2
+Requires:      perl-Gtk2-GladeXML
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+DVD2AVI makes conversion of DVDs to AVIs a real breeze.
+
+%description -l de
+DVD2AVI macht eine konversion von einer DVD zum AVI Format zum Kinderspiel.
+
+%description -l pl
+DVD2AVI sprawia, ¿e konwersja z DVD do AVI staje siê lekka jak morska bryza.
+
+%prep
+%setup -q -n %{name}
+%patch0 -p0
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{perl_vendorarch},%{_datadir}/dvd2avi}
+install dvd2avi $RPM_BUILD_ROOT%{_bindir}/dvd2avi
+install functions.pm $RPM_BUILD_ROOT%{perl_vendorarch}/functions.pm
+install dvd2avi.glade $RPM_BUILD_ROOT%{_datadir}/dvd2avi/dvd2avi.glade
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README INSTALL
+%attr(755,root,root) %{_bindir}/dvd2avi
+%{perl_vendorarch}/functions.pm
+%dir %{_datadir}/dvd2avi
+%{_datadir}/dvd2avi/dvd2avi.glade
This page took 0.085541 seconds and 4 git commands to generate.