source: projects/specs/trunk/g/gdl/gdl-vl.spec @ 9791

Revision 9791, 5.4 KB checked in by Takemikaduchi, 8 years ago (diff)

GNOME 3.18.1, BlueZ 5.35, ICU 56.1, Mesa 11.0.4, PulseAudio 7.1, xserver 1.17.4, etc.

RevLine 
[9791]1Version:        3.18.0
[9475]2Release:        1%{?_dist_release}
[521]3
4Name:           gdl
5Summary:        Gnome Docking library
6License:        LGPL
[9177]7Group:          System Environment/Libraries
[521]8URL:            http://www.gnome.org/
9Summary(ja):    GNOMEドッキングライブラリ
10
[9791]11Source:         http://ftp.gnome.org/pub/GNOME/sources/gdl/3.18/%{name}-%{version}.tar.xz
[9177]12
13BuildRoot:      /var/tmp/%{name}-%{version}-root
[4616]14Requires:       gtk3 >= 3.0.0
[521]15Requires:       libxml2 >= 2.2.8
16
[4616]17BuildRequires:  gtk3-devel >= 3.0.0
[521]18BuildRequires:  libxml2-devel >= 2.2.8
[4616]19BuildRequires:  gobject-introspection-devel
[521]20
21Vendor: Project Vine
22Distribution: Vine Linux
[9475]23Packager: yasumichi, Takemikaduchi
[521]24
25%description
26Provides docking features for gtk+. Currently used by anjuta and lumiera.
27
28%description -l ja
29GTK+にドッキング機能を提供します。現在はAnjutaとLumieraで使用されています。
30
31%package devel
32Summary:        Libraries and include files for gdl.
[9177]33Summary(ja):    gdl の開発用ライブラリとヘッダファイル集.
[521]34Group:          Development/Libraries
[9177]35Requires:       %{name} = %{version}-%{release}
[521]36
37%description devel
38Libraries and header files if you want to make use of the gdl library in your
39own programs.
40
41%description devel -l ja
42プログラムをgdlを使用して構築するのに必要なライブラリとヘッダファイルです。
43
44%prep
45%setup -q
46
47%build
48%ifarch x86_64
49%configure
50%else
51./configure --prefix=%{_prefix} \
52    --bindir=%{_bindir} --mandir=%{_mandir} \
53    --localstatedir=%{_localstatedir} --libdir=%{_libdir} \
54    --datadir=%{_datadir} --includedir=%{_includedir} \
55    --sysconfdir=%{_sysconfdir}
56%endif
57
58CFLAGS="$RPM_OPT_FLAGS" make
59
60%install
61[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
62
63%makeinstall
64
65rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
66
67%clean
68[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
69
70%post
71/sbin/ldconfig
72
73%postun
74/sbin/ldconfig
75
76
77%files
78%doc AUTHORS COPYING ChangeLog NEWS README
79%defattr (-, root, root)
80%{_libdir}/lib*.so.*
[4616]81%{_libdir}/girepository-1.0/*.typelib
82%{_datadir}/locale/*/LC_MESSAGES/*
[521]83
84%files devel
85%defattr (-, root, root)
[4616]86%{_prefix}/include/libgdl-3.0
[521]87%{_libdir}/lib*.so
88%{_libdir}/pkgconfig/*
[4616]89%{_datadir}/gir-1.0/*.gir
[6890]90%{_datadir}/gtk-doc/html/gdl-3.0
[521]91
92%changelog
[9791]93* Sun Nov 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.0-1
94- new upstream release
95
[9475]96* Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.0-1
97- new upstream release
98
[9177]99* Sun Dec 21 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.14.0-2
100- moved gdl to System Environment/Libraries Group
101
[9073]102* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.0-1
103- new upstream release
104
[8353]105* Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
106- new upstream release
107
[8119]108* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0-2
109- rebuild with VineSeed environment
110
[7938]111* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0-1
112- new upstream release
113
[7633]114* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
115- new upstream release
116
[7111]117* Sun Nov 11 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.2-1
118- new upstream release
119
[6890]120* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
121- new upstream release
122
[6084]123* Mon Apr 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
124- new upstream release
125
[6011]126* Sun Apr 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
127- new upstream release
128
[4871]129* Wed Oct 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
130- new upstream release
131
[4650]132* Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.5-1
133- new upstream release
134
[4616]135* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
136- new upstream release
137- change BuildRequires: gtk3-devel instead of gtk2-devel
138- add BuildRequires: gobject-introspection-devel
139
[2041]140* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
141- new upstream release.
142
[1883]143* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-2
144- rebuild with rpm-4.8.1 for pkg-config file
145
[805]146* Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
147- new upstream release.
148
[623]149* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.2-1
150- new upstream release.
151
[521]152* Mon Nov 02 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.28.1-1
153- new upstream release.
154- fixed BR.
155- update summary, description and  license.
156- add Vendor, Distribution and Packager.
157
158
159* Thu Jul 30 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.27.3-1
160- update from upstream.
161- remove libglade from Requires and BuildRequires.
162
163* Thu Jul 30 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.26.0-1
164- update from upstream.
165
166* Wed Apr 29 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.26.0-1vl5
167- update from upstream.
168
169* Tue May 13 2008 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.7.11-2vl5
170- use macro for Release
171
172* Sat May 10 2008 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.7.11-1vl5
173- update from upstream.
174
175* Thu May 08 2008 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.7.7-1vl5
176- apply new virsioning policy.
177- remove *.la
178
179* Sat Jan 05 2008 Shu KONNO <owa@bg.wakwak.com> 0.7.7-0vl1
180- fixed %%{_prefix}/lib to %%{_libdir} in %%files section
181
182* Sat Mar 31 2007 Yasumichi Akahoshi <yasumichi@vinelinux.org>
183- update from upstream.
184
185* Thu Feb 22 2007 Yasumichi Akahoshi <yasumichi@vinelinux.org>
186- packaging for VineSeed.
187
188* Tue Aug 10 2004 Pierre Sarrazin <http://sarrazip.com/>
189- Update for version 0.4.0
[7633]190* Thu Oct 24 2002 Jean Schurger <jschurger@schurger.org
[521]191- Update for gnome 2 version
192* Wed Aug 8 2001 Jens Finke <jens@gnome.org>
193- created spec file
Note: See TracBrowser for help on using the repository browser.