summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZsolt Udvari2009-06-12 21:15:22 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitf8923bc0fb3af249cff9c0cb1a814b6c9d8adc78 (patch)
treeb182c703f661ba37a9088083cf53202f024b2517
downloaddvdindex-f8923bc0fb3af249cff9c0cb1a814b6c9d8adc78.zip
dvdindex-f8923bc0fb3af249cff9c0cb1a814b6c9d8adc78.tar.gz
- initialHEADmaster
- doesn't build - needs more-more work Changed files: dvdindex.spec -> 1.1
-rw-r--r--dvdindex.spec37
1 files changed, 37 insertions, 0 deletions
diff --git a/dvdindex.spec b/dvdindex.spec
new file mode 100644
index 0000000..218f828
--- /dev/null
+++ b/dvdindex.spec
@@ -0,0 +1,37 @@
+Summary: dvdindex is a free, open-source CD/DVD archiving utility to manage a collection of CDs/DVDs
+Name: dvdindex
+Version: 0.2
+Release: 0.1
+License: GPL v2
+Group: X11/Applications
+Source0: http://dl.sourceforge.net/dvdindex/%{name}-%{version}.tar.gz
+# Source0-md5: 8875b406d9d731164466e9278efb4e39
+URL: http://dvdindex.sourceforge.net/
+BuildRequires: qmake
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+dvdindex is a free, open-source CD/DVD archiving utility to manage a
+collection of CDs/DVDs.
+
+
+%prep
+%setup -q -n %{name}
+
+%build
+qmake
+%{__make} QTDIR=%{_prefix}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
+%attr(755,root,root) %{_bindir}/*