Update of /cvsroot/freevo/freevo/contrib/rpm
In directory sc8-pr-cvs1:/tmp/cvs-serv28643

Added Files:
        Imaging-1.1.4-setup.patch python-twisted.spec 
Log Message:
Spec file for python-twisted and missing patch file for PIL


--- NEW FILE: Imaging-1.1.4-setup.patch ---
--- Imaging-1.1.4/setup.py.orig 2003-09-15 15:34:04.000000000 +0800
+++ Imaging-1.1.4/setup.py      2003-09-15 15:36:15.000000000 +0800
@@ -230,6 +230,8 @@
     LIBRARY_DIRS = []
     LIBRARIES = []
     have_freetype = 1 # Assume we have it, unless proven otherwise
+    EXTRA_COMPILE_ARGS = None
+    EXTRA_LINK_ARGS = None
 
     # use source distribution, if available
     for file in [

--- NEW FILE: python-twisted.spec ---
%define pyver %(python -c 'import sys; print sys.version[:3]')

Summary: Event-based framework for internet applications
Name: python-twisted
Version: 1.0.7
Release: 1
Source0: Twisted-%{version}.tar.bz2
License: LGPL
Group: Development/Python
URL: http://www.twistedmatrix.com/
BuildRoot: %{_tmppath}/%{name}-buildroot
Prefix: %{_prefix}

%description
It includes a web server, a telnet server, a multiplayer RPG engine, a 
generic client and server for remote object access, and APIs for creating 
new protocols.

%package doc
Summary: Documentation for Twisted (Event-based framework for internet applications)
Group: Development/Python

%description doc
Documentation for Twisted API. 

%prep
%setup -q -n Twisted-%version
mkdir manpages
mv doc/man/*.1 manpages

%build
python setup.py build

%install
rm -rf $RPM_BUILD_ROOT
python setup.py install --no-compile --root $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%_mandir/man1
install -m 644 manpages/*.1 $RPM_BUILD_ROOT%_mandir/man1

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%_libdir/python%pyver/site-packages/twisted
%_bindir/*
%_mandir/man1/*
%doc CREDITS LICENSE README ChangeLog

%files doc
%defattr(-,root,root)
%doc doc

%changelog
* Tue Sep 16 2003 TC Wan <[EMAIL PROTECTED]>
- Repackaged 1.0.7 for Redhat 

* Sun Aug 24 2003 Frederic Lepied <[EMAIL PROTECTED]> 1.0.6-1mdk
- initial Mandrake Linux packaging

# end of file




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to