source: projects/specs/branches/6/g/gob2/gob2-vl.spec @ 6386

Revision 6386, 3.1 KB checked in by Takemikaduchi, 12 years ago (diff)

gob2,g-wrap,hyphen,libdap: new upstream release
others: rebuild

Line 
1Summary: GOB2, The GObject Builder
2Summary(ja): GOB2 - GObject ビルダ
3Name: gob2
4Version: 2.0.18
5Release: 1%{?_dist_release}
6License: GPLv2+
7Group: Development/Tools
8Source: http://ftp.gnome.org/pub/GNOME/sources/gob2/2.0/%{name}-%{version}.tar.xz
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* Tue Jun 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.0.18-1
47- update to 2.0.18
48
49* Sun Jul 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.0.17-1
50- new upstream release
51- fix URL of Source
52
53* Thu Mar 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.0.16-1
54- new upstream release
55
56* Sat May 10 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.15-1
57- initial build for Vine Linux
58
59* Wed Feb 13 2008 Tomas Smetana <tsmetana@redhat.com> - 2.0.15-2
60- rebuild (gcc-4.3)
61
62* Mon Dec 03 2007 Tomas Smetana <tsmetana@redhat.com> - 2.0.15-1
63- new upstream version
64
65* Wed Aug 29 2007 Tomas Smetana <tsmetana@redhat.com> - 2.0.14-4
66- rebuild (because of BuildID)
67
68* Mon Aug 20 2007 Tomas Smetana <tsmetana@redhat.com> - 2.0.14-3
69- license tag update
70
71* Wed Apr 18 2007 Harald Hoyer <harald@redhat.com> - 2.0.14-2
72- specfile review
73
74* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.0.14-1.1
75- rebuild
76
77* Mon May 29 2006 Harald Hoyer <harald@redhat.com> - 2.0.14-1
78- more build requires (bug #193395)
79- new version 2.0.14
80
81* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.0.12-1.2.1
82- bump again for double-long bug on ppc(64)
83
84* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.0.12-1.2
85- rebuilt for new gcc4.1 snapshot and glibc changes
86
87* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
88- rebuilt
89
90* Wed Nov 16 2005 Harald Hoyer <harald@redhat.com>
91- version 2.0.12
92
93* Wed Mar 02 2005 Harald Hoyer <harald@redhat.com>
94- rebuilt
95
96* Wed Feb 09 2005 Harald Hoyer <harald@redhat.com>
97- rebuilt
98
99* Mon Nov 22 2004 Harald Hoyer <harald@faro.stuttgart.redhat.com> - 2.0.11-1
100- version 2.0.11
101
102* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
103- rebuilt
104
105* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
106- rebuilt
107
108* Thu Jan 29 2004 Harald Hoyer <harald@faro.stuttgart.redhat.com> - 2.0.6-3
109- BuildRequires glib2-devel (111009)
110
111* Wed Aug  6 2003 Harald Hoyer <harald@redhat.de> 2.0.6-2
112- rebuild, redhatified specfile
113
114* Fri Sep 28 2001  George Lebl <jirka@5z.com>
115- Updated for gob2
116
117* Tue Feb 7 2000  George Lebl <jirka@5z.com>
118- added %%{prefix}/share/aclocal/* to %%files
119
120* Tue Dec 14 1999  George Lebl <jirka@5z.com>
121- added the examples dir to the %%doc
122
123* Mon Aug 16 1999  George Lebl <jirka@5z.com>
124- added gob.spec.in file
125
Note: See TracBrowser for help on using the repository browser.