From: Alexandru Cornea Date: Fri, 28 Jun 2013 18:26:10 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/20130710.220638^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen%2Fivi%2Fgenivi;p=platform%2Fupstream%2Ffreeglut.git resetting manifest requested domain to floor --- diff --git a/packaging/freeglut.manifest b/packaging/freeglut.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/freeglut.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/freeglut.spec b/packaging/freeglut.spec index bcc38e7..a6d1ef4 100644 --- a/packaging/freeglut.spec +++ b/packaging/freeglut.spec @@ -8,6 +8,7 @@ Summary: Freely licensed alternative to the GLUT library Url: http://freeglut.sourceforge.net/ Group: System/Libraries Source: %{name}-%{version}.tar.bz2 +Source1001: freeglut.manifest BuildRequires: gcc-c++ BuildRequires: libtool BuildRequires: mesa-devel @@ -84,6 +85,7 @@ joystick functions on a wide range of platforms. %prep %setup -q +cp %{SOURCE1001} . %build ./autogen.sh @@ -106,11 +108,13 @@ rm -rf %{buildroot}%{_libdir}/libglut.la %postun -n libglut -p /sbin/ldconfig %files -n libglut +%manifest %{name}.manifest %defattr(-,root,root) %doc COPYING %{_libdir}/libglut.so.* %files devel +%manifest %{name}.manifest %defattr(-,root,root) %{_includedir}/GL %{_libdir}/libglut.so