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

Revision 9073, 5.0 KB checked in by Takemikaduchi, 9 years ago (diff)

GNOME 3.14.1

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