rpms/uniconvertor/devel uniconvertor.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Andy Shevchenko (andriy) fedora-extras-commits at redhat.com
Fri Nov 23 19:13:49 UTC 2007


Author: andriy

Update of /cvs/extras/rpms/uniconvertor/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9514/devel

Modified Files:
	.cvsignore sources 
Added Files:
	uniconvertor.spec 
Log Message:
Initial import (#393971).



--- NEW FILE uniconvertor.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           uniconvertor
Version:        1.0.0
Release:        3%{?dist}
Summary:        Universal vector graphics translator

Group:          Applications/Multimedia
License:        LGPLv2+ and GPLv2+ and MIT
URL:            http://sk1project.org/modules.php?name=Products&product=uniconvertor
Source0:        http://sk1project.org/downloads/uniconvertor/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  python-devel
Requires:       python-imaging


%description
UniConvertor is a universal vector graphics translator.
It uses sK1 engine to convert one format to another.


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

# Prepare for inclusion into documentation part
install -p -m644 src/COPYRIGHTS COPYRIGHTS
install -p -m644 src/GNU_GPL_v2 GNU_GPL_v2
install -p -m644 src/GNU_LGPL_v2 GNU_LGPL_v2


%build
%{__python} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT 

# Fix permissions
chmod a+x $RPM_BUILD_ROOT%{python_sitelib}/uniconvertor/__init__.py
chmod g-w $RPM_BUILD_ROOT%{python_sitelib}/uniconvertor/app/modules/*.so

# Don't duplicate documentation
rm -f $RPM_BUILD_ROOT%{python_sitelib}/uniconvertor/{COPYRIGHTS,GNU_GPL_v2,GNU_LGPL_v2}

# Satisfy rpmlint claim on debuginfo subpackage
chmod 644 src/modules/*/*.{c,h}

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README
%doc COPYRIGHTS GNU_GPL_v2 GNU_LGPL_v2
%{_bindir}/uniconv
%{python_sitelib}/*


%changelog
* Thu Nov 22 2007 Andy Shevchenko <andy at smile.org.ua> 1.0.0-3
- prepare to include to Fedora
  (https://bugzilla.redhat.com/show_bug.cgi?id=393971)

* Tue Nov 20 2007 Andy Shevchenko <andy at smile.org.ua> 1.0.0-2
- adjust License: tag (thanks Tom 'spot' Callaway)

* Thu Nov 15 2007 Andy Shevchenko <andy at smile.org.ua> 1.0.0-1
- initial build



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/uniconvertor/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Nov 2007 16:39:41 -0000	1.1
+++ .cvsignore	23 Nov 2007 19:13:17 -0000	1.2
@@ -0,0 +1 @@
+uniconvertor-1.0.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/uniconvertor/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Nov 2007 16:39:41 -0000	1.1
+++ sources	23 Nov 2007 19:13:17 -0000	1.2
@@ -0,0 +1 @@
+e334c28f42820784d6a9445173e082a0  uniconvertor-1.0.0.tar.gz




More information about the fedora-extras-commits mailing list