Change license name in spec file (BSD-3-Clause to BSD-2.0)
[platform/upstream/libogg.git] / packaging / libogg.spec
index 574917d..4a453f8 100644 (file)
@@ -1,12 +1,13 @@
 Name:           libogg
-Version:        1.3.0
+Version:        1.3.2
 Release:        0
-License:        BSD-3-Clause
+License:        BSD-2.0
 Summary:        Ogg Bitstream Library
 Url:            http://www.vorbis.com/
 Group:          Multimedia/Audio
-Source:         %{name}-%{version}.tar.gz
+Source:         http://downloads.xiph.org/releases/ogg/%{name}-%{version}.tar.gz
 Source2:        baselibs.conf
+Source1001:    libogg.manifest
 BuildRequires:  pkg-config
 
 %description
@@ -28,13 +29,14 @@ to compile and develop applications that use libogg.
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 # Fix optimization level
 sed -i s,-O20,-O3,g configure
 
 %configure --disable-static
-make %{?_smp_mflags}
+%__make %{?_smp_mflags}
 
 
 %check
@@ -51,11 +53,13 @@ make check
 %postun  -p /sbin/ldconfig
 
 %files
+%manifest %{name}.manifest
 %defattr(0644,root,root,0755)
 %license COPYING 
 %{_libdir}/libogg.so.*
 
 %files devel
+%manifest %{name}.manifest
 %defattr(0644,root,root,0755)
 %{_includedir}/ogg
 %{_libdir}/libogg.so
@@ -63,4 +67,3 @@ make check
 %{_datadir}/aclocal/ogg.m4
 %{_libdir}/pkgconfig/ogg.pc
 
-%changelog