]> git.pld-linux.org Git - packages/dvdauthor.git/commitdiff
- initial
authorKarol Krenski <charles@pld-linux.org>
Tue, 15 Feb 2005 09:17:28 +0000 (09:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dvdauthor.spec -> 1.1

dvdauthor.spec [new file with mode: 0644]

diff --git a/dvdauthor.spec b/dvdauthor.spec
new file mode 100644 (file)
index 0000000..ec6a18a
--- /dev/null
@@ -0,0 +1,40 @@
+Summary:       dvdauthor is a program that will generate a DVD movie
+Name:          dvdauthor
+Version:       0.6.11
+Release:       0.1
+License:       GPL v2
+Group:         Applications/Multimedia
+Source0:       http://dl.sourceforge.net/dvdauthor/%{name}-%{version}.tar.gz
+# Source0-md5: d2c45879e4cfb95d410bf603af891e07
+URL:           http://dvdauthor.sourceforge.net/
+BuildRequires: freetype-devel
+BuildRequires: libdvdread-devel
+BuildRequires: libpng-devel
+BuildRequires: libxml2-devel >= 2.6.0
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+dvdauthor is a program that will generate a DVD movie from a valid
+mpeg2 stream that should play when you put it in a DVD player.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%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 ChangeLog README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/dvdauthor/*
+%{_mandir}/man1/*
This page took 0.10428 seconds and 4 git commands to generate.