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

Revision 8064, 3.2 KB checked in by Takemikaduchi, 10 years ago (diff)

freetype2: fix pkgconfig
xserver: update to 1.14.5
others: new upstream release or rebuild

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