Browse Source

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

kudoh 14 years ago
parent
commit
0da222ec54

+ 5 - 2
f/font-manager/font-manager-vl.spec

@@ -1,5 +1,5 @@
 Name:           font-manager
-Version:        0.5.3
+Version:        0.5.4
 Release:        1%{?_dist_release}
 Summary:        A font management application for the GNOME desktop environment
 Summary(ja):    GNOME デスクトップ環境のフォント管理アプリケーション
@@ -7,7 +7,7 @@ BuildArch:      noarch
 Group:          Applications/Publishing
 License:        GPLv3+
 URL:            http://code.google.com/p/font-manager
-Source0:        http://font-manager.googlecode.com/files/%{name}_%{version}.tar.bz2
+Source0:        http://font-manager.googlecode.com/files/%{name}-%{version}.tar.bz2
 #Patch0:         font-manager-0.4.3-adjust-python-optimization.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 Requires:       fontconfig libxml2-python pygtk2 pygobject gucharmap file-roller
@@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/applications/font-manager.desktop
 
 %changelog
+* Mon May 31 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.4-1
+- new upstream release
+
 * Sun May 16 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.3-1
 - new upstream release
 

+ 4 - 1
lib/libu/libusb1/libusb1-vl.spec

@@ -1,7 +1,7 @@
 Summary: A library which allows userspace access to USB devices
 Summary(ja): USB デバイスにユーザスペースからアクセスするためのライブラリ
 Name: libusb1
-Version: 1.0.6
+Version: 1.0.8
 Release: 1%{?_dist_release}
 Source0: http://downloads.sourceforge.net/libusb/libusb-%{version}.tar.bz2
 License: LGPLv2+
@@ -86,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/*.a
 
 %changelog
+* Tue May 25 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.0.8-1
+- new upstream release
+
 * Thu Dec 3 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.0.6-1
 - new upstream release
 

+ 8 - 4
n/nautilus-python/nautilus-python-vl.spec

@@ -1,6 +1,6 @@
 Name:           nautilus-python
-Version:        0.6.1
-Release:        3%{?_dist_release}
+Version:        0.7.0
+Release:        1%{?_dist_release}
 Summary:        Python bindings for Nautilus
 Summary(ja):    Nautilus 用の python バインディング
 Group:          Development/Libraries
@@ -18,7 +18,6 @@ BuildRequires:  python-devel
 BuildRequires:  nautilus-devel
 BuildRequires:  gnome-vfs2-devel
 BuildRequires:  gnome-python-devel >= 2.0
-BuildRequires:  nautilus-devel
 BuildRequires:  pygtk2-devel
 BuildRequires:  libffi-devel
 Requires:       nautilus
@@ -82,11 +81,16 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(-,root,root,-)
-%doc installed_docs/examples installed_docs/documentation.py
+%doc installed_docs/examples
 %{_libdir}/pkgconfig/%{name}.pc
 
 
 %changelog
+* Sun May 23 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.7.0-1
+- new upstream release
+- deleted duplicate BuildRequires: nautilus-devel
+- deleted installed_docs/documentation.py in -devel package
+
 * Sun Apr 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.1-3
 - rebuild with GNOME-2.30
 - change BuildRequires: eel2-devel -> nautilus-devel

+ 8 - 3
p/pmount/pmount-vl.spec

@@ -1,5 +1,5 @@
 %define name pmount
-%define version 0.9.20
+%define version 0.9.22
 %define release 1%{?_dist_release}
 
 Summary: Pmount allow mounting devices without fstab modifications
@@ -8,7 +8,7 @@ Name: %{name}
 Version: %{version}
 Release: %{release}
 
-Source0: http://www.piware.de/projects/%{name}-%{version}.tar.gz
+Source0: http://www.piware.de/projects/%{name}-%{version}.tar.bz2
 #Patch0: pmount-0.9.9-makefile.patch
 Patch1: pmount-0.9.17-nosetuid.patch
 
@@ -20,10 +20,11 @@ Url: http://pmount.alioth.debian.org/
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 #Buildrequires: automake
 #Buildrequires: automake19
-Buildrequires: sysfsutils-devel 
+Buildrequires: sysfsutils-devel
 Buildrequires: hal-devel
 Buildrequires: dbus-devel
 Buildrequires: perl-XML-Parser
+Buildrequires: intltool
 
 %description
 Pmount allow mounting usb, firewire and pcmci media without modifying
@@ -67,6 +68,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue May 25 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.9.22-1
+- new upstream release
+- added Buildrequires: intltool
+
 * Wed Sep 23 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.9.20-1
 - new upstream release