]> git.pld-linux.org Git - packages/griffith.git/commitdiff
- init version
authorJakub Krajniak <jkrajniak@gmail.com>
Sun, 19 Feb 2006 13:51:11 +0000 (13:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    griffith.desktop -> 1.1
    griffith.spec -> 1.1

griffith.desktop [new file with mode: 0644]
griffith.spec [new file with mode: 0644]

diff --git a/griffith.desktop b/griffith.desktop
new file mode 100644 (file)
index 0000000..3de9b66
--- /dev/null
@@ -0,0 +1,21 @@
+[Desktop Entry]
+Name=Griffith
+GenericName=Griffith - A Movie Collection Manager
+Comment=Movie Collection Manager
+Version=0.4.2
+Encoding=UTF-8
+Exec=griffith
+Icon=griffith.png
+MimeType=application/x-executable
+Terminal=false
+Type=Application
+StartupNotify=true
+StartupWMClass=Griffith
+Categories=GNOME;GTK;Application;Multimedia;
+
+GenericName[en_PT]=Griffith - Um gestor de colecções de filmes
+GenericName[pl_PL]=Griffith - zarządca kolekcji filmów
+
+Comment[pl_PL]=Zarządca kolekcji filmów
+Comment[pt_PT]=Gerir uma colecção de filmes.
+Comment[pt]=Gerir uma colecção de filmes.
diff --git a/griffith.spec b/griffith.spec
new file mode 100644 (file)
index 0000000..66d5537
--- /dev/null
@@ -0,0 +1,72 @@
+# 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}/
This page took 0.046641 seconds and 4 git commands to generate.