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

Revision 556, 2.8 KB checked in by kudoh, 14 years ago (diff)
Line 
1Name:           font-manager
2Version:        0.4.4
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
11Patch0:         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}/font-manager
52%{_datadir}/font-manager/
53%{_datadir}/applications/font-manager.desktop
54
55%changelog
56* Sat Mar 13 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.4-1
57- new upstream release
58- applied new naming policy to spec
59- fixed typo in Japanese description
60
61* Wed Feb 17 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.3-1
62- initial build for VineSeed
63
64* Sun Jan 17 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.3-1
65- Update to new upstream version
66- Remove patches as they are not necessary anymore
67- Adjust python optimization
68
69* Wed Jan  6 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.2-5
70- Fix license string
71- Fix upstream Makefile to include *.py file with *.pyc and *.pyo
72
73* Sun Jan  3 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.2-4
74- Fix permission problem on .desktop file directly with a patch
75
76* Sun Jan  3 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.2-3
77- Fix permission problem on .desktop file
78- Fix wildcards problem in file section
79
80* Sun Jan  3 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.2-2
81- Fix as per the recommendations on bug #551878
82
83* Sat Jan  2 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.2-1
84- Initial build for Fedora
Note: See TracBrowser for help on using the repository browser.