source: projects/specs/trunk/f/font-manager/font-manager-vl.spec @ 1020

Revision 1020, 3.1 KB checked in by kudoh, 14 years ago (diff)
Line 
1Name:           font-manager
2Version:        0.5.3
3Release:        1%{?_dist_release}
4Summary:        A font management application for the GNOME desktop environment
5Summary(ja):    GNOME デスクトップ環境のフォント管理アプリケーション
6BuildArch:      noarch
7Group:          Applications/Publishing
8License:        GPLv3+
9URL:            http://code.google.com/p/font-manager
10Source0:        http://font-manager.googlecode.com/files/%{name}_%{version}.tar.bz2
11#Patch0:         font-manager-0.4.3-adjust-python-optimization.patch
12BuildRoot:      %{_tmppath}/%{name}-%{version}-root
13Requires:       fontconfig libxml2-python pygtk2 pygobject gucharmap file-roller
14BuildRequires:  python desktop-file-utils
15
16%description
17Font Manager is an application that allows users to easily manage fonts
18on their system.
19
20Although designed with the GNOME desktop environment in mind, it should
21work well with most major desktop environments such as XFCE,
22Enlightenment, and even KDE.
23
24%description -l ja
25Font manager はユーザーが簡単に自分のシステム上のフォントを
26管理することができるアプリケーションです。
27
28GNOME デスクトップ環境を念頭において設計していますが、
29著名なデスクトップ環境である XFCE や Enlightment、KDE でも
30十分動くはずです。
31
32%prep
33%setup -q
34#%patch0 -p1
35
36%build
37%configure
38make %{?_smp_mflags}
39
40%install
41rm -rf $RPM_BUILD_ROOT
42make install DESTDIR=$RPM_BUILD_ROOT
43desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/font-manager.desktop
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%files
49%defattr(-,root,root,-)
50%doc ChangeLog COPYING TODO README
51%{_bindir}/*
52%{_libdir}/font-manager/
53%{_datadir}/font-manager/
54%{_datadir}/applications/font-manager.desktop
55
56%changelog
57* Sun May 16 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.3-1
58- new upstream release
59
60* Wed May 5 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.2-1
61- new upstream release
62- dropt Patch0
63- added %{_datadir}/font-manager/ in %files
64
65* Sat Mar 13 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.4-1
66- new upstream release
67- applied new naming policy to spec
68- fixed typo in Japanese description
69
70* Wed Feb 17 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.3-1
71- initial build for VineSeed
72
73* Sun Jan 17 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.3-1
74- Update to new upstream version
75- Remove patches as they are not necessary anymore
76- Adjust python optimization
77
78* Wed Jan  6 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.2-5
79- Fix license string
80- Fix upstream Makefile to include *.py file with *.pyc and *.pyo
81
82* Sun Jan  3 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.2-4
83- Fix permission problem on .desktop file directly with a patch
84
85* Sun Jan  3 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.2-3
86- Fix permission problem on .desktop file
87- Fix wildcards problem in file section
88
89* Sun Jan  3 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.2-2
90- Fix as per the recommendations on bug #551878
91
92* Sat Jan  2 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.2-1
93- Initial build for Fedora
Note: See TracBrowser for help on using the repository browser.