source: projects/specs/branches/6/f/font-manager/font-manager-vl.spec @ 2409

Revision 2409, 4.0 KB checked in by Takemikaduchi, 13 years ago (diff)

add BuildRequires?

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