Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 314363 Details for
Bug 448201
Review Request: pyvnc2swf - Vnc screen recorder
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Updated spec fixing absolute symlinks
pyvnc2swf.spec (text/plain), 3.76 KB, created by
Paul Howarth
on 2008-08-15 00:01:26 UTC
(
hide
)
Description:
Updated spec fixing absolute symlinks
Filename:
MIME Type:
Creator:
Paul Howarth
Created:
2008-08-15 00:01:26 UTC
Size:
3.76 KB
patch
obsolete
>%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} > > >Summary: Vnc screen recorder >Name: pyvnc2swf >Version: 0.9.3 >Release: 3%{?dist} >License: GPLv2+ >Group: System Environment/Base >Source0: http://www.unixuser.org/~euske/vnc2swf/%{name}-%{version}.tar.gz ># This desktop icon is a combination of the icons for vnc viewer, swfdec ># player, screenshot, and an arrow from gthumb. >Source1: %{name}.png ># This desktop file was created by hand. >Source2: %{name}.desktop >Patch0: %{name}.0.9.3.exit_after_usage.diff > >URL: http://www.unixuser.org/~euske/vnc2swf/pyvnc2swf.html >BuildArch: noarch >BuildRequires: python >BuildRequires: desktop-file-utils >BuildRequires: symlinks >Requires: pygame >Requires: tkinter >Requires: hicolor-icon-theme >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > >%description >Vnc2swf is a cross-platform screen recording tool creating ShockWave Flash >(swf) format media. > > >%prep >%setup -q >%patch0 -p1 > > >%build ># included make is for the author to make web releases of the application. > > >%install >rm -rf %{buildroot} >mkdir -p %{buildroot}%{python_sitelib}/pyvnc2swf >install -p -m 0755 pyvnc2swf/* %{buildroot}%{python_sitelib}/pyvnc2swf >rm %{buildroot}%{python_sitelib}/pyvnc2swf/play.py > >mkdir -p %{buildroot}%{_bindir} ># x11vnc is required for this so dont package it for now. >#install -m 755 bin/recordwin.sh %{buildroot}%{_bindir} ># create symlinks in /usr/bin for easy access to the cli tools >ln -s %{buildroot}%{python_sitelib}/pyvnc2swf/vnc2swf.py %{buildroot}%{_bindir}/vnc2swf >ln -s %{buildroot}%{python_sitelib}/pyvnc2swf/edit.py %{buildroot}%{_bindir}/vnc2swf-edit >#play requires pymedia which is not in fedora >#ln -s %{python_sitelib}/pyvnc2swf/play.py %{buildroot}%{_bindir}/vnc2swf-play > ># convert symlinks to relative ones >symlinks -cs %{buildroot}%{_bindir} > >mkdir -p %{buildroot}/%{_datadir}/icons/hicolor/48x48/apps/ >install -p -m 644 %{SOURCE1} \ > %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/ > >mkdir -p %{buildroot}%{_datadir}/applications >desktop-file-install --vendor fedora \ > --dir %{buildroot}%{_datadir}/applications %{SOURCE2} > > >%clean >rm -rf %{buildroot} > > >%post >touch --no-create %{_datadir}/icons/hicolor || : >if [ -x %{_bindir}/gtk-update-icon-cache ]; then > %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : >fi > > >%postun >touch --no-create %{_datadir}/icons/hicolor || : >if [ -x %{_bindir}/gtk-update-icon-cache ]; then > %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : >fi > > >%files >%defattr(-, root, root, -) >%doc README.txt LICENCE.TXT docs/*.html >%{python_sitelib}/* >#%{_bindir}/recordwin.sh >%{_bindir}/vnc2swf* >%{_datadir}/applications/fedora-%{name}.desktop >%{_datadir}/icons/hicolor/*/apps/%{name}.png > > >%changelog >* Wed Jul 16 2008 David Timms <iinet.net.au @ dtimms> 0.9.3-3 >- del preun symbolic link removes - already done by files section >- add Requires hicolor-icon-theme, so that icon dir is owned correctly >- fix license tag to GPLv2+ since sources say: or later version >- fix some comments spelling > >* Sat Jun 21 2008 David Timms <iinet.net.au @ dtimms> 0.9.3-2 >- del bash wrapper scripts, create symlinks instead. >- fix the python_sitelib generation >- del play.py from package, since it requires pymedia libary >- del recordwin.sh from package, since it requires x11vnc > >* Fri Jun 13 2008 David Timms <iinet.net.au @ dtimms> 0.9.3-1 >- del explicit python requires; rpm picks this up automatically >- add Requires: pygame >- add wrapper scripts for vnc2swf.py, edit.py and play.py > >* Sun May 25 2008 David Timms <iinet.net.au @ dtimms> 0.9.3-0.2 >- add BR desktop-file-utils since it now installs the desktop file and icon. > >* Sat May 24 2008 David Timms <iinet.net.au @ dtimms> 0.9.3-0.1 >- initial package for fedora. >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 448201
:
308584
|
311894
| 314363