37bb3f
%global so_version 1
37bb3f
%global apiver 1.0
37bb3f
37bb3f
# “Let mm-common-get copy some files to untracked/”, i.e., replace scripts from
37bb3f
# the tarball with those from mm-common. This is (potentially) required if
37bb3f
# building an autotools-generated tarball with meson, or vice versa.
37bb3f
%bcond_without maintainer_mode
37bb3f
37bb3f
Name:           cairomm
37bb3f
Summary:        C++ API for the cairo graphics library
37bb3f
Version:        1.14.2
37bb3f
Release:        10%{?dist}
37bb3f
37bb3f
URL:            https://www.cairographics.org
37bb3f
License:        LGPLv2+
37bb3f
37bb3f
%global src_base https://www.cairographics.org/releases
37bb3f
Source0:        %{src_base}/%{name}-%{version}.tar.xz
37bb3f
# No keyring with authorized GPG signing keys is published
37bb3f
# (https://gitlab.freedesktop.org/freedesktop/freedesktop/-/issues/331), but we
37bb3f
# are able to verify the signature using the key for Kjell Ahlstedt from
37bb3f
# https://gitlab.freedesktop.org/freedesktop/freedesktop/-/issues/290.
37bb3f
Source1:        %{src_base}/cairomm-%{version}.tar.xz.asc
37bb3f
Source2:        https://gitlab.freedesktop.org/freedesktop/freedesktop/uploads/0ac64e9582659f70a719d59fb02cd037/gpg_key.pub
37bb3f
37bb3f
BuildRequires:  gnupg2
37bb3f
37bb3f
BuildRequires:  gcc-c++
37bb3f
BuildRequires:  meson
37bb3f
37bb3f
BuildRequires:  pkgconfig(cairo)
37bb3f
BuildRequires:  pkgconfig(sigc++-2.0)
37bb3f
BuildRequires:  pkgconfig(fontconfig)
37bb3f
37bb3f
# Everything mentioned in data/cairomm*.pc.in, except the Quartz and Win32
37bb3f
# libraries that do not apply to this platform:
37bb3f
BuildRequires:  pkgconfig(cairo-ft)
37bb3f
BuildRequires:  pkgconfig(cairo-pdf)
37bb3f
BuildRequires:  pkgconfig(cairo-png)
37bb3f
BuildRequires:  pkgconfig(cairo-ps)
37bb3f
BuildRequires:  pkgconfig(cairo-svg)
37bb3f
BuildRequires:  pkgconfig(cairo-xlib)
37bb3f
BuildRequires:  pkgconfig(cairo-xlib-xrender)
37bb3f
37bb3f
%if %{with maintainer_mode}
37bb3f
# mm-common-get
37bb3f
BuildRequires:  mm-common
37bb3f
%endif
37bb3f
37bb3f
BuildRequires:  perl-interpreter
37bb3f
BuildRequires:  perl(Getopt::Long)
37bb3f
BuildRequires:  doxygen
37bb3f
# dot
37bb3f
BuildRequires:  graphviz
37bb3f
# xsltproc
37bb3f
BuildRequires:  libxslt
37bb3f
BuildRequires:  pkgconfig(mm-common-libstdc++)
37bb3f
37bb3f
# For tests:
37bb3f
BuildRequires:  boost-devel
37bb3f
37bb3f
# Based on discussion in
37bb3f
# https://src.fedoraproject.org/rpms/pangomm/pull-request/2, cairomm will
37bb3f
# continue to provide API/ABI version 1.0 indefinitely, with the cairomm1.16
37bb3f
# package providing the new 1.16 API/ABI series. This virtual Provides is
37bb3f
# therefore no longer required, as dependent packages requiring the 1.0 API/ABI
37bb3f
# may safely require cairomm and its subpackages.
37bb3f
Provides:       %{name}%{apiver}%{?_isa} = %{version}-%{release}
37bb3f
37bb3f
%description
37bb3f
This library provides a C++ interface to cairo.
37bb3f
37bb3f
The API/ABI version series is %{apiver}.
37bb3f
37bb3f
37bb3f
%package        devel
37bb3f
Summary:        Development files for %{name}
37bb3f
Requires:       %{name}%{?_isa} = %{version}-%{release}
37bb3f
37bb3f
Provides:       %{name}%{apiver}-devel%{?_isa} = %{version}-%{release}
37bb3f
37bb3f
%description    devel
37bb3f
The %{name}-devel package contains libraries and header files for developing
37bb3f
applications that use %{name}.
37bb3f
37bb3f
The API/ABI version series is %{apiver}.
37bb3f
37bb3f
37bb3f
%package        doc
37bb3f
Summary:        Documentation for %{name}
37bb3f
BuildArch:      noarch
37bb3f
Requires:       libstdc++-docs
37bb3f
Requires:       libsigc++20-doc
37bb3f
37bb3f
Provides:       %{name}%{apiver}-doc = %{version}-%{release}
37bb3f
37bb3f
%description    doc
37bb3f
Documentation for %{name} can be viewed either through the devhelp
37bb3f
documentation browser or through a web browser at
37bb3f
%{_datadir}/doc/%{name}-%{apiver}/.
37bb3f
37bb3f
The API/ABI version series is %{apiver}.
37bb3f
37bb3f
37bb3f
%prep
37bb3f
# Import developer’s public GPG key to a keyring that we can use for signature
37bb3f
# verification.
37bb3f
workdir="$(mktemp --directory)"
37bb3f
gpg2 --homedir="${workdir}" --yes --import '%{SOURCE2}'
37bb3f
gpg2 --homedir="${workdir}" --export --export-options export-minimal \
37bb3f
    > %{name}.gpg
