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

Revision 1544, 3.5 KB checked in by kudoh, 14 years ago (diff)
Line 
1Name:           font-manager
2Version:        0.5.6
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
44desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/font-sampler.desktop
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files
50%defattr(-,root,root,-)
51%doc ChangeLog COPYING TODO README
52%{_bindir}/*
53%{_libdir}/font-manager/
54%{_datadir}/font-manager/
55%{_datadir}/applications/font-manager.desktop
56%{_datadir}/applications/font-sampler.desktop
57
58%changelog
59* Tue Aug 10 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.6-1
60- new upstream release
61
62* Fri Jul 2 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.5-1
63- new upstream release
64- added font-sampler.desktop
65
66* Mon May 31 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.4-1
67- new upstream release
68
69* Sun May 16 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.3-1
70- new upstream release
71
72* Wed May 5 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.2-1
73- new upstream release
74- dropt Patch0
75- added %{_datadir}/font-manager/ in %files
76
77* Sat Mar 13 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.4-1
78- new upstream release
79- applied new naming policy to spec
80- fixed typo in Japanese description
81
82* Wed Feb 17 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.3-1
83- initial build for VineSeed
84
85* Sun Jan 17 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.3-1
86- Update to new upstream version
87- Remove patches as they are not necessary anymore
88- Adjust python optimization
89
90* Wed Jan  6 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.2-5
91- Fix license string
92- Fix upstream Makefile to include *.py file with *.pyc and *.pyo
93
94* Sun Jan  3 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.2-4
95- Fix permission problem on .desktop file directly with a patch
96
97* Sun Jan  3 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.2-3
98- Fix permission problem on .desktop file
99- Fix wildcards problem in file section
100
101* Sun Jan  3 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.2-2
102- Fix as per the recommendations on bug #551878
103
104* Sat Jan  2 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.2-1
105- Initial build for Fedora
Note: See TracBrowser for help on using the repository browser.