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

Revision 4812, 4.4 KB checked in by Takemikaduchi, 13 years ago (diff)

GNOME-3.1.92

Line 
1Name:           libgee
2Version:        0.6.2.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/libgee/0.6/libgee-%{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-1.0.pc
92%{_datadir}/gir-1.0/*.gir
93%{_datadir}/vala/vapi/gee-1.0.vapi
94
95
96%changelog
97* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.2.1-1
98- new upstream release
99
100* Sun Jan 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.1-1
101- new upstream release
102
103* Sat Oct 02 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.0-1
104- new upstream release
105- fix %files
106
107* Mon Sep 27 2010 Shu KONNO <owa@bg.wakwak.com> 0.5.3-2
108- rebuilt with rpm-4.8.1 for pkg-config
109
110* Fri Sep 17 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.3-1
111- new upstream release
112- changed BuildRequires:  glib2-devel >= 2.12.0
113
114* Fri Aug 27 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.2-2
115- added BuildRequires:  gobject-introspection-devel
116
117* Tue Aug 3 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.2-1
118- new upstream release
119
120* Sun Jun 20 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.1-1
121- new upstream release
122
123* Wed Dec 30 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.0-1
124- intial build for VineSeed
125
126* Sat Oct  3 2009 Michel Salim <salimma@fedoraproject.org> - 0.5.0-1
127- Update to 0.5.0
128
129* Thu Aug 20 2009 Michel Salim <salimma@fedoraproject.org> - 0.3.0-1
130- Update to 0.3.0
131
132* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.5-2
133- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
134
135* Mon Mar  2 2009 Michel Salim <salimma@fedoraproject.org> - 0.1.5-1
136- Update to 0.1.5
137
138* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.4-3
139- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
140
141* Sat Dec 13 2008 Michel Salim <salimma@fedoraproject.org> - 0.1.4-2
142- Run unit tests only on releases with glib2 >= 2.16
143
144* Sat Dec 13 2008 Michel Salim <salimma@fedoraproject.org> - 0.1.4-1
145- Update to 0.1.4
146
147* Mon Aug 25 2008 Michel Salim <salimma@fedoraproject.org> - 0.1.3-1
148- Update to 0.1.3
149
150* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.1.1-3
151- Autorebuild for GCC 4.3
152
153* Sun Jan 27 2008 Michel Salim <michel.sylvan@gmail.com> - 0.1.1-2
154- Move pkgconfig requirement to -devel subpackage
155
156* Sat Jan 26 2008 Michel Salim <michel.sylvan@gmail.com> - 0.1.1-1
157- Initial Fedora package
Note: See TracBrowser for help on using the repository browser.