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

Revision 8353, 4.9 KB checked in by Takemikaduchi, 10 years ago (diff)

GNOME-3.12.0

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