]> git.pld-linux.org Git - packages/dvdindex.git/commitdiff
- initial master
authorZsolt Udvari <uzsolt@pld-linux.org>
Fri, 12 Jun 2009 21:15:22 +0000 (21:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- doesn't build - needs more-more work

Changed files:
    dvdindex.spec -> 1.1

dvdindex.spec [new file with mode: 0644]

diff --git a/dvdindex.spec b/dvdindex.spec
new file mode 100644 (file)
index 0000000..218f828
--- /dev/null
@@ -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}/*
This page took 0.113424 seconds and 4 git commands to generate.