Blame SPECS/libcroco.spec

f2075a
Name:             libcroco
f2075a
Summary:          A CSS2 parsing library
f2075a
Version:          0.6.12
f2075a
Release:          4%{?dist}
f2075a
License:          LGPLv2
f2075a
Group:            System Environment/Libraries
f2075a
Source:           http://download.gnome.org/sources/libcroco/0.6/%{name}-%{version}.tar.xz
f2075a
#Fedora specific patch
f2075a
Patch0:    libcroco-0.6.1-multilib.patch
f2075a
f2075a
BuildRequires:    pkgconfig
f2075a
BuildRequires:    glib2-devel
f2075a
BuildRequires:    libxml2-devel
f2075a
f2075a
%description
f2075a
CSS2 parsing and manipulation library for GNOME
f2075a
f2075a
%package devel
f2075a
Summary:          Libraries and include files for developing with libcroco
f2075a
Group:            Development/Libraries
f2075a
Requires:         %{name}%{_isa} = %{version}-%{release}
f2075a
f2075a
%description devel
f2075a
This package provides the necessary development libraries and include
f2075a
files to allow you to develop with libcroco.
f2075a
f2075a
%prep
f2075a
%setup -q
f2075a
%patch0 -p1 -b .multilib
f2075a
f2075a
%build
f2075a
%configure --disable-static
f2075a
make %{?_smp_mflags} CFLAGS="$CFLAGS -fno-strict-aliasing"
f2075a
f2075a
%install
f2075a
%make_install
f2075a
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
f2075a
f2075a
%check
f2075a
make check
f2075a
f2075a
%post -p /sbin/ldconfig
f2075a
f2075a
%postun -p /sbin/ldconfig
f2075a
f2075a
%files
f2075a
%license COPYING COPYING.LIB
f2075a
%doc AUTHORS NEWS README
f2075a
%{_bindir}/csslint-0.6
f2075a
%{_libdir}/*.so.*
f2075a
f2075a
%files devel
f2075a
%{_libdir}/*.so
f2075a
%{_includedir}/libcroco-0.6
f2075a
%{_bindir}/croco-0.6-config
f2075a
%{_libdir}/pkgconfig/libcroco-0.6.pc
f2075a
%{_datadir}/gtk-doc/html/libcroco
f2075a
f2075a
%changelog
f2075a
* Thu Apr 06 2017 Richard Hughes <rhughes@redhat.com> - 0.6.12-4
f2075a
- Update to 0.6.12
f2075a
- Resolves: #1569991
f2075a
f2075a
* Thu Dec 17 2015 Kalev Lember <klember@redhat.com> - 0.6.11-1
f2075a
- Update to 0.6.11
f2075a
- Resolves: #1386999
f2075a
f2075a
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.6.8-5
f2075a
- Mass rebuild 2014-01-24
f2075a
f2075a
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.6.8-4
f2075a
- Mass rebuild 2013-12-27
f2075a
f2075a
* Tue Jul 16 2013 Matthias Clasen <mclasen@redhat.com> - 0.6.8-3
f2075a
- Disable strict aliasing, since the code is not strict-aliasing-clean
f2075a
f2075a
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.8-2
f2075a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
f2075a
f2075a
* Fri Nov 09 2012 Kalev Lember <kalevlember@gmail.com> - 0.6.8-1
f2075a
- Update to 0.6.8
f2075a
f2075a
* Tue Oct 16 2012 Kalev Lember <kalevlember@gmail.com> - 0.6.7-1
f2075a
- Update to 0.6.7
f2075a
f2075a
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 0.6.6-1
f2075a
- Update to 0.6.6
f2075a
f2075a
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.5-2
f2075a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
f2075a
f2075a
* Tue Mar 27 2012 Kalev Lember <kalevlember@gmail.com> - 0.6.5-1
f2075a
- Update to 0.6.5
f2075a
- Dropped unused configure options
f2075a
f2075a
* Mon Feb  6 2012 Matthias Clasen <mclasen@redhat.com> - 0.6.4-1
f2075a
- Update to 0.6.4
f2075a
f2075a
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-2
f2075a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
f2075a
f2075a
* Tue Nov 22 2011 Matthias Clasen <mclasen@redhat.com> - 0.6.3-1
f2075a
- Update to 0.6.3
f2075a
f2075a
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.2-6
f2075a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
f2075a
f2075a
* Fri Sep 10 2010 Parag Nemade <paragn AT fedoraproject.org> 0.6.2-5
f2075a
- Merge-review cleanup (#225994)
f2075a
f2075a
* Tue Dec  8 2009 Matthias Clasen <mclasen@redhat.com> - 0.6.2-4
f2075a
- Add source url
f2075a
f2075a
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.2-3
f2075a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
f2075a
f2075a
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.2-2
f2075a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
f2075a
f2075a
* Wed Feb  4 2009 Matthias Clasen <mclasen@redhat.com> - 0.6.2-1
f2075a
- Update to 0.6.2
f2075a
f2075a
* Tue Apr  1 2008 Matthias Clasen <mclasen@redhat.com> - 0.6.1-5
f2075a
- Clean up dependencies
f2075a
f2075a
* Fri Feb  8 2008 Matthias Clasen <mclasen@redhat.com> - 0.6.1-4
f2075a
- Rebuild for gcc 4.3
f2075a
f2075a
* Wed Oct 10 2007 Matthias Clasen <mclasen@redhat.com> - 0.6.1-3
f2075a
- Rebuild
f2075a
- Update license tag
f2075a
f2075a
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.6.1-2.1
f2075a
- rebuild
f2075a
f2075a
* Tue May 23 2006 Matthias Clasen <mclasen@redhat.com> - 0.6.1-2
f2075a
- Make config script a pkg-config wrapper to fix multilib conflict
f2075a
f2075a
* Mon Mar 13 2006 Matthias Clasen <mclasen@redhat.com> - 0.6.1-1
f2075a
- Update to 0.6.1
f2075a
- Drop upstreamed patches
f2075a
f2075a
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.6.0-6.2.1
f2075a
- bump again for double-long bug on ppc(64)
f2075a
f2075a
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.6.0-6.2
f2075a
- rebuilt for new gcc4.1 snapshot and glibc changes
f2075a
f2075a
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
f2075a
- rebuilt
f2075a
f2075a
* Sat Oct 15 2005 Florian La Roche <laroche@redhat.com>
f2075a
- link shared lib against -lglib-2.0 and -lxml2
f2075a
f2075a
* Wed Mar  2 2005 Matthias Clasen <mclasen@redhat.com> - 0.6.0-5
f2075a
- Rebuild with gcc4
f2075a
f2075a
* Wed Sep 22 2004 Matthias Clasen <mclasen@redhat.com> - 0.6.0-4
f2075a
- Move croco-config to the devel package
f2075a
f2075a
* Mon Sep 20 2004 Matthias Clasen <mclasen@redhat.com> - 0.6-3
f2075a
- Don't memset() stack variables
f2075a
f2075a
* Tue Aug 31 2004 Matthias Clasen <mclasen@redhat.com> - 0.6-2
f2075a
- Add missing ldconfig calls (#131279)
f2075a
f2075a
* Fri Jul 30 2004 Matthias Clasen <mclasen@redhat.com> - 0.6-1
f2075a
- Update to 0.6
f2075a
f2075a
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
f2075a
- rebuilt
f2075a
f2075a
* Sat Apr 10 2004 Warren Togami <wtogami@redhat.com>
f2075a
- BR and -devel req libgnomeui-devel
f2075a
f2075a
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
f2075a
- rebuilt
f2075a
f2075a
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
f2075a
- rebuilt
f2075a
f2075a
* Tue Jan 27 2004 Jonathan Blandford <jrb@redhat.com> 0.4.0-1
f2075a
- new version
f2075a
f2075a
* Wed Aug 13 2003 Jonathan Blandford <jrb@redhat.com> 0.3.0-1
f2075a
- initial import into the tree.  Based on the spec file in the package