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

Revision 521, 2.8 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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