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

Revision 623, 3.9 KB checked in by Takemikaduchi, 14 years ago (diff)

takemikaduchi fix and add spec file

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