37bb3f
rm -rf "${workdir}"
37bb3f
37bb3f
%{gpgverify} \
37bb3f
    --keyring='%{name}.gpg' --signature='%{SOURCE1}' --data='%{SOURCE0}'
37bb3f
37bb3f
%autosetup
37bb3f
# We must remove the jQuery/jQueryUI bundle with precompiled/minified/bundled
37bb3f
# JavaScript that is in untracked/docs/reference/html/jquery.js, since such
37bb3f
# sources are banned in Fedora. (Note also that the bundled JavaScript had a
37bb3f
# different license.) We also remove the tag file, which triggers a rebuild of
37bb3f
# the documentation. While we are at it, we might as well rebuild the devhelp
37bb3f
# XML too.
37bb3f
rm -rf untracked/docs/reference/html
37bb3f
rm untracked/docs/reference/%{name}-%{apiver}.tag \
37bb3f
   untracked/docs/reference/%{name}-%{apiver}.devhelp2
37bb3f
37bb3f
37bb3f
%build
37bb3f
%meson \
37bb3f
  -Dmaintainer-mode=%{?with_maintainer_mode:true}%{?!with_maintainer_mode:false} \
37bb3f
  -Dbuild-documentation=true \
37bb3f
  -Dbuild-examples=false \
37bb3f
  -Dbuild-tests=true \
37bb3f
  -Dboost-shared=true \
37bb3f
  -Dwarnings=max
37bb3f
%meson_build
37bb3f
37bb3f
37bb3f
%install
37bb3f
%meson_install
37bb3f
find %{buildroot} -type f -name '*.la' -print -delete
37bb3f
37bb3f
install -t %{buildroot}%{_datadir}/doc/%{name}-%{apiver} -m 0644 -p \
37bb3f
    AUTHORS ChangeLog MAINTAINERS NEWS README
