|
@@ -1,5 +1,5 @@
|
|
Name: font-manager
|
|
Name: font-manager
|
|
-Version: 0.4.4
|
|
|
|
|
|
+Version: 0.5.2
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Summary: A font management application for the GNOME desktop environment
|
|
Summary: A font management application for the GNOME desktop environment
|
|
Summary(ja): GNOME デスクトップ環境のフォント管理アプリケーション
|
|
Summary(ja): GNOME デスクトップ環境のフォント管理アプリケーション
|
|
@@ -7,8 +7,8 @@ BuildArch: noarch
|
|
Group: Applications/Publishing
|
|
Group: Applications/Publishing
|
|
License: GPLv3+
|
|
License: GPLv3+
|
|
URL: http://code.google.com/p/font-manager
|
|
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
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
Requires: fontconfig libxml2-python pygtk2 pygobject gucharmap file-roller
|
|
Requires: fontconfig libxml2-python pygtk2 pygobject gucharmap file-roller
|
|
BuildRequires: python desktop-file-utils
|
|
BuildRequires: python desktop-file-utils
|
|
@@ -31,7 +31,7 @@ GNOME デスクトップ環境を念頭において設計していますが、
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
-%patch0 -p1
|
|
|
|
|
|
+#%patch0 -p1
|
|
|
|
|
|
%build
|
|
%build
|
|
%configure
|
|
%configure
|
|
@@ -49,10 +49,16 @@ rm -rf $RPM_BUILD_ROOT
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%doc ChangeLog COPYING TODO README
|
|
%doc ChangeLog COPYING TODO README
|
|
%{_bindir}/font-manager
|
|
%{_bindir}/font-manager
|
|
|
|
+%{_libdir}/font-manager/
|
|
%{_datadir}/font-manager/
|
|
%{_datadir}/font-manager/
|
|
%{_datadir}/applications/font-manager.desktop
|
|
%{_datadir}/applications/font-manager.desktop
|
|
|
|
|
|
%changelog
|
|
%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
|
|
* Sat Mar 13 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.4-1
|
|
- new upstream release
|
|
- new upstream release
|
|
- applied new naming policy to spec
|
|
- applied new naming policy to spec
|