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

Allisson Azevedo allisson at fedoraproject.org
Mon Feb 16 22:05:53 UTC 2009


Author: allisson

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

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

First import for devel



--- NEW FILE import.log ---
impressive-0_10_2-3_fc10:HEAD:impressive-0.10.2-3.fc10.src.rpm:1234821698


--- NEW FILE impressive.sh ---
#!/bin/bash

. /usr/share/opengl-games-utils/opengl-game-functions.sh

APP=python-impressive

checkDriOK $APP

exec $APP "$@"


--- NEW FILE impressive.spec ---
Name:           impressive
Version:        0.10.2
Release:        3%{?dist}
Summary:        The stylish way of giving presentations

Group:          Applications/Productivity
License:        GPLv2
URL:            http://impressive.sourceforge.net/
Source0:        http://downloads.sourceforge.net/%{name}/Impressive-%{version}.tar.gz
Source1:        %{name}.sh
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
BuildArch:      noarch
Requires:       python-imaging
Requires:       pygame 
Requires:       PyOpenGL 
Requires:       opengl-games-utils
Requires:       xpdf
Requires:       xdg-utils
Requires:       opengl-games-utils

%if 0%{?fedora} > 10
Requires:       dejavu-sans-fonts
%endif

%if 0%{?fedora} == 10
Requires:       dejavu-fonts-sans
%endif

%if 0%{?fedora} == 9
Requires:       dejavu-fonts
%endif


%description
Impressive is a program that displays presentation slides. But unlike 
OpenOffice.org Impress or other similar applications, it does so with 
style. 

Smooth alpha-blended slide transitions are provided for the sake 
of eye candy, but in addition to this, Impressive offers some unique tools 
that are really useful for presentations.


%prep
%setup -q -n Impressive-%{version}


%build
# This package don't build anything, just copy files under build root.


%install
rm -rf $RPM_BUILD_ROOT
install -D -p -m 755 impressive.py $RPM_BUILD_ROOT%{_bindir}/python-impressive
install -D -p -m 644 impressive.1 $RPM_BUILD_ROOT%{_mandir}/man1/impressive.1
cp %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/%{name}


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc changelog.txt demo.pdf impressive.html license.txt
%{_bindir}/%{name}
%{_bindir}/python-%{name}
%{_mandir}/man1/*

%changelog
* Mon Feb 16 2009 Allisson Azevedo <allisson at gmail.com> 0.10.2-4
- Fix requires for dejavu fonts.

* Thu Feb 12 2009 Allisson Azevedo <allisson at gmail.com> 0.10.2-3
- Added OpenGL wrapper.
- Fix requires for dejavu fonts.

* Thu Feb 12 2009 Allisson Azevedo <allisson at gmail.com> 0.10.2-2
- Changed license.
- Added dejavu-fonts to requires.
- Added build section.

* Mon Feb  9 2009 Allisson Azevedo <allisson at gmail.com> 0.10.2-1
- Initial RPM release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/impressive/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	16 Feb 2009 21:15:32 -0000	1.1
+++ .cvsignore	16 Feb 2009 22:05:23 -0000	1.2
@@ -0,0 +1 @@
+Impressive-0.10.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/impressive/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	16 Feb 2009 21:15:32 -0000	1.1
+++ sources	16 Feb 2009 22:05:23 -0000	1.2
@@ -0,0 +1 @@
+492eda5e3e09beb2f6dc997ed94f5349  Impressive-0.10.2.tar.gz




More information about the fedora-extras-commits mailing list