SPECS: uniconvertor.spec (NEW) - NEW

rotom rotom at pld-linux.org
Thu Dec 6 18:13:38 CET 2007


Author: rotom                        Date: Thu Dec  6 17:13:38 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- NEW

---- Files affected:
SPECS:
   uniconvertor.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/uniconvertor.spec
diff -u /dev/null SPECS/uniconvertor.spec:1.1
--- /dev/null	Thu Dec  6 18:13:38 2007
+++ SPECS/uniconvertor.spec	Thu Dec  6 18:13:33 2007
@@ -0,0 +1,51 @@
+# $Revision$, $Date$
+Summary:	vector graphics translator
+Summary(pl.UTF-8):	Konwerter grafiki wektorowej
+Name:		uniconvertor
+Version:	1.0.0
+Release:	0.1
+License:	LGPL
+Group:		Applications/Graphics
+Source0:	http://sk1project.org/downloads/uniconvertor/%{name}-%{version}.tar.gz
+# Source0-md5:	e334c28f42820784d6a9445173e082a0
+URL:		http://sk1project.org/modules.php?name=Products&product=uniconvertor
+BuildRequires:	python-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+BuildArch:	noarch
+
+%description
+UniConvertor is a universal vector graphics translator.
+
+%description -l pl.UTF-8
+UniConvertor jest uniwersalnym konwerterem grafiki wektorowej.
+
+%prep
+%setup -q -n UniConvertor-%{version}
+
+%build
+python setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+python setup.py install \
+	--root=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_bindir}/uniconv
+%{py_sitedir}/%{name}
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007-12-06 17:13:33  rotom
+- NEW
+
================================================================


More information about the pld-cvs-commit mailing list