SPECS: griffith.spec (NEW) - init version

teodor teodor at pld-linux.org
Sun Feb 19 14:51:16 CET 2006


Author: teodor                       Date: Sun Feb 19 13:51:16 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- init version

---- Files affected:
SPECS:
   griffith.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/griffith.spec
diff -u /dev/null SPECS/griffith.spec:1.1
--- /dev/null	Sun Feb 19 14:51:16 2006
+++ SPECS/griffith.spec	Sun Feb 19 14:51:11 2006
@@ -0,0 +1,83 @@
+# $Revision$, $Date$
+# TODO:
+# - fix desktop file ??
+#
+Summary:	griffith - film collection manager
+Summary(pl):	griffith - program katalogujący filmy
+Name:		griffith
+Version:	0.5.1
+Release:	0.1
+License:	GPL v2
+Group:		X11/Applications/Multimedia
+Source0:	http://download.berlios.de/%{name}/%{name}_%{version}.tar.gz
+# Source0-md5:	a0ffd6076025d8e1f77ca043b169a2fb
+Source1:	%{name}.desktop
+Patch0:		%{name}-Makefile.patch
+URL:		http://griffith.vasconunes.net/
+BuildRequires:	gtk+2-devel >= 2:2.6.0
+BuildRequires:	intltool
+BuildRequires:	pkgconfig
+BuildRequires:	python-devel
+BuildRequires:	python-pygtk-devel
+%pyrequires_eq	python-modules
+Requires:	gtk+2 >= 2:2.6.0
+Requires:	python-gnome-gconf
+Requires:	python-gstreamer >= 0.8.2
+Requires:	python-pygtk-gtk >= 2:2.6.0
+Requires:	python-sqlite1
+Requires:	python-Imaging
+Requires:	python-ReportLab
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Griffith is a movie collection manager application. 
+
+%description -l pl
+Griffith to program służący do katalogowania i zarządzania kolekcją 
+filmów.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT{%{_pixmapsdir},%{_desktopdir}}
+
+ln -fs %{_libdir}/%{name}/%{name} $RPM_BUILD_ROOT/%{_bindir}/%{name}
+install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
+install data/%{name}.png $RPM_BUILD_ROOT%{_pixmapsdir}
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc README AUTHORS ChangeLog
+%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_libdir}/%{name}/%{name}
+%{_libdir}/%{name}
+%{_datadir}/%{name}
+%{_desktopdir}/%{name}.desktop
+%{_pixmapsdir}/%{name}.*
+%{_mandir}/
+
+%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  2006/02/19 13:51:11  teodor
+- init version
+
================================================================


More information about the pld-cvs-commit mailing list