rpms/griffith/devel griffith.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Simon Wesp cassmodiah at fedoraproject.org
Fri Apr 17 19:28:20 UTC 2009


Author: cassmodiah

Update of /cvs/pkgs/rpms/griffith/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15141/devel

Modified Files:
	.cvsignore sources 
Added Files:
	griffith.spec import.log 
Log Message:



--- NEW FILE griffith.spec ---
%global beta beta2

Name:           griffith
Version:        0.10
Release:        0.1.%{beta}%{?dist}
Summary:        Media collection manager

Group:          Applications/Multimedia
License:        GPLv2+
URL:            http://www.griffith.cc
Source0:        ftp://ftp.berlios.de/pub/%{name}/experimental/%{name}_%{version}~%{beta}.orig.tar.gz
# Link http://prdownload.berlios.de/%{name}/%{name}-%{version}-%{beta}.tar.gz is a broken archive
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  python
BuildRequires:  desktop-file-utils
BuildRequires:  gettext
Requires:       pygtk2
Requires:       python-sqlalchemy >= 0.5
Requires:       python-lxml
Requires:       python-sqlite2
Requires:       python-imaging 
Requires:       python-reportlab
Requires:       gnome-python2-gtkspell


%description
Griffith is a media collection manager application. Adding items to the 
collection is as quick and easy as typing the film title and selecting a 
supported source. Griffith will then try to fetch all the related information 
from the Web.

This Version comes with SQLite support. You need to install
 * the package "MySQL-python" for MySQL-support
 * the package "python-psycopg2" for PostgreSQL-support


%prep
%setup -q -n %{name}-%{version}-%{beta}

find -iname "*.mo" -exec rm -f {} \;

iconv -f iso-8859-1 -t utf-8 docs/pl/%{name}.1 |sed 's|\r||g' > docs/pl/%{name}.1.utf8
touch -c -r docs/pl/%{name}.1 docs/pl/%{name}.1.utf8
mv docs/pl/%{name}.1.utf8 docs/pl/%{name}.1


%build
make -C po dist %{?_smp_mflags}


%install
rm -rf %{buildroot}
make install \
     INSTALL="install -p" \
     DESTDIR=%{buildroot}

rm -f %{buildroot}%{_bindir}/%{name}

cat > %{buildroot}/%{_bindir}/%{name} << EOF
#!/bin/bash
%{_datadir}/%{name}/lib/%{name}
EOF

chmod +x %{buildroot}/%{_bindir}/%{name}

desktop-file-install \
       --dir=%{buildroot}/%{_datadir}/applications/ \
%{buildroot}/%{_datadir}/applications/%{name}.desktop

%find_lang %{name}


%clean
rm -rf %{buildroot}


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README THANKS TODO
%{_bindir}/%{name}
%{_datadir}/%{name}/
%{_datadir}/applications/%{name}*
%{_datadir}/pixmaps/%{name}*
%{_mandir}/man1/%{name}*
%{_mandir}/*/man1/%{name}*
%config(noreplace) %{_sysconfdir}/bash_completion.d/%{name}


%changelog
* Mon Apr 13 2009 Simon Wesp <cassmodiah at fedoraproject.org> - 0.10-0.1.beta2
- Update to 0.10-beta2 to avoid crappy issues with sqlalchemy
- Remove binary mo-files and build it from source  

* Mon Mar 30 2009 Simon Wesp <cassmodiah at fedoraproject.org> - 0.9.9-1
- Initial package release


--- NEW FILE import.log ---
griffith-0_10-0_1_beta2_fc10:HEAD:griffith-0.10-0.1.beta2.fc10.src.rpm:1239996226


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/griffith/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 Apr 2009 16:47:30 -0000	1.1
+++ .cvsignore	17 Apr 2009 19:27:50 -0000	1.2
@@ -0,0 +1 @@
+griffith_0.10~beta2.orig.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/griffith/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Apr 2009 16:47:30 -0000	1.1
+++ sources	17 Apr 2009 19:27:50 -0000	1.2
@@ -0,0 +1 @@
+9be757516cef84b43cfbed5551256856  griffith_0.10~beta2.orig.tar.gz




More information about the fedora-extras-commits mailing list