source: projects/specs/branches/6/lib/libs/libsexy/libsexy-vl.spec @ 1901

Revision 1901, 2.2 KB checked in by Takemikaduchi, 14 years ago (diff)

rebuild with rpm-4.8.1

Line 
1Summary:        Extended Widgets for GTK+
2Summary(ja):    GTK2 用拡張ウィジェット
3Name:           libsexy
4Version:        0.1.11
5Release:        2%{?_dist_release}
6URL:            http://www.chipx86.com/wiki/Libsexy
7Group:          System Environment/Libraries
8License:        LGPL
9
10Source:         %{name}-%{version}.tar.gz
11
12BuildRoot:      %{_tmppath}/%{name}-%{version}-root
13BuildRequires:  gtk2-devel, libxml2-devel, desktop-file-utils
14Requires:       iso-codes
15
16%description
17A set of extensions on top of GTK+ widgets, to provide extra
18functionality.
19
20
21%package devel
22Summary:  Files for development using %{name}
23Group:    Development/Libraries
24Requires: %{name} = %{version}
25Requires: dbus-devel, gtk2-devel, libxml2-devel
26
27%description devel
28This package contains the headers and pkg-config file for
29development of programs using %{name}.
30
31%prep
32%setup -q
33
34%build
35%configure
36%__make %{?_smp_mflags}
37
38%install
39rm -rf $RPM_BUILD_ROOT
40%makeinstall
41
42# remove unpackaged files
43rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%post -p /sbin/ldconfig
49
50%postun -p /sbin/ldconfig
51
52
53%files
54%defattr (-, root, root)
55%doc AUTHORS COPYING ChangeLog NEWS README
56%{_libdir}/*.so.*
57
58%files devel
59%defattr (-, root, root)
60%{_libdir}/*.a
61%{_libdir}/*.so
62%{_libdir}/pkgconfig/*.pc
63%{_includedir}/*
64%{_datadir}/gtk-doc/html/*
65
66
67%changelog
68* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.11-2
69- rebuild with rpm-4.8.1 for pkg-config file
70
71* Mon Sep 29 2008 Shu KONNO <owa@bg.wakwak.com> 0.1.11-1vl5
72- applied new versioning policy, spec in utf-8
73
74* Wed Sep 12 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.1.11-0vl1
75- new upstream release
76
77* Wed Nov 15 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.1.10-0vl1
78- new upstream release
79
80* Sun Mar 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.1.6-0vl1
81- initial build for Vine Linux partialy based on SUSE pacakge
82
83* Fri Jan 27 2006 - mls@suse.de
84- converted neededforbuild to BuildRequires
85
86* Wed Jan 25 2006 - sbrabec@suse.cz
87- Build with iso-codes.
88
89* Wed Jan 18 2006 - dobey@suse.de
90- Add -fno-strict-aliasing to CFLAGS
91- Fix Requires for libsexy-devel to depend on gtk2-devel
92
93* Thu Jan 12 2006 - dobey@suse.de
94- Import libsexy into autobuild for notifications
Note: See TracBrowser for help on using the repository browser.