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

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