source: projects/specs/branches/6/g/gdl/gdl-vl.spec @ 2041

Revision 2041, 3.8 KB checked in by Takemikaduchi, 14 years ago (diff)

update to GNOME-2.32.0

Line 
1Version:        2.30.1
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/2.30/%{name}-%{version}.tar.bz2
9BuildRoot:      /var/tmp/%{name}-%{version}-root
10URL:            http://www.gnome.org/
11Summary(ja):    GNOMEドッキングライブラリ
12
13Requires:       gtk2 >= 2.12.0
14#Requires:      libgnomeui >= 2.6.0
15Requires:       libxml2 >= 2.2.8
16#Requires:      libglade2 >= 2.0.0
17
18BuildRequires:  gtk2-devel >= 2.12.0
19BuildRequires:  libxml2-devel >= 2.2.8
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.
33Group:          Development/Libraries
34Requires:       %{name} = %{version}
35
36%description devel
37Libraries and header files if you want to make use of the gdl library in your
38own programs.
39
40%description devel -l ja
41プログラムをgdlを使用して構築するのに必要なライブラリとヘッダファイルです。
42
43%prep
44%setup -q
45
46%build
47%ifarch x86_64
48%configure
49%else
50./configure --prefix=%{_prefix} \
51    --bindir=%{_bindir} --mandir=%{_mandir} \
52    --localstatedir=%{_localstatedir} --libdir=%{_libdir} \
53    --datadir=%{_datadir} --includedir=%{_includedir} \
54    --sysconfdir=%{_sysconfdir}
55%endif
56
57CFLAGS="$RPM_OPT_FLAGS" make
58
59%install
60[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
61
62%makeinstall
63
64rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
65
66%clean
67[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
68
69%post
70/sbin/ldconfig
71
72%postun
73/sbin/ldconfig
74
75
76%files
77%doc AUTHORS COPYING ChangeLog NEWS README
78%defattr (-, root, root)
79%{_libdir}/lib*.so.*
80%{_prefix}/share/gdl
81%{_prefix}/share/locale/*/LC_MESSAGES/*
82%{_prefix}/share/gtk-doc/html/gdl
83
84
85%files devel
86%defattr (-, root, root)
87%{_prefix}/include/libgdl-1.0
88#%{_prefix}/lib/lib*.a
89#%{_libdir}/lib*.la
90%{_libdir}/lib*.so
91%{_libdir}/pkgconfig/*
92
93%changelog
94* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
95- new upstream release.
96
97* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-2
98- rebuild with rpm-4.8.1 for pkg-config file
99
100* Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
101- new upstream release.
102
103* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.2-1
104- new upstream release.
105
106* Mon Nov 02 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.28.1-1
107- new upstream release.
108- fixed BR.
109- update summary, description and  license.
110- add Vendor, Distribution and Packager.
111
112
113* Thu Jul 30 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.27.3-1
114- update from upstream.
115- remove libglade from Requires and BuildRequires.
116
117* Thu Jul 30 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.26.0-1
118- update from upstream.
119
120* Wed Apr 29 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.26.0-1vl5
121- update from upstream.
122
123* Tue May 13 2008 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.7.11-2vl5
124- use macro for Release
125
126* Sat May 10 2008 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.7.11-1vl5
127- update from upstream.
128
129* Thu May 08 2008 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.7.7-1vl5
130- apply new virsioning policy.
131- remove *.la
132
133* Sat Jan 05 2008 Shu KONNO <owa@bg.wakwak.com> 0.7.7-0vl1
134- fixed %%{_prefix}/lib to %%{_libdir} in %%files section
135
136* Sat Mar 31 2007 Yasumichi Akahoshi <yasumichi@vinelinux.org>
137- update from upstream.
138
139* Thu Feb 22 2007 Yasumichi Akahoshi <yasumichi@vinelinux.org>
140- packaging for VineSeed.
141
142* Tue Aug 10 2004 Pierre Sarrazin <http://sarrazip.com/>
143- Update for version 0.4.0
144* Tue Oct 24 2002 Jean Schurger <jschurger@schurger.org
145- Update for gnome 2 version
146* Wed Aug 8 2001 Jens Finke <jens@gnome.org>
147- created spec file
Note: See TracBrowser for help on using the repository browser.