source: projects/specs/trunk/i/impressive/impressive-vl.spec @ 8167

Revision 8167, 3.9 KB checked in by kudoh, 10 years ago (diff)

new upstream release and rebuild

RevLine 
[6561]1Name:           impressive
[8167]2Version:        0.10.4
[6561]3Release:        1%{?_dist_release}
4Summary:        A program that displays presentation slides
5Summary(ja):     プレゼンテーションスライドを表示するプログラム
6
7Group:          Applications/Productivity
8License:        GPLv2
9URL:            http://impressive.sourceforge.net/
10Source0:        http://downloads.sourceforge.net/%{name}/Impressive-%{version}.tar.gz
11# simple wrapper script
12Source1: %{name}.sh
13# backport PDF parser fix
[8167]14#Patch0: impressive-0.10.3-parser-fix.patch
[6561]15 
16BuildArch: noarch
17BuildRequires: python-devel
18
19Requires: PyOpenGL
20Requires: ghostscript
21Requires: pdftk
22Requires: poppler-utils
23Requires: pygame
24Requires: python-imaging
25Requires: xdg-utils
26
27# - font for on screen display (recommended):
28#Requires: TrueType-dejavu-sans
29
30
31%description
32Impressive is a program that displays presentation slides. But unlike
33OpenOffice.org Impress or other similar applications, it does so with
34style.
35
36Smooth alpha-blended slide transitions are provided for the sake
37of eye candy, but in addition to this, Impressive offers some unique tools
38that are really useful for presentations.
39
40
41%prep
42%setup -q -n Impressive-%{version}
[8167]43#%patch0 -p1 -b .parser-fix
[6561]44
45%build
46sed -e "s|@PYTHON_SITELIB@|%{python_sitelib}|" %{SOURCE1} > impressive.sh
47# This package doesn't build anything, just copy files under build root.
48
49
50%install
51rm -rf %{buildroot}
52install -D -p -m 755 impressive.py %{buildroot}%{python_sitelib}/impressive.py
53install -D -p -m 644 impressive.1 %{buildroot}%{_mandir}/man1/impressive.1
54install -D -p -m 755 impressive.sh %{buildroot}%{_bindir}/impressive
55
56
57%clean
58rm -rf %{buildroot}
59
60
61%files
62%defattr(-,root,root,-)
63%doc changelog.txt demo.pdf impressive.html license.txt
64%{_bindir}/impressive
65%{python_sitelib}/impressive.py*
66%{_mandir}/man1/impressive.1*
67
68%changelog
[8167]69* Mon Jan 13 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.10.4-1
70- new upstream release
71- dropt Patch0
72
[6561]73* Fri Jul 13 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.10.3-1
74- initial build for VineSeed
75
76* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.3-8
77- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
78
79* Mon Nov 28 2011 Michael J Gruber <mjg@fedoraproject.org> - 0.10.3-7
80- backport PDF parser fix
81
82* Mon May 02 2011 Michael J Gruber <mjg@fedoraproject.org> - 0.10.3-6
83- EPEL has no pdftk (recommended but optional requirement)
84
85* Fri Mar 11 2011 Michael J Gruber <mjg@fedoraproject.org> - 0.10.3-5
86- Clarify explicit requires.
87- Add pdftk as requirement.
88
89* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.3-4
90- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
91
92* Sun Dec 05 2010 Michael J Gruber <mjg@fedoraproject.org> - 0.10.3-3
93- spec file cleanup.
94
95* Sun Dec 05 2010 Michael J Gruber <mjg@fedoraproject.org> - 0.10.3-2
96- Make summary less flashy.
97- Install main program in sitelib.
98- BR python-devel.
99
100* Fri Dec 03 2010 Michael J Gruber <mjg@fedoraproject.org> - 0.10.3-1
101- Sync with upstream.
102
103* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.2-8
104- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
105
106* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.2-7
107- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
108
109* Thu Feb 19 2009 Allisson Azevedo <allisson@gmail.com> 0.10.2-6
110- Added provides keyjnote.
111
112* Mon Feb 16 2009 Allisson Azevedo <allisson@gmail.com> 0.10.2-5
113- Obsolete keyjnote.
114
115* Mon Feb 16 2009 Allisson Azevedo <allisson@gmail.com> 0.10.2-4
116- Fix requires for dejavu fonts.
117
118* Thu Feb 12 2009 Allisson Azevedo <allisson@gmail.com> 0.10.2-3
119- Added OpenGL wrapper.
120- Fix requires for dejavu fonts.
121
122* Thu Feb 12 2009 Allisson Azevedo <allisson@gmail.com> 0.10.2-2
123- Changed license.
124- Added dejavu-fonts to requires.
125- Added build section.
126
127* Mon Feb  9 2009 Allisson Azevedo <allisson@gmail.com> 0.10.2-1
128- Initial RPM release
Note: See TracBrowser for help on using the repository browser.