Jelajahi Sumber

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2689 ec354946-7b23-47d6-9f5a-488ba84defc7

kudoh 14 tahun lalu
induk
melakukan
bdd70d3f76

+ 4 - 1
c/chromium/chromium-vl.spec

@@ -15,7 +15,7 @@ Summary:        Google's opens source browser project
 Summary(ja):    Googleのオープンソースウェブブラウザ
 Summary(ja):    Googleのオープンソースウェブブラウザ
 #'
 #'
 Version:        10.0.651.0
 Version:        10.0.651.0
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 License:        BSD
 License:        BSD
 Group:          Applications/Internet
 Group:          Applications/Internet
 #Source0:        %{name}.%{version}.svn%{svn_rev}.tar.lzma
 #Source0:        %{name}.%{version}.svn%{svn_rev}.tar.lzma
@@ -452,6 +452,9 @@ popd
 %{_libdir}/pkgconfig/chromium-browser.pc
 %{_libdir}/pkgconfig/chromium-browser.pc
 
 
 %changelog
 %changelog
+* Thu Feb 10 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 10.0.651.0-2
+- rebuilt with libevent-2.0.10
+
 * Sat Jan 29 2011 Munehiro Yamamoto <munepi@vinelinux.org> 10.0.651.0-1
 * Sat Jan 29 2011 Munehiro Yamamoto <munepi@vinelinux.org> 10.0.651.0-1
 - updated to 10.0.651.0 with v8 3.0.12
 - updated to 10.0.651.0 with v8 3.0.12
 - added BuildRequires: 
 - added BuildRequires: 

+ 7 - 3
lib/libe/libevent/libevent-vl.spec

@@ -1,8 +1,8 @@
 Summary:        Abstract asynchronous event notification library
 Summary:        Abstract asynchronous event notification library
 Summary(ja):	非同期イベント通知ライブラリ
 Summary(ja):	非同期イベント通知ライブラリ
 Name:           libevent
 Name:           libevent
-Version:        1.4.13
-Release:        2%{?_dist_release}
+Version:        2.0.10
+Release:        1%{?_dist_release}
 Group:          System Environment/Libraries
 Group:          System Environment/Libraries
 License:        BSD
 License:        BSD
 URL:            http://monkey.org/~provos/libevent/
 URL:            http://monkey.org/~provos/libevent/
