Changes of Revision 2
[-] | Changed | libschroedinger.spec |
x 1
2 -# Copyright (c) 2006-2008 oc2pus 3 -# This file and all modifications and additions to the pristine 4 -# package are under the same license as the package itself. 5 -# 6 -# Please submit bugfixes or comments to toni@links2linux.de 7 - 8 # norootforbuild 9 10 -%if %suse_version >= 1030 11 +%if 0%{?suse_version} >= 1030 12 %define with_gst 1 13 %else 14 %define with_gst 0 15
16 17 Name: libschroedinger-1_0-0 18 Version: 1.0.5 19 -Release: 0.pm.4 20 +Release: 5 21 Summary: Library for decoding and encoding video in the Dirac format 22 Group: System/Libraries 23 License: LGPL-MIT-MPL 24
25 BuildRequires: gamin-devel 26 BuildRequires: gcc-c++ 27 %if %with_gst 28 -%if %suse_version >= 1030 29 +%if 0%{?suse_version} >= 1030 30 BuildRequires: gstreamer-0_10-devel 31 BuildRequires: gstreamer-0_10-plugins-base-devel 32 %else 33
34 Group: Development/Libraries/C and C++ 35 Requires: %{name} = %{version}-%{release} 36 %if %with_gst 37 -%if %suse_version >= 1030 38 +%if 0%{?suse_version} >= 1030 39 Requires: gstreamer-0_10-devel 40 Requires: gstreamer-0_10-plugins-base-devel 41 %else 42
43 on libschroedinger. 44 45 %if %with_gst 46 -%if %suse_version >= 1030 47 +%if 0%{?suse_version} >= 1030 48 %package -n gstreamer-0_10-schroedinger 49 %else 50 %package -n gstreamer010-schroedinger 51 %endif 52 Summary: libschroedinger - gstreamer-plugin 53 Group: System/Libraries 54 -%if %suse_version >= 1030 55 +%if 0%{?suse_version} >= 1030 56 Requires: gstreamer-0_10 57 Requires: gstreamer-0_10-plugins-base 58 %else 59 Requires: gstreamer010 60 Requires: gstreamer010-plugins-base 61 %endif 62 -%if %suse_version >= 1030 63 +%if 0%{?suse_version} >= 1030 64 # Name up to 10.3: 65 Provides: gstreamer010-schroedinger = 1.0.0 66 Obsoletes: gstreamer010-schroedinger <= 1.0.0 67 %endif 68 69 -%if %suse_version >= 1030 70 +%if 0%{?suse_version} >= 1030 71 %description -n gstreamer-0_10-schroedinger 72 %else 73 %description -n gstreamer010-schroedinger 74
75 %{_includedir}/* 76 77 %if %with_gst 78 -%if %suse_version >= 1030 79 +%if 0%{?suse_version} >= 1030 80 %files -n gstreamer-0_10-schroedinger 81 %else 82 %files -n gstreamer010-schroedinger 83
84 %endif 85 86 %changelog 87 -* Sun Oct 12 2008 Toni Graffy <toni@links2linux.de> - 1.0.5-0.pm.4 88 -- added a Requires: liboil-0_3-0 to make life more comfortable on pmbs :) 89 -* Sun Oct 05 2008 Toni Graffy <toni@links2linux.de> - 1.0.5-0.pm.3 90 -- changes according the mail from Christian Morales Vega <cmorve69@yahoo.es>: 91 - "...Well, the SO-name is "libschroedinger-1.0.so.0". The policy says the 92 - package should be named: "lib" + $NAME + $NUM. 93 - Then:"[$NAME is formed by cutting off the prefix "lib" and suffix 94 - ".so.*" from the SONAME] 95 - cutting off the prefix "lib" -> schroedinger-1.0.so.0 96 - cutting off the suffix ".so.*" -> schroedinger-1.0 97 - 98 - Then we have "$NUM is equal to the shared library SONAME number"... 99 - "SONAME number" isn't exactly specific, but we can suppose it refers 100 - to the last '0'. And since "[If $NAME ends in a digit, a dash is 101 - inserted between $NAME and $NUM." we end with: 102 - lib + schroedinger-1.0 + (-)0 = libschroedinger-1.0-0. Then openSUSE 103 - changes the dot for an underscore... even if the dot isn't in $NUM 104 - like the policy specifies...." 105 -* Tue Sep 16 2008 Pascal Bleser <guru@unixtech.be> - 1.0.5-0.pm.2 106 -- changed prefix to /usr on openSUSE < 10.3 (builds without the gst plugin anyway) 107 -- made gst plugin optional, not built for openSUSE < 10.3 108 -- openSUSE 10.2 build 109 -- changed homepage and Source URLs to diracvideo.org 110 -* Sat Aug 09 2008 Toni Graffy <toni@links2linux.de> - 1.0.5-0.pm.1 111 -- update to 1.0.5 112 -- adjusted name for openSuSE >= 1030 113 -* Sat Feb 23 2008 Toni Graffy <toni@links2linux.de> - 1.0.0-0.pm.1 114 -- update to 1.0.0 115 -* Tue Nov 13 2007 Toni Graffy <toni@links2linux.de> - 0.9.0-0.pm.1 116 -- update to 0.9.0 117 -- new soname ==> libschroedinger0 118 -* Fri Oct 05 2007 Toni Graffy <toni@links2linux.de> - 0.6.1-0.pm.2 119 -- fixed prefix for openSUSE-10.3 120 -* Sat Jun 09 2007 Toni Graffy <toni@links2linux.de> - 0.6.1-0.pm.1 121 -- update to 0.6.1 122 -* Thu Jun 07 2007 Toni Graffy <toni@links2linux.de> - 0.6.0-0.pm.1 123 -- update to 0.6.0 124 -- added subpackage gstreamer010-schroedinger 125 -- changed package layout according Shared Library Packaging Policy 126 -- repacked as tar.bz2 127 -* Wed Mar 14 2007 Toni Graffy <toni@links2linux.de> - 0.5.0.0-0.pm.1 128 -- update to 0.5.0.0 129 -* Thu Feb 22 2007 Toni Graffy <toni@links2linux.de> - 0.4.0.0-0.pm.1 130 -- update to 0.4.0.0 131 -* Thu Nov 30 2006 Toni Graffy <toni@links2linux.de> - 0.3.0.0-0.pm.1 132 -- initial build 0.3.0.0 133 +* Sat Dec 27 2008 Carsten Schoene <cs@linux-administrator.com> - 1.0.5 134 +- initial import 135 |