[packages/tracker-miner-media] - new, needs unreleased libgdata

qboosh qboosh at pld-linux.org
Sat Dec 27 23:13:51 CET 2014


commit 790de1fddd83d7a75c8e362fd03e5b04954cc276
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Dec 27 23:14:47 2014 +0100

    - new, needs unreleased libgdata

 tracker-miner-media.spec | 46 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)
---
diff --git a/tracker-miner-media.spec b/tracker-miner-media.spec
new file mode 100644
index 0000000..e4f1363
--- /dev/null
+++ b/tracker-miner-media.spec
@@ -0,0 +1,46 @@
+Summary:	Attempt to extract information from movies
+Summary(pl.UTF-8):	Próba wydobywania informacji z filmów
+Name:		tracker-miner-media
+Version:	0.1.0
+Release:	1
+License:	LGPL v2.1+
+Group:		Libraries
+Source0:	http://ftp.gnome.org/pub/GNOME/sources/tracker-miner-media/0.1/%{name}-%{version}.tar.xz
+# Source0-md5:	38ef13cd88432183ac5fdd1871029b3f
+URL:		http://www.gnome.org/
+BuildRequires:	intltool >= 0.40.0
+BuildRequires:	libgdata-devel >= 0.17
+BuildRequires:	pkgconfig
+BuildRequires:	tracker-devel >= 1.0
+Requires:	libgdata >= 0.17
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Attempt to extract information from movies.
+
+%description -l pl.UTF-8
+Próba wydobywania informacji z filmów.
+
+%prep
+%setup -q
+
+%build
+%configure \
+	--disable-silent-rules
+%{__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 NEWS
+%attr(755,root,root) %{_libexecdir}/tracker-miner-media
+%{_datadir}/dbus-1/services/org.freedesktop.Tracker1.Miner.Media.service
+%{_datadir}/tracker/miners/tracker-miner-media.desktop
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/tracker-miner-media.git/commitdiff/790de1fddd83d7a75c8e362fd03e5b04954cc276



More information about the pld-cvs-commit mailing list