Browse Source

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

kudoh 14 years ago
parent
commit
39664c43a8
2 changed files with 16 additions and 11 deletions
  1. 10 4
      f/font-manager/font-manager-vl.spec
  2. 6 7
      g/gedit-plugins/gedit-plugins-vl.spec

+ 10 - 4
f/font-manager/font-manager-vl.spec

@@ -1,5 +1,5 @@
 Name:           font-manager
-Version:        0.4.4
+Version:        0.5.2
 Release:        1%{?_dist_release}
 Summary:        A font management application for the GNOME desktop environment
 Summary(ja):    GNOME デスクトップ環境のフォント管理アプリケーション
@@ -7,8 +7,8 @@ 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
-Patch0:         font-manager-0.4.3-adjust-python-optimization.patch
+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
 BuildRequires:  python desktop-file-utils
@@ -31,7 +31,7 @@ GNOME デスクトップ環境を念頭において設計していますが、
 
 %prep
 %setup -q
-%patch0 -p1
+#%patch0 -p1
 
 %build
 %configure
@@ -49,10 +49,16 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc ChangeLog COPYING TODO README
 %{_bindir}/font-manager
+%{_libdir}/font-manager/
 %{_datadir}/font-manager/
 %{_datadir}/applications/font-manager.desktop
 
 %changelog
+* Wed May 5 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.2-1
+- new upstream release
+- dropt Patch0
+- added %{_datadir}/font-manager/ in %files
+
 * Sat Mar 13 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.4-1
 - new upstream release
 - applied new naming policy to spec

+ 6 - 7
g/gedit-plugins/gedit-plugins-vl.spec

@@ -14,18 +14,17 @@ BuildRequires:  intltool >= 0.35.0
 BuildRequires:  perl >= 5.8.1
 BuildRequires:  perl-XML-Parser
 BuildRequires:  gettext
-BuildRequires:  glib2-devel >= 2.24.0
-BuildRequires:  gtk2-devel >= 2.20.0
+BuildRequires:  glib2-devel >= 2.16.0
+BuildRequires:  gtk2-devel >= 2.13.0
 BuildRequires:  GConf2-devel
 BuildRequires:  gtksourceview2-devel >= 2.5.1
-BuildRequires:  gedit-devel >= 2.30.0
-BuildRequires:  gucharmap-devel >= 2.30.0
+BuildRequires:  gedit-devel >= 2.25.4
+BuildRequires:  gucharmap-devel >= 2.23.0
 BuildRequires:  gnome-doc-utils
 BuildRequires:  vte-devel
 BuildRequires:  pygtk2-devel >= 2.12.0
 BuildRequires:  pygtksourceview-devel >= 2.2.0
 BuildRequires:  pygobject-devel >= 2.15.4
-BuildRequires:  python-devel
 Requires:       gedit
 Requires:       pygtk2
 Requires:       pygtksourceview
@@ -124,9 +123,9 @@ fi
 
 
 %changelog
-* Sun Apr 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.30.0-1
+* Wed May 5 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.30.0-1
 - new upstream release
-- add BuildRequires: python-devel
+- changed Source0 URL
 
 * Tue Dec  1 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.28.0-2
 - added BuildRequires: gedit-devel