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

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