packages: dvdindex/dvdindex.spec (NEW) - initial - doesn't build - needs mo...

uzsolt uzsolt at pld-linux.org
Fri Jun 12 23:15:27 CEST 2009


Author: uzsolt                       Date: Fri Jun 12 21:15:27 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial
- doesn't build - needs more-more work

---- Files affected:
packages/dvdindex:
   dvdindex.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/dvdindex/dvdindex.spec
diff -u /dev/null packages/dvdindex/dvdindex.spec:1.1
--- /dev/null	Fri Jun 12 23:15:27 2009
+++ packages/dvdindex/dvdindex.spec	Fri Jun 12 23:15:22 2009
@@ -0,0 +1,49 @@
+# $Revision$, $Date$
+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}/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2009/06/12 21:15:22  uzsolt
+- initial
+- doesn't build - needs more-more work
+
================================================================


More information about the pld-cvs-commit mailing list