source: projects/specs/trunk/lib/libe/libexo/libexo-vl.spec @ 1068

Revision 1068, 5.2 KB checked in by inagaki, 14 years ago (diff)

updated: XFce 4.6.2

Line 
1%define srcname exo
2
3Summary: extension library to Xfce
4Summary(ja): Xfceの拡張ライブラリ
5Name: libexo
6Version: 0.3.107
7Release: 1%{?_dist_release}
8Source0: http://www.xfce.org/archive/xfce-%{version}/src/%{srcname}-%{version}.tar.bz2
9License: LGPL
10Group: System Environment/Libraries
11URL: http://www.xfce.org/
12
13BuildRoot: %{_tmppath}/%{name}-%{version}-root
14BuildRequires: glib2-devel >= 2.6.4
15BuildRequires: gtk2-devel >= 2.6.0
16BuildRequires: libxfce4util-devel >= 4.2.2
17BuildRequires: libnotify-devel >= 0.4.0
18BuildRequires: hal-devel >= 0.5.7
19BuildRequires: python-devel pygtk2-devel
20BuildRequires: perl-URI
21Requires(post): gtk2
22Requires(postun): gtk2
23
24Provides: %{srcname} = %{version}-%{release}
25
26Vendor: Project Vine
27Distribution: Vine Linux
28
29%description
30libexo is the extension library to Xfce developed by os-cillation.
31While Xfce ships with quite a few libraries that are primarly targeted
32at desktop development, libexo is targeted at application development,
33with a focus on applications for Xfce.
34
35%description -l ja
36libexoはos-cillationにより開発されたXfceの拡張ライブラリです。
37Xfceはデスクトップ環境の開発を第一の目的としたごくわずかのライブラリ
38と共に作成されていますが、libexoはアプリケーションの開発、それも
39Xfce用のアプリケーション開発に焦点を定めています。
40
41%package -n %{name}-devel
42Summary: Header files and libraries for developing apps which will use sqlite3
43Summary(ja): libexoの開発用ヘッダファイル及びライブラリ
44Group: Development/Libraries
45Requires: %{name} = %{version}-%{release}
46Requires: glib2-devel >= 2.6.4
47Requires: gtk2-devel >= 2.6.0
48Requires: libxfce4util-devel >= 4.2.2
49Requires: hal-devel >= 0.5.7
50Provides: %{srcname}-devel = %{version}-%{release}
51
52%description -n %{name}-devel
53The libexo-devel package contains the header files and libraries needed
54to develop programs that use the libexo library.
55
56%description -n %{name}-devel -l ja
57libexo-develはlibexoライブラリを用いるプログラムの開発に
58必要なヘッダファイル及びライブラリを含むパッケージです。
59
60%prep
61%setup -q -n %{srcname}-%{version}
62
63%build
64%configure --disable-static
65%__make
66
67%install
68rm -rf $RPM_BUILD_ROOT
69%makeinstall
70
71rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
72rm -f $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/icon-theme.cache
73
74%clean
75rm -rf $RPM_BUILD_ROOT
76
77%post
78touch --no-create %{_datadir}/icons/hicolor
79if [ -x /usr/bin/gtk-update-icon-cache ]; then
80  /usr/bin/gtk-update-icon-cache -qf %{_datadir}/icons/hicolor;
81fi
82/sbin/ldconfig
83
84%postun
85touch --no-create %{_datadir}/icons/hicolor
86if [ -x /usr/bin/gtk-update-icon-cache ]; then
87  /usr/bin/gtk-update-icon-cache -qf %{_datadir}/icons/hicolor;
88fi
89/sbin/ldconfig
90
91%files
92%defattr(-,root,root)
93%doc AUTHORS COPYING ChangeLog README THANKS TODO
94%{_sysconfdir}/xdg/xfce4/helpers.rc
95%{_sysconfdir}/xdg/xfce4/mount.rc
96%{_bindir}/*
97%{_libdir}/lib*.so.*
98%{_libdir}/python?.?/site-packages/*
99%{_libexecdir}/*
100%{_datadir}/applications/*.desktop
101%{_datadir}/icons/hicolor/*/apps/*.png
102%{_datadir}/pixmaps/exo-0.3
103%{_datadir}/pygtk/2.0/*
104%{_datadir}/xfce4/doc/*/*
105%{_datadir}/xfce4/helpers
106%{_localedir}/*/LC_MESSAGES/lib*.mo
107%{_mandir}/man1/*
108
109%files -n %{name}-devel
110%defattr(-,root,root)
111%{_libdir}/lib*.so
112%{_libdir}/pkgconfig/*.pc
113%{_includedir}/exo-0.3
114%{_datadir}/gtk-doc/html/exo-0.3
115
116%changelog
117* Sun May 23 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.3.107-1
118- new upstrem release
119- built with new toolchain
120
121* Mon Feb  8 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.3.106-1
122- new upstrem release
123- added BR: perl-URI
124
125* Wed Feb 03 2010 Shu KONNO <owa@bg.wakwak.com> 0.3.105-2
126- rebuilt with python-2.6.4
127
128* Sun Nov  1 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.3.105-1
129- new upstrem release
130
131* Fri May 22 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.3.101-1
132- new upstrem release
133- removed lib*.a from devel package
134
135* Sun Aug 17 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.3.4-1
136- applied with new versioning policy
137- spec in UTF-8
138
139* Fri Jan 25 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.3.4-0vl3
140- add BuildRequires: libnotify >= 0.4.0, xfce-mcs-plugins >= 4.2.2
141
142* Sun Dec 23 2007 UECHI Yasumasa <uechi@potaway.net> 0.3.4-0vl2
143- new upstream release.
144
145* Sun Jul 29 2007 UECHI Yasumasa <uechi@potaway.net> 0.3.2-0vl2
146- build for VineSeed
147
148* Sat Jul 28 2007 UECHI Yasumasa <uechi@potaway.net> 0.3.2-0vl1
149- new upstream version
150- add %{_sysconfdir}/xdg/xfce4/helpers.rc in files section.
151- add %{_bindir}/* in files section.
152- add %{_libdir}/xfce4 in files section.
153- add %{_libexecdir}/* in files section.
154- add %{_datadir}/icons/hicolor/*/apps/*.png in files section.
155- add %{_mandir}/man1/* in files section.
156- add %{_datadir}/xfce4/doc/*/* in files section.
157- add %{_datadir}/xfce4/helpers in files section.
158- remove %{_datadir}/gtk-doc/html/exo in files section.
159- update icon-cache in %post and %postun.
160
161* Fri Aug 25 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.3.0-0vl3
162- changed Group to System Environment/Libraires
163- changed devel Group to Development/Libraries
164- added %post and %postun section
165
166* Fri Apr 22 2005 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.3.0-0vl2
167- rebuild for VineSeed
168
169* Sun Apr 17 2005 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.3.0-0vl1
170- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.