37bb3f
cp -rp examples %{buildroot}%{_datadir}/doc/%{name}-%{apiver}/
37bb3f
37bb3f
37bb3f
%check
37bb3f
%meson_test
37bb3f
37bb3f
37bb3f
%files
37bb3f
%license COPYING
37bb3f
%{_libdir}/lib%{name}-%{apiver}.so.%{so_version}
37bb3f
%{_libdir}/lib%{name}-%{apiver}.so.%{so_version}.*
37bb3f
37bb3f
37bb3f
%files devel
37bb3f
%{_includedir}/%{name}-%{apiver}
37bb3f
%{_libdir}/lib%{name}-%{apiver}.so
37bb3f
%{_libdir}/pkgconfig/%{name}-%{apiver}.pc
37bb3f
%{_libdir}/pkgconfig/%{name}-*-%{apiver}.pc
37bb3f
%{_libdir}/%{name}-%{apiver}
37bb3f
37bb3f
37bb3f
%files doc
37bb3f
%license COPYING
37bb3f
%doc %{_datadir}/doc/%{name}-%{apiver}/
37bb3f
%doc %{_datadir}/devhelp/
37bb3f
37bb3f
37bb3f
%changelog
37bb3f
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.14.2-10
37bb3f
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
37bb3f
  Related: rhbz#1991688
37bb3f
37bb3f
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1.14.2-9
37bb3f
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
37bb3f
37bb3f
* Sat Feb 20 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.14.2-8
37bb3f
- Verify source with new strong signatures from upstream
37bb3f
37bb3f
* Thu Feb 18 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.14.2-7
37bb3f
- Working (but weak, dependent on SHA1) source signature verification
37bb3f
- Added API/ABI version to descriptions
37bb3f
37bb3f
* Wed Feb 17 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.14.2-6
37bb3f
- Fix typo %%{_?isa} for %%{?_isa} in virtual Provides
37bb3f
- Tidy up BR’s, including dropping make
37bb3f
37bb3f
* Mon Feb 15 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.14.2-5
37bb3f
- Update comments based on the new plan for the version 1.16 API/ABI
37bb3f
37bb3f
* Thu Feb 11 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.14.2-4
37bb3f
- Prepare for future upgrade to API/ABI version 1.16 by introducing virtual
37bb3f
  Provides for a name for API/ABI version 1.0: cairomm1.0. This will be the name
37bb3f
  of a future package that continues to provide API/ABI version 1.0 after the
37bb3f
  upgrade.
37bb3f
37bb3f
* Thu Feb 11 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.14.2-3
37bb3f
- Switch from autotools to meson; enable the tests, since the meson build system
37bb3f
  permits us to use a shared boost library
37bb3f
- Install examples in the -doc subpackage
37bb3f
37bb3f
* Thu Feb 11 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.14.2-2
37bb3f
- Restore removal of pre-built documentation with its minified JS bundle
37bb3f
37bb3f
* Thu Feb 11 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.14.2-1
37bb3f
- Update to 1.14.2; this adds new APIs, but is ABI-backwards-compatible
37bb3f
37bb3f
* Thu Feb 11 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.12.2-1
37bb3f
- Update to 1.12.2
37bb3f
37bb3f
* Thu Feb 11 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.12.0-16
37bb3f
- Switch URLs from HTTP to HTTPS
37bb3f
- Rough out code to verify source tarball signatures, and document why we
37bb3f
  cannot yet do so
