[dvdbackup] Initialize repo.

Chia-Pao Guo byvoid at fedoraproject.org
Tue Aug 24 08:16:41 UTC 2010


commit 4e42328c11f4afcbb6365255caaebd715c294c38
Author: BYVoid <byvoid.kcp at gmail.com>
Date:   Tue Aug 24 16:16:04 2010 +0800

    Initialize repo.

 .gitignore     |    1 +
 dvdbackup.spec |   41 +++++++++++++++++++++++++++++++++++++++++
 sources        |    1 +
 3 files changed, 43 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..dd0558f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+dvdbackup-0.4.1.tar.bz2
diff --git a/dvdbackup.spec b/dvdbackup.spec
new file mode 100644
index 0000000..82b110b
--- /dev/null
+++ b/dvdbackup.spec
@@ -0,0 +1,41 @@
+Name:       dvdbackup
+Version:    0.4.1
+Release:    1%{?dist}
+Summary:    Command line tool for ripping video DVDs
+License:    GPLv3+
+Group:      Applications/Multimedia
+URL:        http://dvdbackup.sourceforge.net/
+Source0:    http://downloads.sourceforge.net/dvdbackup/%{name}-%{version}.tar.bz2
+
+BuildRequires:  gettext
+BuildRequires:  libdvdread-devel
+
+%description
+dvdbackup is a tool to rip video DVDs from the command line. It has
+the advantages of being small, fast, and easy to use.
+
+%prep
+%setup -q
+
+%build
+%configure
+make %{?_smp_mflags}
+
+%install
+make DESTDIR=${RPM_BUILD_ROOT} install
+rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/*
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(-,root,root,-)
+%doc AUTHORS NEWS COPYING README
+%{_bindir}/dvdbackup
+%{_datadir}/man/man1/*
+
+%changelog
+* Thu Jul 29 2010 BYVoid <byvoid.kcp at gmail.com> - 0.4.1-1
+- Initial release for RPM package.
diff --git a/sources b/sources
index e69de29..977bc95 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+e4b35ba716852361f35cecafff44f37c  dvdbackup-0.4.1.tar.bz2


More information about the scm-commits mailing list