Accepting request 197256 from home:worldcitizen:branches:games
Fixed the build problem with docdir moved samples/ to doc OBS-URL: https://build.opensuse.org/request/show/197256 OBS-URL: https://build.opensuse.org/package/show/games/assimp?expand=0&rev=2
This commit is contained in:
parent
67f9001d4f
commit
4c5b7926ee
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 3 09:38:16 UTC 2013 - joop.boonen@opensuse.org
|
||||
|
||||
- Fixed the build problem with docdir
|
||||
moved samples/ to doc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 1 21:12:07 UTC 2013 - joop.boonen@opensuse.org
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package lib
|
||||
# spec file for package assimp
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -15,6 +15,7 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define soname 3
|
||||
Name: assimp
|
||||
Version: 3.0.1270
|
||||
@ -50,8 +51,8 @@ Assimp is a library to load and process geometric scenes from various data forma
|
||||
Summary: Headers, docs and command-line utility for %{name}
|
||||
Group: Development/Libraries/C and C++
|
||||
BuildRequires: pkgconfig
|
||||
Requires: lib%{name}%{soname} = %{version}
|
||||
Requires: glibc-devel
|
||||
Requires: lib%{name}%{soname} = %{version}
|
||||
Requires: libstdc++-devel
|
||||
|
||||
%description devel
|
||||
@ -88,8 +89,7 @@ rm -f %{buildroot}%{_libdir}/*.la
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%docdir samples/
|
||||
%doc CREDITS README LICENSE CHANGES Documentation.chm CommandLine.chm
|
||||
%doc CREDITS README LICENSE CHANGES Documentation.chm CommandLine.chm samples/
|
||||
%dir %{_includedir}/assimp
|
||||
%dir %{_includedir}/assimp/Compiler
|
||||
%dir %{_libdir}/cmake/assimp-3.0
|
||||
|
Loading…
Reference in New Issue
Block a user