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

Revision 7294, 5.0 KB checked in by Takemikaduchi, 11 years ago (diff)

KDE-4.9.5

Line 
1Name:           libgee
2Version:        0.8.3
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* Wed Jan 02 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.8.3-1
98- new upstream release
99
100* Sun Nov 11 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.8.2-1
101- new upstream release
102
103* Mon Oct 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.8.1-1
104- new upstream release
105
106* Thu Sep 27 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.8.0-1
107- new upstream release
108
109* Sat Aug 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.6.5-1
110- new upstream release
111
112* Thu Feb 09 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.4-1
113- new upstream release
114
115* Sun Nov 13 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.3-1
116- new upstream release
117
118* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.2.1-1
119- new upstream release
120
121* Sun Jan 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.1-1
122- new upstream release
123
124* Sat Oct 02 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.0-1
125- new upstream release
126- fix %files
127
128* Mon Sep 27 2010 Shu KONNO <owa@bg.wakwak.com> 0.5.3-2
129- rebuilt with rpm-4.8.1 for pkg-config
130
131* Fri Sep 17 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.3-1
132- new upstream release
133- changed BuildRequires:  glib2-devel >= 2.12.0
134
135* Fri Aug 27 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.2-2
136- added BuildRequires:  gobject-introspection-devel
137
138* Tue Aug 3 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.2-1
139- new upstream release
140
141* Sun Jun 20 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.1-1
142- new upstream release
143
144* Wed Dec 30 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.0-1
145- intial build for VineSeed
146
147* Sat Oct  3 2009 Michel Salim <salimma@fedoraproject.org> - 0.5.0-1
148- Update to 0.5.0
149
150* Thu Aug 20 2009 Michel Salim <salimma@fedoraproject.org> - 0.3.0-1
151- Update to 0.3.0
152
153* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.5-2
154- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
155
156* Mon Mar  2 2009 Michel Salim <salimma@fedoraproject.org> - 0.1.5-1
157- Update to 0.1.5
158
159* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.4-3
160- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
161
162* Sat Dec 13 2008 Michel Salim <salimma@fedoraproject.org> - 0.1.4-2
163- Run unit tests only on releases with glib2 >= 2.16
164
165* Sat Dec 13 2008 Michel Salim <salimma@fedoraproject.org> - 0.1.4-1
166- Update to 0.1.4
167
168* Mon Aug 25 2008 Michel Salim <salimma@fedoraproject.org> - 0.1.3-1
169- Update to 0.1.3
170
171* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.1.1-3
172- Autorebuild for GCC 4.3
173
174* Sun Jan 27 2008 Michel Salim <michel.sylvan@gmail.com> - 0.1.1-2
175- Move pkgconfig requirement to -devel subpackage
176
177* Sat Jan 26 2008 Michel Salim <michel.sylvan@gmail.com> - 0.1.1-1
178- Initial Fedora package
Note: See TracBrowser for help on using the repository browser.