source: projects/specs/trunk/g/gob2/gob2-vl.spec @ 623

Revision 623, 2.9 KB checked in by Takemikaduchi, 14 years ago (diff)

takemikaduchi fix and add spec file

Line 
1Summary: GOB2, The GObject Builder
2Summary(ja): GOB2 - GObject ビルダ
3Name: gob2
4Version: 2.0.16
5Release: 1%{?_dist_release}
6License: GPLv2+
7Group: Development/Tools
8Source: gob2-%{version}.tar.bz2
9Url: http://www.5z.com/jirka/gob.html
10
11BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
12BuildRequires: glib2-devel
13BuildRequires: bison, flex
14
15%description
16GOB is a simple preprocessor for making GObject objects (glib objects).
17It makes objects from a single file which has inline C code so that
18you don't have to edit the generated files.  Syntax is somewhat inspired
19by java and yacc.  It supports generating C++ code
20
21%prep
22%setup -q
23
24%build
25%configure
26make
27
28%install
29rm -rf $RPM_BUILD_ROOT
30
31%makeinstall
32
33%clean
34rm -rf $RPM_BUILD_ROOT
35
36%files
37%defattr(-, root, root)
38
39%doc README AUTHORS COPYING NEWS TODO ChangeLog
40%doc examples
41%{_bindir}/*
42%{_mandir}/man1/*
43%{_datadir}/aclocal/*
44
45%changelog
46* Thu Mar 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.0.16-1
47- new upstream release
48
49* Sat May 10 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.15-1
50- initial build for Vine Linux
51
52* Wed Feb 13 2008 Tomas Smetana <tsmetana@redhat.com> - 2.0.15-2
53- rebuild (gcc-4.3)
54
55* Mon Dec 03 2007 Tomas Smetana <tsmetana@redhat.com> - 2.0.15-1
56- new upstream version
57
58* Wed Aug 29 2007 Tomas Smetana <tsmetana@redhat.com> - 2.0.14-4
59- rebuild (because of BuildID)
60
61* Mon Aug 20 2007 Tomas Smetana <tsmetana@redhat.com> - 2.0.14-3
62- license tag update
63
64* Wed Apr 18 2007 Harald Hoyer <harald@redhat.com> - 2.0.14-2
65- specfile review
66
67* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.0.14-1.1
68- rebuild
69
70* Mon May 29 2006 Harald Hoyer <harald@redhat.com> - 2.0.14-1
71- more build requires (bug #193395)
72- new version 2.0.14
73
74* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.0.12-1.2.1
75- bump again for double-long bug on ppc(64)
76
77* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.0.12-1.2
78- rebuilt for new gcc4.1 snapshot and glibc changes
79
80* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
81- rebuilt
82
83* Wed Nov 16 2005 Harald Hoyer <harald@redhat.com>
84- version 2.0.12
85
86* Wed Mar 02 2005 Harald Hoyer <harald@redhat.com>
87- rebuilt
88
89* Wed Feb 09 2005 Harald Hoyer <harald@redhat.com>
90- rebuilt
91
92* Mon Nov 22 2004 Harald Hoyer <harald@faro.stuttgart.redhat.com> - 2.0.11-1
93- version 2.0.11
94
95* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
96- rebuilt
97
98* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
99- rebuilt
100
101* Thu Jan 29 2004 Harald Hoyer <harald@faro.stuttgart.redhat.com> - 2.0.6-3
102- BuildRequires glib2-devel (111009)
103
104* Wed Aug  6 2003 Harald Hoyer <harald@redhat.de> 2.0.6-2
105- rebuild, redhatified specfile
106
107* Fri Sep 28 2001  George Lebl <jirka@5z.com>
108- Updated for gob2
109
110* Tue Feb 7 2000  George Lebl <jirka@5z.com>
111- added %%{prefix}/share/aclocal/* to %%files
112
113* Tue Dec 14 1999  George Lebl <jirka@5z.com>
114- added the examples dir to the %%doc
115
116* Mon Aug 16 1999  George Lebl <jirka@5z.com>
117- added gob.spec.in file
118
Note: See TracBrowser for help on using the repository browser.