Changes of Revision 4
[-] | Changed | libgpod.spec |
x 1
2 # norootforbuild 3 4 -%define soname 3 5 +%define soname 4 6 +%define pkg_version_4 0.7.0 7 %define pkg_version_3 0.6.0 8 %define pkg_version_2 0.5.2 9 %define pkg_version_1 0.4.2 10 %define pkg_version_0 0.4.0 11 -%define pkg_version_latest %{pkg_version_3} 12 +%define pkg_version_latest %{pkg_version_4} 13 14 -%define build_so_2 1 15 +%define build_so_3 2 16 # 17 # Only build .so.1 and .so.0 libraries on openSUSE versions below 10.3, 18 # as 10.3 ships .so.2 and not older ones: 19 # 20 -%if %suse_version < 1030 21 +%if 0%{?suse_version} < 1030 22 %define build_so_1 1 23 %define build_so_0 1 24 %else 25 %define build_so_1 0 26 %define build_so_0 0 27 %endif 28 +%if 0%{?suse_version} < 1100 29 +%define build_so_2 1 30 +%else 31 +%define build_so_2 0 32 +%endif 33 34 Name: libgpod%{soname} 35 Summary: Shared Library to access the Contents of an iPod 36
37 Group: System/Libraries 38 URL: http://gtkpod.sourceforge.net/ 39 Version: %{pkg_version_latest} 40 -Release: 100.5 41 +Release: 150 42 Source: http://prdownloads.sourceforge.net/gtkpod/libgpod-%{pkg_version_latest}.tar.gz 43 +Source4: http://prdownloads.sourceforge.net/gtkpod/libgpod-%{pkg_version_3}.tar.gz 44 Source3: http://prdownloads.sourceforge.net/gtkpod/libgpod-%{pkg_version_2}.tar.gz 45 Source2: http://prdownloads.sourceforge.net/gtkpod/libgpod-%{pkg_version_1}.tar.gz 46 Source1: http://prdownloads.sourceforge.net/gtkpod/libgpod-%{pkg_version_0}.tar.gz 47
48 Patch3: libgpod-0.4.2-gettext-soname.patch 49 Patch4: libgpod-0.5.2-gettext-soname.patch 50 Patch5: libgpod-0.6.0-gettext-soname.patch 51 +Patch6: libgpod-0.6.0-gcc-4.3.patch 52 +Patch7: libgpod-0.6.0-missing_includes.patch 53 BuildRoot: %{_tmppath}/%{name}-%{pkg_version_latest}-build 54 BuildRequires: gtk2-devel hal-devel perl-XML-Parser update-desktop-files gtk-doc 55 +BuildRequires: taglib-devel gcc-c++ libstdc++-devel pcre-devel libxml2-devel 56 BuildRequires: gcc glibc-devel make autoconf automake libtool intltool gettext-devel 57 +%if 0%{?suse_version} >= 1100 58 +BuildRequires: sg3_utils-devel 59 +%else 60 +# for libsgutils 61 +BuildRequires: scsi 62 +%endif 63 # python bindings need eyeD3 0.6.6 which is only there since 10.1 64 -%if %suse_version >= 1010 65 +%if 0%{?suse_version} >= 1010 66 BuildRequires: python-devel python-eyeD3 swig python-mutagen 67 %py_requires 68 %endif 69 -%if %suse_version >= 1030 70 +%if 0%{?suse_version} >= 1020 71 +BuildRequires: python-gobject2-devel 72 +%endif 73 +%if 0%{?suse_version} >= 1030 74 BuildRequires: fdupes 75 %endif 76 -Provides: libgpod%{soname} = %{pkg_version_latest}-%{release} 77 -Provides: libgpod = %{pkg_version_latest}-%{release} 78 +Provides: libgpod%{soname}-packman = %{pkg_version_latest}-%{release} 79 +Provides: libgpod-packman = %{pkg_version_latest}-%{release} 80 81 %description 82 libgpod is a shared library to access the contents of an iPod. This library 83
84 libgpod supports playlists, smart playlists, playcounts, ratings and podcasts. 85 Support for cover art and photos is currently being tested. 86 87 + 88 + 89 + 90 +Authors: 91 +-------- 92 + Jorg Schuler <jcsjcs@users.sourceforge.net> 93 + Christophe Fergeau <teuf@gnome.org> 94 + 95 %debug_package 96 97 +%package -n libgpod-tools 98 +Group: Hardware/Other 99 +Summary: Utilities for libgpod 100 +Requires: libgpod%{soname} = %{pkg_version_latest}-%{release} 101 + 102 +%description -n libgpod-tools 103 +This package contains various utilities that use libgpod. 104 + 105 + 106 + 107 + 108 +Authors: 109 +-------- 110 + Jorg Schuler <jcsjcs@users.sourceforge.net> 111 + Christophe Fergeau <teuf@gnome.org> 112 + 113 %package -n libgpod-devel 114 Group: Development/Libraries/C and C++ 115 Summary: Library to Manipulate Songs and Playlists Stored on iPod 116 Requires: libgpod%{soname} = %{pkg_version_latest}-%{release} 117 -Requires: gtk2-devel glibc-devel dbus-1-devel hal-devel 118 -Provides: libgpod-devel = %{pkg_version_latest}-%{release} 119 +Requires: gtk2-devel glib2-devel dbus-1-devel hal-devel 120 +Provides: libgpod-devel-packman = %{pkg_version_latest}-%{release} 121 122 %description -n libgpod-devel 123 libgpod is a library meant to abstract access to an iPod content. It 124 provides an easy to use API to retrieve the list of files and playlist 125 stored on an iPod, to modify them and to save them back to the iPod. 126 127 + 128 + 129 + 130 +Authors: 131 +-------- 132 + Jorg Schuler <jcsjcs@users.sourceforge.net> 133 + Christophe Fergeau <teuf@gnome.org> 134 + 135 %package -n libgpod-devel-static 136 Group: Development/Libraries/C and C++ 137 Summary: Library to Manipulate Songs and Playlists Stored on iPod 138
139 provides an easy to use API to retrieve the list of files and playlist 140 stored on an iPod, to modify them and to save them back to the iPod. 141 142 -%if %suse_version >= 1010 143 + 144 + 145 + 146 +Authors: 147 +-------- 148 + Jorg Schuler <jcsjcs@users.sourceforge.net> 149 + Christophe Fergeau <teuf@gnome.org> 150 + 151 +%if 0%{?suse_version} >= 1010 152 %package -n libgpod-python 153 Summary: Python Module to access iPod Content 154 Group: Development/Languages/Python 155 Provides: python-libgpod = %{pkg_version_latest}-%{release} 156 Requires: python-mutagen 157 +Requires: %{name} = %{version}-%{release} 158 159 %description -n libgpod-python 160 A python module to access iPod content. This module provides bindings to the 161 libgpod library. 162 -%endif # %suse_version >= 1010 163 + 164 + 165 + 166 + 167 +Authors: 168 +-------- 169 + Jorg Schuler <jcsjcs@users.sourceforge.net> 170 + Christophe Fergeau <teuf@gnome.org> 171 +%endif # 0%{?suse_version} >= 1010 172 173 %package -n libgpod-doc 174 Summary: Developer Documentation for libgpod 175
176 %description -n libgpod-doc 177 API reference documentation for libgpod 178 179 + 180 + 181 + 182 +Authors: 183 +-------- 184 + Jorg Schuler <jcsjcs@users.sourceforge.net> 185 + Christophe Fergeau <teuf@gnome.org> 186 + 187 +%if %build_so_3 188 +%package -n libgpod3 189 +Summary: Shared Library to access the Contents of an iPod 190 +Version: %{pkg_version_3} 191 +License: GNU Library General Public License version 2 or later (LGPL 2) 192 +Group: System/Libraries 193 +Provides: libgpod2-packman = %{pkg_version_3}-%{release} 194 +Provides: libgpod-packman = %{pkg_version_3}-%{release} 195 +%if 0%{?suse_version} >= 1020 && 0%{?suse_version} < 1030 196 +Obsoletes: libgpod 197 +Provides: libgpod = %{pkg_version_3}-%{release} 198 +%endif 199 +%description -n libgpod3 200 +This package contains libgpod.so.2 for backwards compatibility. 201 |
||
[+] | Deleted | libgpod-0.4.2.patch ^ |
@@ -1,12 +0,0 @@ -diff -NubBr libgpod-0.4.2/src/ithumb-writer.c libgpod-0.4.2.patched/src/ithumb-writer.c ---- libgpod-0.4.2/src/ithumb-writer.c 2007-01-09 14:31:13.000000000 +0100 -+++ libgpod-0.4.2.patched/src/ithumb-writer.c 2007-01-19 08:51:10.000000000 +0100 -@@ -46,7 +46,7 @@ - #include <fcntl.h> - - --#define ITHUMB_MAX_SIZE (500L*1000L*1000L) -+#define ITHUMB_MAX_SIZE (256L*1000L*1000L) - /* for testing: */ - /*#define ITHUMB_MAX_SIZE (1L*1000L*1000L)*/ - | ||
[+] | Added | libgpod-0.6.0-gcc-4.3.patch ^ |
@@ -0,0 +1,12 @@ +--- tests/test-rebuild-db.cc.orig 2008-06-20 00:30:24.000000000 +0200 ++++ tests/test-rebuild-db.cc 2008-06-20 00:30:49.000000000 +0200 +@@ -35,6 +35,9 @@ + #include <id3v2tag.h> + #include <mpegfile.h> + ++#include <string.h> ++#include <cstring> ++ + #include "itdb.h" + + static char * | ||
[+] | Added | libgpod-0.6.0-missing_includes.patch ^ |
@@ -0,0 +1,32 @@ +--- tests/test-rebuild-db.cc ++++ tests/test-rebuild-db.cc +@@ -29,6 +29,7 @@ + #include <sys/stat.h> + #include <typeinfo> + #include <unistd.h> ++#include <string.h> + + #include <glib/gstdio.h> + +--- tools/hal-callout.c ++++ tools/hal-callout.c +@@ -32,6 +32,9 @@ + #endif + #include <stdlib.h> + #include <string.h> ++#ifdef HAVE_UNISTD_H ++#include <unistd.h> ++#endif + #include <sys/mount.h> + #include <itdb.h> + #include <itdb_device.h> +--- tools/ipod-scsi-inquiry.c ++++ tools/ipod-scsi-inquiry.c +@@ -30,6 +30,7 @@ + #include <fcntl.h> + #include <stdio.h> + #include <stdlib.h> ++#include <stdint.h> + #include <string.h> + #include <unistd.h> + #include <scsi/sg_cmds.h> | ||
[+] | Deleted | libgpod-gettext-soname.patch ^ |
@@ -1,11 +0,0 @@ ---- configure.ac.orig 2007-09-08 00:13:07.000000000 +0200 -+++ configure.ac 2007-09-08 00:13:29.000000000 +0200 -@@ -94,7 +94,7 @@ - dnl ************************************************** - ALL_LINGUAS="de es fr he it ja sv" - --GETTEXT_PACKAGE=libgpod -+GETTEXT_PACKAGE=libgpod@@SONAME@@ - AC_SUBST(GETTEXT_PACKAGE) - AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package.]) - | ||
Added | libgpod-0.7.0.tar.gz ^ |