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

Revision 9177, 5.2 KB checked in by inagaki, 9 years ago (diff)

2014-12-21 Ryoichi INAGAKI <ryo1@…>

  • MySQL-ruby, dockmanager, dracd, rxvt-unicode: rebuilt
  • docky, tomboy: added patch
  • gdl: changed Group
  • gdlmm: updated


Line 
1Version:        3.14.0
2Release:        2%{?_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.14/%{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
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 Dec 21 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.14.0-2
94- moved gdl to System Environment/Libraries Group
95
96* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.0-1
97- new upstream release
98
99* Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
100- new upstream release
101
102* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0-2
103- rebuild with VineSeed environment
104
105* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0-1
106- new upstream release
107
108* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
109- new upstream release
110
111* Sun Nov 11 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.2-1
112- new upstream release
113
114* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
115- new upstream release
116
117* Mon Apr 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
118- new upstream release
119
120* Sun Apr 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
121- new upstream release
122
123* Wed Oct 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
124- new upstream release
125
126* Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.5-1
127- new upstream release
128
129* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
130- new upstream release
131- change BuildRequires: gtk3-devel instead of gtk2-devel
132- add BuildRequires: gobject-introspection-devel
133
134* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
135- new upstream release.
136
137* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-2
138- rebuild with rpm-4.8.1 for pkg-config file
139
140* Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
141- new upstream release.
142
143* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.2-1
144- new upstream release.
145
146* Mon Nov 02 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.28.1-1
147- new upstream release.
148- fixed BR.
149- update summary, description and  license.
150- add Vendor, Distribution and Packager.
151
152
153* Thu Jul 30 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.27.3-1
154- update from upstream.
155- remove libglade from Requires and BuildRequires.
156
157* Thu Jul 30 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.26.0-1
158- update from upstream.
159
160* Wed Apr 29 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.26.0-1vl5
161- update from upstream.
162
163* Tue May 13 2008 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.7.11-2vl5
164- use macro for Release
165
166* Sat May 10 2008 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.7.11-1vl5
167- update from upstream.
168
169* Thu May 08 2008 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.7.7-1vl5
170- apply new virsioning policy.
171- remove *.la
172
173* Sat Jan 05 2008 Shu KONNO <owa@bg.wakwak.com> 0.7.7-0vl1
174- fixed %%{_prefix}/lib to %%{_libdir} in %%files section
175
176* Sat Mar 31 2007 Yasumichi Akahoshi <yasumichi@vinelinux.org>
177- update from upstream.
178
179* Thu Feb 22 2007 Yasumichi Akahoshi <yasumichi@vinelinux.org>
180- packaging for VineSeed.
181
182* Tue Aug 10 2004 Pierre Sarrazin <http://sarrazip.com/>
183- Update for version 0.4.0
184* Thu Oct 24 2002 Jean Schurger <jschurger@schurger.org
185- Update for gnome 2 version
186* Wed Aug 8 2001 Jens Finke <jens@gnome.org>
187- created spec file
Note: See TracBrowser for help on using the repository browser.