Browse Source

updated: libimobiledevice, libcdio, gvfs

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1060 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 14 years ago
parent
commit
f9a0e1a22c

+ 4 - 1
g/gvfs/gvfs-vl.spec

@@ -2,7 +2,7 @@ Summary: Backends for the gio framework in GLib
 Summary(ja): GLib の GIO フレームワークのバックエンド
 Name: gvfs
 Version: 1.6.1
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 License: LGPLv2+
 Group: System Environment/Libraries
 URL: http://www.gtk.org
@@ -286,6 +286,9 @@ killall -USR1 gvfsd >&/dev/null || :
 
 
 %changelog
+* Sat May 22 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.6.1-3
+- rebuilt with libcdio-0.82
+
 * Wed May 12 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.1-2
 - add configure option --enable-gdu
 - add BR: gnome-disk-utility-devel

+ 22 - 26
lib/libc/libcdio/libcdio-vl.spec

@@ -1,67 +1,60 @@
 Summary: CD-ROM input and control library
 Summary(ja): CD-ROM 入力・制御ライブラリ
 Name: libcdio
-Version: 0.80
+Version: 0.82
 Release: 1%{?_dist_release}
 Group: System Environment/Libraries
 License: GPLv2+
 URL: http://www.gnu.org/software/libcdio/
 
-Source0: http://ftp.gnu.org/gnu/libcdio/libcdio-0.80.tar.gz
-Source1: http://ftp.gnu.org/gnu/libcdio/libcdio-0.80.tar.gz.sig
+Source0: http://ftp.gnu.org/gnu/libcdio/libcdio-%{version}.tar.bz2
+Source1: http://ftp.gnu.org/gnu/libcdio/libcdio-%{version}.tar.bz2.sig
 Source2: libcdio-no_date_footer.hml
 Patch1: libcdio-0.80-paranoia-fix.patch
 
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: pkgconfig doxygen
 BuildRequires: ncurses-devel
 BuildRequires: help2man
-Requires(post): /sbin/ldconfig
+BuildRequires: gcc-c++
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
 
-# The patch touches Makefile.am files:
-BuildRequires: automake autoconf
-BuildRequires: libtool
-BuildRequires: gettext
-
-
-
 %description
 This library provides an interface for CD-ROM access. It can be used
 by applications that need OS- and device-independent access to CD-ROM
 devices.
 
 %package        devel
-Summary:        Header files and static libraries for %{name}
-Summary(ja):        Header files and static libraries for %{name}
+Summary:        Development files for %{name}
+Summary(ja):    %{name} の開発用ファイル
 Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
 Requires:       pkgconfig
 
-%description    devel
-This package contains header files and static libraries for %{name}.
+%description devel
+This package contains development files for %{name}.
 
 
 %prep
 %setup -q
-%patch1 -p1 -b .paranoia_pc
+#patch1 -p1 -b .paranoia_pc
 
 f=src/cd-paranoia/doc/ja/cd-paranoia.1.in
 iconv -f euc-jp -t utf-8 -o $f.utf8 $f && mv $f.utf8 $f
 
-
 %build
-libtoolize --force  || :
-aclocal  || :
-autoheader  || :
-automake  || :
-autoconf  || :
+#libtoolize --force  || :
+#aclocal  || :
+#autoheader  || :
+#automake  || :
+#autoconf  || :
 %configure \
 	--disable-vcd-info \
 	--disable-dependency-tracking \
 	--disable-cddb \
-	--disable-rpath
+	--disable-rpath \
+	--disable-static
 make %{?_smp_mflags}
 cd doc/doxygen
 sed -i -e "s,HTML_FOOTER.*$,HTML_FOOTER = libcdio-no_date_footer.hml,g" Doxyfile
@@ -108,7 +101,6 @@ fi
 
 %postun -p /sbin/ldconfig
 
-
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING NEWS README README.libcdio THANKS TODO
@@ -124,12 +116,16 @@ fi
 %doc doc/doxygen/html examples
 %{_includedir}/cdio
 %{_includedir}/cdio++
-%{_libdir}/*.a
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc
 
 
 %changelog
+* Fri May 21 2010 Ryoichi INAGAKI <ryo1@bc.wakwa.com> 0.82-1
+- new upstream release
+- dropt Patch1
+- removed static libraries from devel package
+
 * Sat Sep 06 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.80-1
 - initial build for Vine Linux
 

+ 11 - 3
lib/libi/libimobiledevice/libimobiledevice-vl.spec

@@ -1,6 +1,6 @@
 Name:          libimobiledevice
 Version:       1.0.0
-Release:       1%{?_dist_release}
+Release:       2%{?_dist_release}
 Summary:       Library for connecting to mobile devices
 Summary(ja):   モバイルデバイスに接続するためのライブラリ
 
@@ -31,9 +31,14 @@ and music players
 
 %package devel
 Summary: Development package for libimobiledevice
-Summary(ja): Development package for libimobiledevice
+Summary(ja): libimobiledevice の開発用パッケージ
 Group: Development/Libraries
 Requires: libimobiledevice = %{version}-%{release}
+Requires: libplist-devel >= 0.12
+Requires: usbmuxd-devel >= 0.1.0
+Requires: glib2-devel >= 2.14.1
+Requires: gnutls-devel >= 1.6.3
+Requires: libtasn1-devel >= 1.1
 Requires: pkgconfig
 Provides: libiphone-devel = %{version}
 Obsoletes: libiphone-devel < 0.9.7 
@@ -43,7 +48,7 @@ Files for development with libimobiledevice.
 
 %package python
 Summary: Python bindings for libimobiledevice
-Summary(ja): Python bindings for libimobiledevice
+Summary(ja): libimobiledevice の Python バインディング
 Group: Development/Libraries
 Requires: libimobiledevice = %{version}-%{release}
 Requires: pkgconfig
@@ -102,6 +107,9 @@ rm -rf %{buildroot}
 %{python_sitearch}/imobiledevice/
 
 %changelog
+* Sat May 22 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.0-2
+- updated devel package Requires
+
 * Thu Apr 29 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.0-1
 - initial build for Vine Linux