tizen 2.3.1 release accepted/tizen_2.4_mobile tizen_2.3.1 tizen_2.4 accepted/tizen/2.4/mobile/20151029.035752 submit/tizen_2.3.1/20150915.075007 submit/tizen_2.4/20151028.063214 tizen_2.3.1_release tizen_2.4_mobile_release
authorjk7744.park <jk7744.park@samsung.com>
Tue, 8 Sep 2015 13:00:38 +0000 (22:00 +0900)
committerjk7744.park <jk7744.park@samsung.com>
Tue, 8 Sep 2015 13:00:38 +0000 (22:00 +0900)
libvorbis.manifest [new file with mode: 0755]
packaging/libvorbis.spec

diff --git a/libvorbis.manifest b/libvorbis.manifest
new file mode 100755 (executable)
index 0000000..a76fdba
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+       <request>
+               <domain name="_" />
+       </request>
+</manifest>
index a5e970a..bdd3444 100644 (file)
@@ -1,9 +1,10 @@
+#sbs-git:slp/unmodified/libvorbis libvorbis 1.2.3 a87234b6ea6063637295676844243ee48f3e72cc
 Name:       libvorbis
 Summary:    The Vorbis General Audio Compression Codec
-Version:    1.3.2
-Release:    2
+Version:    1.2.3
+Release:    3
 Group:      System/Libraries
-License:    BSD
+License:    BSD-2.0
 URL:        http://www.xiph.org/
 Source0:    http://downloads.xiph.org/releases/vorbis/%{name}-%{version}.tar.gz
 Requires(post): /sbin/ldconfig
@@ -31,6 +32,8 @@ make %{?jobs:-j%jobs}
 
 %install
 rm -rf %{buildroot}
+mkdir -p %{buildroot}/usr/share/license
+cp COPYING %{buildroot}/usr/share/license/%{name}
 %make_install
 rm -rf $RPM_BUILD_ROOT%{_docdir}
 
@@ -39,9 +42,11 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}
 %postun -p /sbin/ldconfig
 
 %files
+%manifest libvorbis.manifest
 %{_libdir}/libvorbis.so.*
 %{_libdir}/libvorbisfile.so.*
 %{_libdir}/libvorbisenc.so.*
+/usr/share/license/%{name}
 
 %files devel
 %{_includedir}/vorbis