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

Revision 12337, 4.7 KB checked in by tomop, 4 years ago (diff)

updated 9 packages

bzip2-1.0.8-1

coreutils-8.32-1

dconf-0.36.0-1

gnome-calculator-3.30.1-1

gtksourceview3-3.24.11-1

libbytesize-2.2-1

libcroco-0.6.13-1

pkgconfig-0.29.2-1

which-2.21-1

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