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

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