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

Revision 1443, 3.1 KB checked in by Takemikaduchi, 14 years ago (diff)

pidgin: rebuild only, others: new upstream release

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