source: projects/specs/trunk/lib/libc/libcroco/libcroco-vl.spec @ 5168

Revision 5168, 4.2 KB checked in by Takemikaduchi, 12 years ago (diff)

new upstream release

Line 
1Summary:          A CSS2 parsing library
2Summary:          CSS2 をパースするためのライブラリ
3Name:             libcroco
4Version:          0.6.3
5Release:          1%{?_dist_release}
6License:          LGPL
7Group:            System Environment/Libraries
8Source:           %{name}-%{version}.tar.xz
9BuildRoot:        %{_tmppath}/%{name}-%{version}-root
10Patch0:           libcroco-0.6.1-multilib.patch
11
12Requires:         glib2 >= 2.10
13Requires:         libxml2 >= 2.4.23
14BuildRequires:    pkgconfig >= 0.8
15BuildRequires:    glib2-devel >= 2.10
16BuildRequires:    pango-devel >= 1.16
17BuildRequires:    libxml2-devel >= 2.4.23
18BuildRequires:    libgnomeui-devel
19
20%description
21CSS2 parsing and manipulation library for GNOME
22
23%package devel
24Summary:          Libraries and include files for developing with libcroco.
25Group:            Development/Libraries
26Requires:         %{name} = %{version}
27Requires:         pkgconfig >= 0.8
28Requires:         glib2-devel >= 2.10
29Requires:         libxml2 >= 2.4.23
30Requires:         libxml2-devel >= 2.4.23
31Requires:         libgnomeui-devel
32
33%description devel
34This package provides the necessary development libraries and include
35files to allow you to develop with libcroco.
36
37%prep
38%setup -q -n libcroco-%{version}
39%patch0 -p1 -b .multilib
40
41%build
42:%configure --enable-seleng=yes --enable-layeng=yes
43make
44
45%install
46rm -rf $RPM_BUILD_ROOT
47# create file that the new redhat debuginfo stuff demands
48touch $RPM_BUILD_DIR/libcroco-%{version}/debugfiles.list
49
50%makeinstall
51# Clean out files that should not be part of the rpm.
52# This is the recommended way of dealing with it for RH8
53rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
54rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
55
56%clean
57rm -rf $RPM_BUILD_ROOT
58
59%post -p /sbin/ldconfig
60
61%postun -p /sbin/ldconfig
62
63%files
64%defattr(-, root, root)
65%doc AUTHORS COPYING COPYING.LIB ChangeLog NEWS README TODO
66%{_bindir}/csslint-0.6
67%{_libdir}/*.so.*
68
69%files devel
70%defattr(-, root, root)
71%{_libdir}/*.so
72%{_includedir}/libcroco-0.6
73%{_bindir}/croco-0.6-config
74%{_libdir}/pkgconfig/libcroco-0.6.pc
75%{_datadir}/gtk-doc/html/%{name}
76
77%changelog
78* Fri Nov 19 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.3-1
79- new upstream release
80
81* Wed Sep 22 2010 IWAI, Masaharu <iwai@alib.jp> 0.6.2-2
82- build with rpm-4.8.1-1 for pkg-config file
83
84* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.2-1
85- new upstream release
86
87* Wed Sep 17 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.1-1
88- applied new versioning policy
89- spec in UTF-8
90
91* Sun May 20 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.1-0vl1
92- initial build for Vine Linux
93
94* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.6.1-2.1
95- rebuild
96
97* Tue May 23 2006 Matthias Clasen <mclasen@redhat.com> - 0.6.1-2
98- Make config script a pkg-config wrapper to fix multilib conflict
99
100* Mon Mar 13 2006 Matthias Clasen <mclasen@redhat.com> - 0.6.1-1
101- Update to 0.6.1
102- Drop upstreamed patches
103
104* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.6.0-6.2.1
105- bump again for double-long bug on ppc(64)
106
107* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.6.0-6.2
108- rebuilt for new gcc4.1 snapshot and glibc changes
109
110* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
111- rebuilt
112
113* Sat Oct 15 2005 Florian La Roche <laroche@redhat.com>
114- link shared lib against -lglib-2.0 and -lxml2
115
116* Wed Mar  2 2005 Matthias Clasen <mclasen@redhat.com> - 0.6.0-5
117- Rebuild with gcc4
118
119* Wed Sep 22 2004 Matthias Clasen <mclasen@redhat.com> - 0.6.0-4
120- Move croco-config to the devel package
121
122* Mon Sep 20 2004 Matthias Clasen <mclasen@redhat.com> - 0.6-3
123- Don't memset() stack variables
124
125* Tue Aug 31 2004 Matthias Clasen <mclasen@redhat.com> - 0.6-2
126- Add missing ldconfig calls (#131279)
127
128* Fri Jul 30 2004 Matthias Clasen <mclasen@redhat.com> - 0.6-1
129- Update to 0.6
130
131* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
132- rebuilt
133
134* Sat Apr 10 2004 Warren Togami <wtogami@redhat.com>
135- BR and -devel req libgnomeui-devel
136
137* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
138- rebuilt
139
140* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
141- rebuilt
142
143* Tue Jan 27 2004 Jonathan Blandford <jrb@redhat.com> 0.4.0-1
144- new version
145
146* Wed Aug 13 2003 Jonathan Blandford <jrb@redhat.com> 0.3.0-1
147- initial import into the tree.  Based on the spec file in the package
Note: See TracBrowser for help on using the repository browser.