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

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