]> git.pld-linux.org Git - packages/g2c.git/blame - g2c.spec
- typos / formatting / etc.
[packages/g2c.git] / g2c.spec
CommitLineData
57a3d4ef
PG
1Summary: g2c - Glade to C Translator
2Summary(pl): g2c - translator z Glade do C
3Name: g2c
4Version: 0.4
5Release: 1
6License: GPL v2
7Group: Development/Tools
17dde8dd 8Source0: http://dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
c9ed8d49 9# Source0-md5: 29f8e1a9f7eb615864bf1971ff85c8eb
57a3d4ef
PG
10Patch0: %{name}-dirty_xml.patch
11URL: http://www.sourceforge.net/projects/g2c/
12BuildRequires: autoconf
13BuildRequires: automake
14BuildRequires: bonobo-devel >= 0.1.0
15BuildRequires: gtk+-devel
16BuildRequires: libxml-devel
17Requires: ctags
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21The g2c program converts a Glade XML tree to C source code.
22
23Glade provides C source output to a set of monolithic files. All
24widgets are placed into one file, which can be difficult to manage on
25large projects. This project aims to provide an alternative source
26code output mechanism.
27
28%description -l pl
29