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

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

GNOME-3.20

Line 
1Version:        3.20.0
2Release:        1%{?_dist_release}
3
4Name:           gdl
5Summary:        Gnome Docking library
6License:        LGPL
7Group:          System Environment/Libraries
8URL:            http://www.gnome.org/
9Summary(ja):    GNOMEドッキングライブラリ
10
11Source:         http://ftp.gnome.org/pub/GNOME/sources/gdl/3.20/%{name}-%{version}.tar.xz
12
13BuildRoot:      /var/tmp/%{name}-%{version}-root
14Requires:       gtk3 >= 3.0.0
15Requires:       libxml2 >= 2.2.8
16
17BuildRequires:  gtk3-devel >= 3.0.0
18BuildRequires:  libxml2-devel >= 2.2.8
19BuildRequires:  gobject-introspection-devel
20
21Vendor: Project Vine
22Distribution: Vine Linux
23Packager: yasumichi, Takemikaduchi
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.
33Summary(ja):    gdl の開発用ライブラリとヘッダファイル集.
34Group:          Development/Libraries
35Requires:       %{name} = %{version}-%{release}
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.*
81%{_libdir}/girepository-1.0/*.typelib
82%{_datadir}/locale/*/LC_MESSAGES/*
83
84%files devel
85%defattr (-, root, root)
86%{_prefix}/include/libgdl-3.0
87%{_libdir}/lib*.so
88%{_libdir}/pkgconfig/*
89%{_datadir}/gir-1.0/*.gir
90%{_datadir}/gtk-doc/html/gdl-3.0
91
92%changelog
93* Sun Jul 17 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.20.0-1
94- new upstream release
95
96* Sun Nov 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.0-1
97- new upstream release
98
99* Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.0-1
100- new upstream release
101
102* Sun Dec 21 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.14.0-2
103- moved gdl to System Environment/Libraries Group
104
105* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.0-1
106- new upstream release
107
108* Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
109- new upstream release
110
111* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0-2
112- rebuild with VineSeed environment
113
114* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0-1
115- new upstream release
116
117* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
118- new upstream release
119
120* Sun Nov 11 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.2-1
121- new upstream release
122
123* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
124- new upstream release
125
126* Mon Apr 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
127- new upstream release
128
129* Sun Apr 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
130- new upstream release
131
132* Wed Oct 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
133- new upstream release
134
135* Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.5-1
136- new upstream release
137
138* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
139- new upstream release
140- change BuildRequires: gtk3-devel instead of gtk2-devel
141- add BuildRequires: gobject-introspection-devel
142
143* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
144- new upstream release.
145
146* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-2
147- rebuild with rpm-4.8.1 for pkg-config file
148
149* Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
150- new upstream release.
151
152* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.2-1
153- new upstream release.
154
155* Mon Nov 02 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.28.1-1
156- new upstream release.
157- fixed BR.
158- update summary, description and  license.
159- add Vendor, Distribution and Packager.
160
161
162* Thu Jul 30 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.27.3-1
163- update from upstream.
164- remove libglade from Requires and BuildRequires.
165
166* Thu Jul 30 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.26.0-1
167- update from upstream.
168
169* Wed Apr 29 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.26.0-1vl5
170- update from upstream.
171
172* Tue May 13 2008 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.7.11-2vl5
173- use macro for Release
174
175* Sat May 10 2008 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.7.11-1vl5
176- update from upstream.
177
178* Thu May 08 2008 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.7.7-1vl5
179- apply new virsioning policy.
180- remove *.la
181
182* Sat Jan 05 2008 Shu KONNO <owa@bg.wakwak.com> 0.7.7-0vl1
183- fixed %%{_prefix}/lib to %%{_libdir} in %%files section
184
185* Sat Mar 31 2007 Yasumichi Akahoshi <yasumichi@vinelinux.org>
186- update from upstream.
187
188* Thu Feb 22 2007 Yasumichi Akahoshi <yasumichi@vinelinux.org>
189- packaging for VineSeed.
190
191* Tue Aug 10 2004 Pierre Sarrazin <http://sarrazip.com/>
192- Update for version 0.4.0
193* Thu Oct 24 2002 Jean Schurger <jschurger@schurger.org
194- Update for gnome 2 version
195* Wed Aug 8 2001 Jens Finke <jens@gnome.org>
196- created spec file
Note: See TracBrowser for help on using the repository browser.