@@ -66,10 +66,14 @@ rm -rf $RPM_BUILD_ROOT
 %doc sample/*.c
 %doc sample/*.c
 %{_includedir}/*
 %{_includedir}/*
 %{_libdir}/lib*.so
 %{_libdir}/lib*.so
-%{_mandir}/man3/*
+%{_libdir}/pkgconfig/%{name}*.pc
+#%{_mandir}/man3/*
 
 
 
 
 %changelog
 %changelog
+* Thu Feb 10 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.0.10-1
+- new upstream release
+
 * Fri Feb 12 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.4.13-2
 * Fri Feb 12 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.4.13-2
 - rebuilt with gcc-4.4.3-3 on ppc
 - rebuilt with gcc-4.4.3-3 on ppc
 
 

+ 30 - 3
m/memcached/memcached-vl.spec

@@ -1,9 +1,14 @@
 Summary: a high-performance, distributed memory object caching system
 Summary: a high-performance, distributed memory object caching system
 Summary(ja): ハイパフォーマンスな分散メモリオブジェクトキャッシングシステム
 Summary(ja): ハイパフォーマンスな分散メモリオブジェクトキャッシングシステム
 Name: memcached
 Name: memcached
-Version: 1.2.8
+Version: 1.4.5
 Release: 1%{?_dist_release}
 Release: 1%{?_dist_release}
 Source0: http://www.danga.com/memcached/dist/%{name}-%{version}.tar.gz
 Source0: http://www.danga.com/memcached/dist/%{name}-%{version}.tar.gz
+
+# Patches
+# From http://code.google.com/p/memcached/issues/detail?id=60
+Patch0: memcached-1.4.5-issue60.diff
+
 License: modified BDS style License
 License: modified BDS style License
 Url: http://www.danga.com/memcached/
 Url: http://www.danga.com/memcached/
 Group: Applications/Databases
 Group: Applications/Databases
@@ -15,8 +20,19 @@ memcached is a high-performance, distributed memory object caching system,
 generic in nature, but intended for use in speeding up dynamic web 
 generic in nature, but intended for use in speeding up dynamic web 
 applications by alleviating database load.
 applications by alleviating database load.
 
 
+%package devel
+Summary:	Files needed for development using memcached protocol
+Summary(ja):	memcached プロトコルを使用した開発に必要なファイル
+Group:		Development/Libraries 
+Requires:	%{name} = %{version}-%{release}
+
+%description devel
+Install memcached-devel if you are developing C/C++ applications that require access to the
+memcached binary include files.
+
 %prep
 %prep
-%setup
+%setup -q
+%patch0 -p1
 
 
 %build
 %build
 %configure
 %configure
@@ -47,7 +63,7 @@ rm -rf %{buildroot}
 
 
 %files
 %files
 %defattr(-,root,root)
 %defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog NEWS README TODO
+%doc AUTHORS COPYING ChangeLog NEWS README doc/CONTRIBUTORS doc/*.txt
 %config(noreplace) %{_sysconfdir}/sysconfig/memcached
 %config(noreplace) %{_sysconfdir}/sysconfig/memcached
 %{_initdir}/memcached
 %{_initdir}/memcached
 %{_bindir}/memcached
 %{_bindir}/memcached
@@ -55,7 +71,18 @@ rm -rf %{buildroot}
 %{_mandir}/man1/memcached.1*
 %{_mandir}/man1/memcached.1*
 %dir %{_localstatedir}/run/memcached
 %dir %{_localstatedir}/run/memcached
 
 
+%files devel
+%defattr(-,root,root,0755)
+%{_includedir}/memcached/*
+
 %changelog
 %changelog
+* Thu Feb 10 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.4.5-1
+- new upstream release
+- added Patch0 from Fedora
+- rebuilt with libevent-2.0.10
+- fixed &&files
+- splitted -devel package
+
 * Mon Jun 22 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.2.8-1
 * Mon Jun 22 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.2.8-1
 - new upstream release.
 - new upstream release.
 - wrote spec in UTF-8.
 - wrote spec in UTF-8.

+ 4 - 1
n/nfs-utils/nfs-utils-vl.spec

@@ -3,7 +3,7 @@ Summary(ja): カーネル NFS サーバ用 NFS ユーティリティと関連プ
 Name: nfs-utils
 Name: nfs-utils
 URL: http://sourceforge.net/projects/nfs
 URL: http://sourceforge.net/projects/nfs
 Version: 1.1.5
 Version: 1.1.5
-Release: 3%{?_dist_release}
+Release: 4%{?_dist_release}
 
 
 # group all 32bit related archs
 # group all 32bit related archs
 %define all_32bit_archs i386 i686 athlon
 %define all_32bit_archs i386 i686 athlon
@@ -316,6 +316,9 @@ fi
 
 
 
 
 %changelog
 %changelog
+* Thu Feb 10 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.5-4
+- rebuilt with libevent-2.0.10
+
 * Tue Aug 11 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.5-3
 * Tue Aug 11 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.5-3
 - add INIT INFO headers to initscripts
 - add INIT INFO headers to initscripts
 
 

+ 5 - 2
t/transmission/transmission-vl.spec

@@ -1,6 +1,6 @@
 Name:	transmission
 Name:	transmission
-Version:	2.13
-Release:	2%{?_dist_release}
+Version:	2.20
+Release:	1%{?_dist_release}
 Summary:	A lightweight BitTorrent client
 Summary:	A lightweight BitTorrent client
 Summary(ja):	軽量な BitTorrent クライアント
 Summary(ja):	軽量な BitTorrent クライアント
 
 
@@ -256,6 +256,9 @@ fi
 %{_mandir}/man1/transmission-qt.1*
 %{_mandir}/man1/transmission-qt.1*
 
 
 %changelog
 %changelog
+* Sat Feb 12 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.20-1
+- Update to upstream 2.20
+
 * Wed Jan 12 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.13-2
 * Wed Jan 12 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.13-2
 - rebuilt with openssl-1.0.0c
 - rebuilt with openssl-1.0.0c
 
 

+ 4 - 1
u/unbound/unbound-vl.spec

@@ -12,7 +12,7 @@
 Summary: Validating, recursive, and caching DNS(SEC) resolver
 Summary: Validating, recursive, and caching DNS(SEC) resolver
 Name: unbound
 Name: unbound
 Version: 1.4.7
 Version: 1.4.7
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: BSD
 License: BSD
 Url: http://www.unbound.net/
 Url: http://www.unbound.net/
 Source: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz
 Source: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz
@@ -214,6 +214,9 @@ fi
 %postun libs -p /sbin/ldconfig
 %postun libs -p /sbin/ldconfig
 
 
 %changelog
 %changelog
+* Thu Feb 10 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.4.7-2
+- rebuilt with libevent-2.0.10
+
 * Sun Nov 14 2010 IWAI, Masaharu <iwai@alib.jp> 1.4.7-1
 * Sun Nov 14 2010 IWAI, Masaharu <iwai@alib.jp> 1.4.7-1
 - new upstream release
 - new upstream release
 - add enable_gost flag: default disable
 - add enable_gost flag: default disable