]> git.pld-linux.org Git - packages/tvtime.git/commitdiff
- almost raw but builds fine
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 24 Nov 2003 18:39:42 +0000 (18:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tvtime.spec -> 1.1

tvtime.spec [new file with mode: 0644]

diff --git a/tvtime.spec b/tvtime.spec
new file mode 100644 (file)
index 0000000..485680a
--- /dev/null
@@ -0,0 +1,57 @@
+Summary:       A high quality TV viewer.
+Name:          tvtime
+Version:       0.9.12
+Release:       1
+License:       GPL
+Group:         Applications/Multimedia
+URL:           http://tvtime.sourceforge.net/
+Source0:       http://dl.sourceforge.net/tvtime/%{name}-%{version}.tar.gz
+# Source0-md5: 
+BuildRequires: freetype-devel
+BuildRequires: zlib-devel
+BuildRequires: libpng-devel
+BuildRequires: XFree86-devel
+BuildRequires: SDL-devel
+BuildRequires: libxml2-devel
+BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+tvtime is a high quality television application for use with video
+capture cards. tvtime processes the input from a capture card and
+displays it on a computer monitor or projector. Unlike other
+television applications, tvtime focuses on high visual quality making
+it ideal for videophiles.
+
+%prep
+%setup -q
+
+%build
+%configure \
+       --disable-dependency-tracking
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog COPYING NEWS README* data/COPYING* docs/html/
+%doc %{_mandir}/man?/*
+%config(noreplace) %{_sysconfdir}/tvtime/
+%attr(755,root,root) %{_bindir}/tvtime-command
+%attr(755,root,root) %{_bindir}/tvtime-configure
+%attr(755,root,root) %{_bindir}/tvtime-scanner
+%{_datadir}/applications/*.desktop
+%{_datadir}/icons/hicolor/*/apps/tvtime.png
+%{_datadir}/pixmaps/*
+%{_datadir}/tvtime/
+%defattr(4775, root, root, 0755)
+%attr(755,root,root) %{_bindir}/tvtime
This page took 0.296751 seconds and 4 git commands to generate.