Search
j0ke.net Open Build Service
>
Projects
>
multimedia
>
libschroedinger-1_0-0
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 2
[-]
[+]
Changed
libschroedinger.spec
@@ -1,12 +1,6 @@ -# Copyright (c) 2006-2008 oc2pus -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. -# -# Please submit bugfixes or comments to toni@links2linux.de - # norootforbuild -%if %suse_version >= 1030 +%if 0%{?suse_version} >= 1030 %define with_gst 1 %else %define with_gst 0 @@ -17,7 +11,7 @@ Name: libschroedinger-1_0-0 Version: 1.0.5 -Release: 0.pm.4 +Release: 5 Summary: Library for decoding and encoding video in the Dirac format Group: System/Libraries License: LGPL-MIT-MPL @@ -29,7 +23,7 @@ BuildRequires: gamin-devel BuildRequires: gcc-c++ %if %with_gst -%if %suse_version >= 1030 +%if 0%{?suse_version} >= 1030 BuildRequires: gstreamer-0_10-devel BuildRequires: gstreamer-0_10-plugins-base-devel %else @@ -63,7 +57,7 @@ Group: Development/Libraries/C and C++ Requires: %{name} = %{version}-%{release} %if %with_gst -%if %suse_version >= 1030 +%if 0%{?suse_version} >= 1030 Requires: gstreamer-0_10-devel Requires: gstreamer-0_10-plugins-base-devel %else @@ -78,27 +72,27 @@ on libschroedinger. %if %with_gst -%if %suse_version >= 1030 +%if 0%{?suse_version} >= 1030 %package -n gstreamer-0_10-schroedinger %else %package -n gstreamer010-schroedinger %endif Summary: libschroedinger - gstreamer-plugin Group: System/Libraries -%if %suse_version >= 1030 +%if 0%{?suse_version} >= 1030 Requires: gstreamer-0_10 Requires: gstreamer-0_10-plugins-base %else Requires: gstreamer010 Requires: gstreamer010-plugins-base %endif -%if %suse_version >= 1030 +%if 0%{?suse_version} >= 1030 # Name up to 10.3: Provides: gstreamer010-schroedinger = 1.0.0 Obsoletes: gstreamer010-schroedinger <= 1.0.0 %endif -%if %suse_version >= 1030 +%if 0%{?suse_version} >= 1030 %description -n gstreamer-0_10-schroedinger %else %description -n gstreamer010-schroedinger @@ -156,7 +150,7 @@ %{_includedir}/* %if %with_gst -%if %suse_version >= 1030 +%if 0%{?suse_version} >= 1030 %files -n gstreamer-0_10-schroedinger %else %files -n gstreamer010-schroedinger @@ -167,49 +161,5 @@ %endif %changelog -* Sun Oct 12 2008 Toni Graffy <toni@links2linux.de> - 1.0.5-0.pm.4 -- added a Requires: liboil-0_3-0 to make life more comfortable on pmbs :) -* Sun Oct 05 2008 Toni Graffy <toni@links2linux.de> - 1.0.5-0.pm.3 -- changes according the mail from Christian Morales Vega <cmorve69@yahoo.es>: - "...Well, the SO-name is "libschroedinger-1.0.so.0". The policy says the - package should be named: "lib" + $NAME + $NUM. - Then:"[$NAME is formed by cutting off the prefix "lib" and suffix - ".so.*" from the SONAME] - cutting off the prefix "lib" -> schroedinger-1.0.so.0 - cutting off the suffix ".so.*" -> schroedinger-1.0 - - Then we have "$NUM is equal to the shared library SONAME number"... - "SONAME number" isn't exactly specific, but we can suppose it refers - to the last '0'. And since "[If $NAME ends in a digit, a dash is - inserted between $NAME and $NUM." we end with: - lib + schroedinger-1.0 + (-)0 = libschroedinger-1.0-0. Then openSUSE - changes the dot for an underscore... even if the dot isn't in $NUM - like the policy specifies...." -* Tue Sep 16 2008 Pascal Bleser <guru@unixtech.be> - 1.0.5-0.pm.2 -- changed prefix to /usr on openSUSE < 10.3 (builds without the gst plugin anyway) -- made gst plugin optional, not built for openSUSE < 10.3 -- openSUSE 10.2 build -- changed homepage and Source URLs to diracvideo.org -* Sat Aug 09 2008 Toni Graffy <toni@links2linux.de> - 1.0.5-0.pm.1 -- update to 1.0.5 -- adjusted name for openSuSE >= 1030 -* Sat Feb 23 2008 Toni Graffy <toni@links2linux.de> - 1.0.0-0.pm.1 -- update to 1.0.0 -* Tue Nov 13 2007 Toni Graffy <toni@links2linux.de> - 0.9.0-0.pm.1 -- update to 0.9.0 -- new soname ==> libschroedinger0 -* Fri Oct 05 2007 Toni Graffy <toni@links2linux.de> - 0.6.1-0.pm.2 -- fixed prefix for openSUSE-10.3 -* Sat Jun 09 2007 Toni Graffy <toni@links2linux.de> - 0.6.1-0.pm.1 -- update to 0.6.1 -* Thu Jun 07 2007 Toni Graffy <toni@links2linux.de> - 0.6.0-0.pm.1 -- update to 0.6.0 -- added subpackage gstreamer010-schroedinger -- changed package layout according Shared Library Packaging Policy -- repacked as tar.bz2 -* Wed Mar 14 2007 Toni Graffy <toni@links2linux.de> - 0.5.0.0-0.pm.1 -- update to 0.5.0.0 -* Thu Feb 22 2007 Toni Graffy <toni@links2linux.de> - 0.4.0.0-0.pm.1 -- update to 0.4.0.0 -* Thu Nov 30 2006 Toni Graffy <toni@links2linux.de> - 0.3.0.0-0.pm.1 -- initial build 0.3.0.0 +* Sat Dec 27 2008 Carsten Schoene <cs@linux-administrator.com> - 1.0.5 +- initial import