37bb3f
37bb3f
* Thu Feb 11 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.12.0-15
37bb3f
- Spec file style tweaks
37bb3f
- Macro-ize documentation path in description
37bb3f
- Simplified summaries and descriptions
37bb3f
- Use make macros (https://src.fedoraproject.org/rpms/cairomm/pull-request/1)
37bb3f
- Drop obsolete %%ldconfig_scriptlets macro
37bb3f
- Much stricter file globs, including so-version
37bb3f
- Stop requiring the base package from the -doc package
37bb3f
- Migrate top-level text file documentation to the -doc subpackage
37bb3f
- BR mm-common; at minimum, this lets us find tags for libstdc++ documentation;
37bb3f
  require libstdc++-docs from the -doc subpackage, since we are now able to
37bb3f
  find the tag file in configure
37bb3f
- Remove bundled jQuery/jQueryUI from prebuilt documentation, and rebuild the
37bb3f
  documentation ourselves
37bb3f
- Add a note explaining why we cannot run the tests
37bb3f
- Drop explicit/manual lib Requires on cairo/libsigc++20
37bb3f
- Drop version requirements in BRs
37bb3f
- Rebuild autotools-generated files
37bb3f
37bb3f
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.0-14
37bb3f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
37bb3f
37bb3f
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.0-13
37bb3f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
37bb3f
37bb3f
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.0-12
37bb3f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
37bb3f
37bb3f
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.0-11
37bb3f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
37bb3f
37bb3f
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.0-10
37bb3f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
37bb3f
37bb3f
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.0-9
37bb3f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
37bb3f
37bb3f
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.0-8
37bb3f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
37bb3f
37bb3f
* Sun Feb 04 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.12.0-7
37bb3f
- Switch to %%ldconfig_scriptlets
37bb3f
37bb3f
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.0-6
37bb3f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
37bb3f
37bb3f
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.0-5
37bb3f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
37bb3f
37bb3f
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12.0-4
37bb3f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
37bb3f
37bb3f
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.0-3
37bb3f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
37bb3f
37bb3f
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.0-2
37bb3f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
37bb3f
37bb3f
* Tue Sep 22 2015 Kalev Lember <klember@redhat.com> - 1.12.0-1
37bb3f
- Update to 1.12.0
37bb3f
- Drop manual requires that are automatically handled by pkgconfig dep gen
37bb3f
- Use license macro for COPYING
37bb3f
- Tighten -devel subpackage deps with the _isa macro
37bb3f
- Use make_install macro
37bb3f
37bb3f
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.0-12
37bb3f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
37bb3f
37bb3f
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1.10.0-11
37bb3f
- Rebuilt for GCC 5 C++11 ABI change
37bb3f
37bb3f
* Sat Mar 07 2015 Kalev Lember <kalevlember@gmail.com> - 1.10.0-10
37bb3f
- Rebuilt for gcc5 ABI change
37bb3f
37bb3f
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.0-9
37bb3f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
37bb3f
37bb3f
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.0-8
37bb3f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
37bb3f
37bb3f
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.0-7
37bb3f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
37bb3f
37bb3f
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.0-6
37bb3f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
37bb3f
37bb3f
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.0-5
37bb3f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
37bb3f
37bb3f
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.0-4
37bb3f
- Rebuilt for c++ ABI breakage
37bb3f
37bb3f
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.0-3
37bb3f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
37bb3f
37bb3f
* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 1.10.0-2
37bb3f
- Rebuild for new libpng
37bb3f
37bb3f
* Fri Jul 29 2011 Kalev Lember <kalevlember@gmail.com> - 1.10.0-1
37bb3f
- Update to 1.10.0
37bb3f
- Have the -doc subpackage depend on the base package
37bb3f
- Modernize the spec file
37bb3f
- Really own /usr/share/devhelp directory
37bb3f
37bb3f
* Mon Feb 21 2011 Haïkel Guémar <hguemar@fedoraproject.org> - 1.9.8-2
37bb3f
- fix documentation location
37bb3f
- co-own /usr/share/devhelp
37bb3f
37bb3f
* Mon Feb 14 2011 Haïkel Guémar <hguemar@fedoraproject.org> - 1.9.8-1
37bb3f
- upstream 1.9.8
37bb3f
- fix issues with f15/rawhide (RHBZ #676878)
37bb3f
- drop gtk-doc dependency (RHBZ #604169)
37bb3f
37bb3f
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.1-2
37bb3f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
37bb3f
37bb3f
* Wed Jul 14 2010 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.9.1-1
37bb3f
- New upstream release
37bb3f
- Removed html docs from -devel package
37bb3f
- Seperated requires into one per line
37bb3f
- Fixed devhelp docs
37bb3f
37bb3f
* Tue Nov 17 2009 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.8.4-1
37bb3f
- New upstream release
37bb3f
- Added cairommconfig.h file
37bb3f
- Added doc subpackage
37bb3f
37bb3f
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.0-2
37bb3f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
37bb3f
37bb3f
* Tue Feb 24 2009 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.8.0-1
37bb3f
- Update to 1.8.0
37bb3f
- Added libsigc++20-devel dependency
37bb3f
37bb3f
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.2-2
37bb3f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
37bb3f
37bb3f
* Fri Aug 29 2008 Denis Leroy <denis@poolshark.org> - 1.6.2-1
37bb3f
- Update to upstream 1.6.2
37bb3f
- atsui patch upstreamed
37bb3f
37bb3f
* Sun Mar 23 2008 Denis Leroy <denis@poolshark.org> - 1.5.0-1
37bb3f
- Update to 1.5.0
37bb3f
- Added patch from Mamoru Tasaka to fix font type enum (#438600)
37bb3f
37bb3f
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.4.4-2
37bb3f
- Autorebuild for GCC 4.3
37bb3f
37bb3f
* Fri Aug 17 2007 Denis Leroy <denis@poolshark.org> - 1.4.4-1
37bb3f
- Update to upstream version 1.4.4
37bb3f
- Fixed License tag
37bb3f
37bb3f
* Fri Jul 20 2007 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.4.2-1
37bb3f
- New upstream release
37bb3f
- Changed install to preserve timestamps
37bb3f
- Removed mv of docs/reference and include files directly
37bb3f
37bb3f
* Wed Jan 17 2007 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.2.4-1
37bb3f
- New release
37bb3f
37bb3f
* Sat Oct 14 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.2.2-1
37bb3f
- New upstream release
37bb3f
37bb3f
* Sun Aug 27 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.2.0-4
37bb3f
- Bumped release for make tag
37bb3f
37bb3f
* Sun Aug 27 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.2.0-3
37bb3f
- Bumped release for mass rebuild
37bb3f
37bb3f
* Sun Aug 20 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.2.0-2
37bb3f
- Bumped release for make tag
37bb3f
37bb3f
* Sun Aug 20 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.2.0-1
37bb3f
- New upstream release
37bb3f
- Updated summary and description
37bb3f
37bb3f
* Thu Aug  3 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.1.10-1
37bb3f
- First release for cairo 1.2
37bb3f
- Adjusted cairo dependencies for new version
37bb3f
- Docs were in html, moved to reference/html
37bb3f
37bb3f
* Sun Apr  9 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.6.0-1
37bb3f
- New upstream version should fix the upstream issues like AUTHORS and README
37bb3f
- Added pkgconfig to cairomm BuildRequires and cairomm-devel Requires
37bb3f
- Replaced makeinstall
37bb3f
- Fixed devel package description
37bb3f
- Modified includedir syntax
37bb3f
- docs included via the mv in install and in the devel files as html dir
37bb3f
37bb3f
* Sun Mar  5 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-10
37bb3f
- Removed duplicate Group tag in devel
37bb3f
- Disabled docs till they're fixed upstream
37bb3f
37bb3f
* Sun Mar  5 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-9
37bb3f
- Removed requires since BuildRequires is present
37bb3f
- Cleaned up Source tag
37bb3f
37bb3f
* Fri Feb 24 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-7
37bb3f
- Fixed URL and SOURCE tags
37bb3f
- Fixed header include directory
37bb3f
37bb3f
* Fri Feb 24 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-6
37bb3f
- Fixed URL tag
37bb3f
37bb3f
* Wed Feb 22 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-5
37bb3f
- Remove epoch 'leftovers'
37bb3f
37bb3f
* Wed Feb 22 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-4
37bb3f
- Cleanup for FE
37bb3f
37bb3f
* Wed Feb 22 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-3
37bb3f
- Added pre-release alphatag
37bb3f
37bb3f
* Wed Feb 22 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-2
37bb3f
- Updated to current cairomm CVS
37bb3f
- Added documentation to devel package
37bb3f
37bb3f
* Fri Feb 03 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-1
37bb3f
- Updated to current cairomm CVS
37bb3f
37bb3f
* Fri Jan 27 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.4.0-1
37bb3f
- Initial creation from papyrus.spec.in
37bb3f