]> git.pld-linux.org Git - packages/python-pivy.git/commitdiff
rename to python-pivy auto/th/python-pivy-0.5.0-0.20110922.2
authorElan Ruusamäe <glen@delfi.ee>
Sat, 13 Jun 2015 12:56:33 +0000 (15:56 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 13 Jun 2015 12:56:33 +0000 (15:56 +0300)
python-pivy.spec [moved from python-Pivy.spec with 76% similarity]

similarity index 76%
rename from python-Pivy.spec
rename to python-pivy.spec
index c483dc8adf5b0f0e0f186ae34073b96a6e28f2f1..f15fb8059d50e067ee840ab37256497fc99b48cf 100644 (file)
@@ -1,9 +1,10 @@
-%define        module  Pivy
+%define        rel     2
+%define        module  pivy
 Summary:       Coin binding for Python
 Summary(pl.UTF-8):     Pythonowy interfejs do biblioteki Coin
 Name:          python-%{module}
 Version:       0.5.0
-Release:       0.20110922.1
+Release:       0.20110922.%{rel}
 License:       ISC
 Group:         Development/Languages/Python
 # Source0:     http://pivy.coin3d.org/download/pivy/releases/%{version}/%{module}-%{version}.tar.bz2
@@ -24,13 +25,16 @@ BuildRequires:      xorg-lib-libXmu-devel
 Requires:      Coin
 Requires:      SoQt
 Requires:      python-modules
+Provides:      python-Pivy = %{version}-%{release}
+Obsoletes:     python-Pivy < 0.5.0-0.20110922.2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Pivy is a Coin binding for Python. Coin is a high-level 3D graphics library with
-a C++ Application Programming Interface. Coin uses scene-graph data structures
-to render real-time graphics suitable for mostly all kinds of scientific and
-engineering visualization applications.
+Pivy is a Coin binding for Python. Coin is a high-level 3D graphics
+library with a C++ Application Programming Interface. Coin uses
+scene-graph data structures to render real-time graphics suitable for
+mostly all kinds of scientific and engineering visualization
+applications.
 
 %prep
 %setup -qc
@@ -57,5 +61,5 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS NEWS README THANKS
-%{py_sitedir}/pivy
-%{py_sitedir}/%{module}-*.egg-info
+%{py_sitedir}/%{module}
+%{py_sitedir}/Pivy-*.egg-info
This page took 0.069672 seconds and 4 git commands to generate.