source: projects/specs/trunk/lib/libg/libgee/libgee-vl.spec @ 6943

Revision 6943, 4.8 KB checked in by Takemikaduchi, 12 years ago (diff)

new upstream release

Line 
1Name:           libgee
2Version:        0.8.1
3Release:        1%{?_dist_release}
4Summary:        GObject collection library
5Summary(ja):    GObject コレクションライブラリ
6
7Group:          System Environment/Libraries
8License:        LGPLv2+
9URL:            http://live.gnome.org/Libgee
10Source0:        http://download.gnome.org/sources/%{name}/0.8/%{name}-%{version}.tar.xz
11BuildRoot:      %{_tmppath}/%{name}-%{version}-root
12
13BuildRequires:  glib2-devel >= 2.12.0
14BuildRequires:  gobject-introspection-devel
15
16Vendor:         Project Vine
17Distribution:   Vine Linux
18Packager:       Takemikaduchi
19
20
21%description
22libgee is a collection library providing GObject-based interfaces and
23classes for commonly used data structures.
24
25libgee provides the following interfaces:
26
27        * Iterable
28          * Collection
29            * List
30            * Set
31        * Iterator
32        * Map
33
34The ArrayList, HashSet, and HashMap classes provide a reasonable sample
35implementation of the List, Set, and Map interfaces. ReadOnlyCollection,
36ReadOnlyList, ReadOnlySet, and ReadOnlyMap are read-only wrapper classes
37that prevent modification of the underlying collection.
38
39libgee is written in Vala and can be used like any GObject-based C library.
40It's planned to provide bindings for further languages.
41
42
43%package        devel
44Summary:        Development files for %{name}
45Summary(ja):    %{name} の開発ファイル
46Group:          Development/Libraries
47Requires:       %{name} = %{version}-%{release}
48Requires:       gobject-introspection-devel
49# The Vala API binding is only one file; seems superfluous to have a subpackage
50Requires:       vala, pkgconfig
51
52%description    devel
53The %{name}-devel package contains libraries and header files for
54developing applications that use %{name}.
55
56
57%prep
58%setup -q
59
60%build
61%configure --disable-static
62make %{?_smp_mflags}
63
64%check
65
66%install
67rm -rf $RPM_BUILD_ROOT
68make install DESTDIR=$RPM_BUILD_ROOT
69find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
70
71
72%clean
73rm -rf $RPM_BUILD_ROOT
74
75
76%post -p /sbin/ldconfig
77
78%postun -p /sbin/ldconfig
79
80
81%files
82%defattr(-,root,root,-)
83%doc AUTHORS ChangeLog COPYING MAINTAINERS NEWS README
84%{_libdir}/*.so.*
85%{_libdir}/girepository-1.0/*.typelib
86
87%files devel
88%defattr(-,root,root,-)
89%{_includedir}/*
90%{_libdir}/*.so
91%{_libdir}/pkgconfig/gee-0.8.pc
92%{_datadir}/gir-1.0/*.gir
93%{_datadir}/vala/vapi/gee-0.8.vapi
94
95
96%changelog
97* Mon Oct 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.8.1-1
98- new upstream release
99
100* Thu Sep 27 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.8.0-1
101- new upstream release
102
103* Sat Aug 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.6.5-1
104- new upstream release
105
106* Thu Feb 09 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.4-1
107- new upstream release
108
109* Sun Nov 13 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.3-1
110- new upstream release
111
112* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.2.1-1
113- new upstream release
114
115* Sun Jan 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.1-1
116- new upstream release
117
118* Sat Oct 02 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.0-1
119- new upstream release
120- fix %files
121
122* Mon Sep 27 2010 Shu KONNO <owa@bg.wakwak.com> 0.5.3-2
123- rebuilt with rpm-4.8.1 for pkg-config
124
125* Fri Sep 17 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.3-1
126- new upstream release
127- changed BuildRequires:  glib2-devel >= 2.12.0
128
129* Fri Aug 27 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.2-2
130- added BuildRequires:  gobject-introspection-devel
131
132* Tue Aug 3 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.2-1
133- new upstream release
134
135* Sun Jun 20 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.1-1
136- new upstream release
137
138* Wed Dec 30 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.0-1
139- intial build for VineSeed
140
141* Sat Oct  3 2009 Michel Salim <salimma@fedoraproject.org> - 0.5.0-1
142- Update to 0.5.0
143
144* Thu Aug 20 2009 Michel Salim <salimma@fedoraproject.org> - 0.3.0-1
145- Update to 0.3.0
146
147* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.5-2
148- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
149
150* Mon Mar  2 2009 Michel Salim <salimma@fedoraproject.org> - 0.1.5-1
151- Update to 0.1.5
152
153* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.4-3
154- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
155
156* Sat Dec 13 2008 Michel Salim <salimma@fedoraproject.org> - 0.1.4-2
157- Run unit tests only on releases with glib2 >= 2.16
158
159* Sat Dec 13 2008 Michel Salim <salimma@fedoraproject.org> - 0.1.4-1
160- Update to 0.1.4
161
162* Mon Aug 25 2008 Michel Salim <salimma@fedoraproject.org> - 0.1.3-1
163- Update to 0.1.3
164
165* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.1.1-3
166- Autorebuild for GCC 4.3
167
168* Sun Jan 27 2008 Michel Salim <michel.sylvan@gmail.com> - 0.1.1-2
169- Move pkgconfig requirement to -devel subpackage
170
171* Sat Jan 26 2008 Michel Salim <michel.sylvan@gmail.com> - 0.1.1-1
172- Initial Fedora package
Note: See TracBrowser for help on using the repository browser.