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

Revision 5807, 4.0 KB checked in by kudoh, 12 years ago (diff)
RevLine 
[521]1Name:           font-manager
[2382]2Version:        0.5.7
[5807]3Release:        3%{?_dist_release}
[521]4Summary:        A font management application for the GNOME desktop environment
5Summary(ja):    GNOME デスクトップ環境のフォント管理アプリケーション
[2382]6#BuildArch:      noarch
[521]7Group:          Applications/Publishing
8License:        GPLv3+
9URL:            http://code.google.com/p/font-manager
[1544]10Source0:        http://font-manager.googlecode.com/files/%{name}-%{version}.tar.bz2
[5807]11
[521]12BuildRoot:      %{_tmppath}/%{name}-%{version}-root
13Requires:       fontconfig libxml2-python pygtk2 pygobject gucharmap file-roller
[2382]14Requires:       pycairo yelp sqlite3
[2409]15BuildRequires:  desktop-file-utils
16BuildRequires:  python-devel
17BuildRequires:  fontconfig-devel
18BuildRequires:  pango-devel
19BuildRequires:  sqlite3-devel
[521]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
[556]30Font manager はユーザーが簡単に自分のシステム上のフォントを
[521]31管理することができるアプリケーションです。
32
33GNOME デスクトップ環境を念頭において設計していますが、
34著名なデスクトップ環境である XFCE や Enlightment、KDE でも
35十分動くはずです。
36
37%prep
38%setup -q
[952]39#%patch0 -p1
[521]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
[1268]49desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/font-sampler.desktop
[521]50
51%clean
52rm -rf $RPM_BUILD_ROOT
53
54%files
55%defattr(-,root,root,-)
56%doc ChangeLog COPYING TODO README
[1020]57%{_bindir}/*
[952]58%{_libdir}/font-manager/
[521]59%{_datadir}/font-manager/
60%{_datadir}/applications/font-manager.desktop
[1268]61%{_datadir}/applications/font-sampler.desktop
[521]62
63%changelog
[5807]64* Wed Feb 29 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.7-3
65- rebuilt with python-2.7
66
[2409]67* Tue Dec 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.7-2
68- add BuildRequires: fontconfig-devel, pango-devel, sqlite3-dvel
69- change BuildRequires: python-devel instead of python
70
[2382]71* Fri Dec 24 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.7-1
72- new upstream release
73- changed BuildArch to fail building
74- added Requires: pycairo yelp sqlite3
75
[1544]76* Tue Aug 10 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.6-1
77- new upstream release
78
[1268]79* Fri Jul 2 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.5-1
80- new upstream release
81- added font-sampler.desktop
82
[1101]83* Mon May 31 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.4-1
84- new upstream release
85
[1020]86* Sun May 16 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.3-1
87- new upstream release
88
[952]89* Wed May 5 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.2-1
90- new upstream release
91- dropt Patch0
92- added %{_datadir}/font-manager/ in %files
93
[556]94* Sat Mar 13 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.4-1
95- new upstream release
96- applied new naming policy to spec
97- fixed typo in Japanese description
98
[521]99* Wed Feb 17 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.3-1
100- initial build for VineSeed
101
102* Sun Jan 17 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.3-1
103- Update to new upstream version
104- Remove patches as they are not necessary anymore
105- Adjust python optimization
106
107* Wed Jan  6 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.2-5
108- Fix license string
109- Fix upstream Makefile to include *.py file with *.pyc and *.pyo
110
111* Sun Jan  3 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.2-4
112- Fix permission problem on .desktop file directly with a patch
113
114* Sun Jan  3 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.2-3
115- Fix permission problem on .desktop file
116- Fix wildcards problem in file section
117
118* Sun Jan  3 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.2-2
119- Fix as per the recommendations on bug #551878
120
121* Sat Jan  2 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.2-1
122- Initial build for Fedora
Note: See TracBrowser for help on using the repository browser.