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

Revision 10203, 4.7 KB checked in by kudoh, 8 years ago (diff)

new upstream release

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