]> git.pld-linux.org Git - packages/Field3D.git/blobdiff - Field3D.spec
- release 20 (by relup.sh)
[packages/Field3D.git] / Field3D.spec
index c68f67d4050182c9e8775df707b52ef48014c677..c03c404d051a05c2d4366497831ad8d6946c1df0 100644 (file)
@@ -1,14 +1,14 @@
 Summary:       Field3D - open source library for storing voxel data
 Summary(pl.UTF-8):     Field3D - mająca otwarte źródła biblioteka do przechowywania danych vokseli
 Name:          Field3D
-Version:       1.2.0
-Release:       1
+Version:       1.3.2
+Release:       20
 License:       BSD
 Group:         Libraries
 #Source0Download: https://sites.google.com/site/field3d/downloads
-Source0:       http://github.com/imageworks/Field3D/tarball/v%{version}#/%{name}-%{version}.tar.gz
-# Source0-md5: e77d4f6e455860291f8e0e0ce547aa50
-Patch0:                %{name}-install.patch
+Source0:       http://github.com/imageworks/Field3D/tarball/v%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: 98f225658977f339a734debe426694b9
+Patch0:                %{name}-link.patch
 URL:           http://opensource.imageworks.com/?p=field3d
 BuildRequires: cmake >= 2.8
 BuildRequires: boost-devel >= 1.34.0
@@ -51,6 +51,9 @@ Pliki nagłówkowe biblioteki Field3D.
 Summary:       Field3D API documentation
 Summary(pl.UTF-8):     Dokumentacja API biblioteki Field3D
 Group:         Documentation
+%if "%{_rpmversion}" >= "5"
+BuildArch:     noarch
+%endif
 
 %description apidocs
 API and internal documentation for Field3D library.
@@ -59,7 +62,7 @@ API and internal documentation for Field3D library.
 Dokumentacja API biblioteki Field3D.
 
 %prep
-%setup -q -n imageworks-Field3D-7b8b5d9
+%setup -q -n imageworks-Field3D-94d1bf3
 %patch0 -p1
 
 %build
@@ -88,10 +91,11 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc CHANGES COPYING README
 %attr(755,root,root) %{_bindir}/f3dinfo
-%attr(755,root,root) %{_libdir}/libField3D.so
+%attr(755,root,root) %{_libdir}/libField3D.so.1.3
 
 %files devel
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libField3D.so
 %{_includedir}/Field3D
 
 %files apidocs
This page took 0.099829 seconds and 4 git commands to generate.