source: projects/specs/trunk/l/latexila/latexila-vl.spec @ 6924

Revision 6924, 4.1 KB checked in by Takemikaduchi, 12 years ago (diff)

libunistring: add Requires,
others: new upstream release

Line 
1Name:           latexila
2Version:        2.6.0
3Release:        1%{?_dist_release}
4Summary:        Integrated LaTeX Environment for the GNOME desktop
5
6Group:          Applications/Publishing
7License:        GPLv3+
8URL:            http://projects.gnome.org/latexila/
9Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.6/%{name}-%{version}.tar.xz
10
11BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
12
13BuildRequires:  gettext
14BuildRequires:  gtksourceview3-devel
15BuildRequires:  desktop-file-utils
16BuildRequires:  libgee06-devel
17BuildRequires:  unique-devel
18BuildRequires:  gtkspell-devel
19BuildRequires:  gsettings-desktop-schemas-devel
20BuildRequires:  itstool
21
22Requires:       hicolor-icon-theme
23Requires:       itstool
24Requires:       latexmk
25Requires:       rubber
26Requires:       gsettings-desktop-schemas
27
28Vendor: Project Vine
29Distribution: Vine Linux
30Packager: Takemikaduchi
31
32
33%description
34LaTeXila is an Integrated LaTeX Environment for GNOME. The main features are:
35  * Configurable buttons to compile, convert and view a document in one click
36  * LaTeX commands auto-completion
37  * Symbol tables (Greek letters, arrows, ...)
38  * File browser integrated
39  * Template managing
40  * Menus with the most commonly used LaTeX commands
41  * Easy projects management
42
43%prep
44%setup -q
45
46%build
47%configure --disable-static
48make %{?_smp_mflags}
49
50%install
51rm -rf %{buildroot}
52make install DESTDIR=%{buildroot}
53%find_lang %{name} --all-name --with-gnome
54
55desktop-file-install \
56        --dir %{buildroot}%{_datadir}/applications \
57         %{buildroot}%{_datadir}/applications/%{name}.desktop
58
59%clean
60rm -rf %{buildroot}
61
62%post
63update-desktop-database &> /dev/null || :
64touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
65
66if [ $1 -eq 1 ] ; then
67        glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
68fi
69
70%postun
71update-desktop-database &> /dev/null || :
72
73if [ $1 -eq 0 ] ; then
74  touch --no-create %{_datadir}/icons/hicolor &>/dev/null
75  gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
76  glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
77fi
78
79
80%posttrans
81gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
82
83%files -f %{name}.lang
84%defattr(-,root,root,-)
85%doc AUTHORS COPYING README NEWS HACKING TODO
86%{_mandir}/man1/%{name}.1.*
87%{_bindir}/*
88
89%{_datadir}/%{name}/
90%{_datadir}/applications/%{name}.desktop
91%{_datadir}/icons/hicolor/*/apps/%{name}.png
92%{_datadir}/glib-2.0/schemas/org.gnome.%{name}.gschema.xml
93
94%changelog
95* Fri Oct 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.0-1
96- new upstream release
97- change BuildRequires: gtksourceview3-devel instead of gtksourceview2-devel
98- change BuildRequires: libgee06-devel instead of libgee-devel
99- add BuildRequires: gsettings-desktop-schemas-devel
100
101* Tue Jun 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.1-1
102- new upstream release
103
104* Mon Apr 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.0-1
105- new upstream release
106- add BuildRequires: gtkspell-devel
107
108* Wed Feb 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.3-1
109- new upstream release
110
111* Mon Oct 10 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.2-1
112- initial build for Vine Linux
113
114
115* Tue Jul 12 2011 Thibault North <tnorth@fedoraproject.org> - 2.0.8-1
116- Update to 2.0.8
117
118* Thu Apr 7 2011 Thibault North <tnorth@fedoraproject.org> - 2.0.7-1
119- Update to 2.0.7
120
121* Sun Mar 20 2011 Thibault North <tnorth@fedoraproject.org> - 2.0.6-1
122- Update to 2.0.6
123
124* Tue Feb 15 2011 Thibault North <tnorth@fedoraproject.org> - 2.0.5-1
125- Update to 2.0.5, thanks Sébastien Wilmet
126
127* Thu Nov 25 2010 Thibault North <tnorth@fedoraproject.org> - 2.0.1-4
128- A few more fixes
129
130* Mon Nov 22 2010 Thibault North <tnorth@fedoraproject.org> - 2.0.1-3
131- Use %%find_lang, fixes by Mohamed El Morabity
132
133* Sun Nov 21 2010 Thibault North <tnorth@fedoraproject.org> - 2.0.1-2
134- Small fixes
135
136* Sun Nov 21 2010 Sébastien Wilmet <sebastien.wilmet@gmail.com> - 2.0.1-1
137- Release 2.0.1
138
139* Sun Nov 14 2010 Thibault North <tnorth@fedoraproject.org> - 2.0.0-1
140- Release 2.0
141
142* Mon Mar 1 2010 Sébastien Wilmet <sebastien.wilmet@gmail.com> - 0.2-1
143- New upstream release
144- Icons support
145
146* Fri Dec 25 2009 Sébastien Wilmet <sebastien.wilmet@gmail.com> - 0.1-1
147- Initial package for Fedora
Note: See TracBrowser for help on using the repository browser.