source: projects/specs/branches/6/lib/libc/libcroco/libcroco-vl.spec @ 1867

Revision 1867, 4.0 KB checked in by iwaim, 14 years ago (diff)

build with rpm 4.8.1-1; see [VineSeed:21803]

Line 
1Summary:          A CSS2 parsing library
2Summary:          CSS2 をパースするためのライブラリ
3Name:             libcroco
4Version:          0.6.2
5Release:          2%{?_dist_release}
6License:          LGPL
7Group:            System Environment/Libraries
8Source:           %{name}-%{version}.tar.bz2
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
76%changelog
77* Wed Sep 22 2010 IWAI, Masaharu <iwai@alib.jp> 0.6.2-2
78- build with rpm-4.8.1-1 for pkg-config file
79
80* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.2-1
81- new upstream release
82
83* Wed Sep 17 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.1-1
84- applied new versioning policy
85- spec in UTF-8
86
87* Sun May 20 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.1-0vl1
88- initial build for Vine Linux
89
90* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.6.1-2.1
91- rebuild
92
93* Tue May 23 2006 Matthias Clasen <mclasen@redhat.com> - 0.6.1-2
94- Make config script a pkg-config wrapper to fix multilib conflict
95
96* Mon Mar 13 2006 Matthias Clasen <mclasen@redhat.com> - 0.6.1-1
97- Update to 0.6.1
98- Drop upstreamed patches
99
100* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.6.0-6.2.1
101- bump again for double-long bug on ppc(64)
102
103* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.6.0-6.2
104- rebuilt for new gcc4.1 snapshot and glibc changes
105
106* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
107- rebuilt
108
109* Sat Oct 15 2005 Florian La Roche <laroche@redhat.com>
110- link shared lib against -lglib-2.0 and -lxml2
111
112* Wed Mar  2 2005 Matthias Clasen <mclasen@redhat.com> - 0.6.0-5
113- Rebuild with gcc4
114
115* Wed Sep 22 2004 Matthias Clasen <mclasen@redhat.com> - 0.6.0-4
116- Move croco-config to the devel package
117
118* Mon Sep 20 2004 Matthias Clasen <mclasen@redhat.com> - 0.6-3
119- Don't memset() stack variables
120
121* Tue Aug 31 2004 Matthias Clasen <mclasen@redhat.com> - 0.6-2
122- Add missing ldconfig calls (#131279)
123
124* Fri Jul 30 2004 Matthias Clasen <mclasen@redhat.com> - 0.6-1
125- Update to 0.6
126
127* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
128- rebuilt
129
130* Sat Apr 10 2004 Warren Togami <wtogami@redhat.com>
131- BR and -devel req libgnomeui-devel
132
133* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
134- rebuilt
135
136* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
137- rebuilt
138
139* Tue Jan 27 2004 Jonathan Blandford <jrb@redhat.com> 0.4.0-1
140- new version
141
142* Wed Aug 13 2003 Jonathan Blandford <jrb@redhat.com> 0.3.0-1
143- initial import into the tree.  Based on the spec file in the package
Note: See TracBrowser for help on using the repository browser.