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

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

desktop-file-utils, gedit-code-assistance, latexila, meld: new upstream release
gnome-system-log: add files
lasem: New package
task-gnome: update to 3.6.1

Line 
1Name:           latexila
2Version:        2.6.1
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* Sun Oct 21 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.1-1
96- new upstream release
97
98* Fri Oct 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.0-1
99- new upstream release
100- change BuildRequires: gtksourceview3-devel instead of gtksourceview2-devel
101- change BuildRequires: libgee06-devel instead of libgee-devel
102- add BuildRequires: gsettings-desktop-schemas-devel
103
104* Tue Jun 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.1-1
105- new upstream release
106
107* Mon Apr 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.0-1
108- new upstream release
109- add BuildRequires: gtkspell-devel
110
111* Wed Feb 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.3-1
112- new upstream release
113
114* Mon Oct 10 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.2-1
115- initial build for Vine Linux
116
117
118* Tue Jul 12 2011 Thibault North <tnorth@fedoraproject.org> - 2.0.8-1
119- Update to 2.0.8
120
121* Thu Apr 7 2011 Thibault North <tnorth@fedoraproject.org> - 2.0.7-1
122- Update to 2.0.7
123
124* Sun Mar 20 2011 Thibault North <tnorth@fedoraproject.org> - 2.0.6-1
125- Update to 2.0.6
126
127* Tue Feb 15 2011 Thibault North <tnorth@fedoraproject.org> - 2.0.5-1
128- Update to 2.0.5, thanks Sébastien Wilmet
129
130* Thu Nov 25 2010 Thibault North <tnorth@fedoraproject.org> - 2.0.1-4
131- A few more fixes
132
133* Mon Nov 22 2010 Thibault North <tnorth@fedoraproject.org> - 2.0.1-3
134- Use %%find_lang, fixes by Mohamed El Morabity
135
136* Sun Nov 21 2010 Thibault North <tnorth@fedoraproject.org> - 2.0.1-2
137- Small fixes
138
139* Sun Nov 21 2010 Sébastien Wilmet <sebastien.wilmet@gmail.com> - 2.0.1-1
140- Release 2.0.1
141
142* Sun Nov 14 2010 Thibault North <tnorth@fedoraproject.org> - 2.0.0-1
143- Release 2.0
144
145* Mon Mar 1 2010 Sébastien Wilmet <sebastien.wilmet@gmail.com> - 0.2-1
146- New upstream release
147- Icons support
148
149* Fri Dec 25 2009 Sébastien Wilmet <sebastien.wilmet@gmail.com> - 0.1-1
150- Initial package for Fedora
Note: See TracBrowser for help on using the repository browser.