source: projects/specs/trunk/lib/libs/libsexy/libsexy-vl.spec @ 8758

Revision 8758, 2.3 KB checked in by Takemikaduchi, 10 years ago (diff)

update or rebuild

Line 
1Summary:        Extended Widgets for GTK+
2Summary(ja):    GTK2 用拡張ウィジェット
3Name:           libsexy
4Version:        0.1.11
5Release:        3%{?_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* Sat Jul 05 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.11-3
69- rebuild with VineSeed environment
70
71* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.11-2
72- rebuild with rpm-4.8.1 for pkg-config file
73
74* Mon Sep 29 2008 Shu KONNO <owa@bg.wakwak.com> 0.1.11-1vl5
75- applied new versioning policy, spec in utf-8
76
77* Wed Sep 12 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.1.11-0vl1
78- new upstream release
79
80* Wed Nov 15 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.1.10-0vl1
81- new upstream release
82
83* Sun Mar 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.1.6-0vl1
84- initial build for Vine Linux partialy based on SUSE pacakge
85
86* Fri Jan 27 2006 - mls@suse.de
87- converted neededforbuild to BuildRequires
88
89* Wed Jan 25 2006 - sbrabec@suse.cz
90- Build with iso-codes.
91
92* Wed Jan 18 2006 - dobey@suse.de
93- Add -fno-strict-aliasing to CFLAGS
94- Fix Requires for libsexy-devel to depend on gtk2-devel
95
96* Thu Jan 12 2006 - dobey@suse.de
97- Import libsexy into autobuild for notifications
Note: See TracBrowser for help on using the repository browser.