-
Notifications
You must be signed in to change notification settings - Fork 564
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
7 changed files
with
94 additions
and
265 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"Signatures": { | ||
"rarian-0.8.6.tar.bz2": "9d4f7873009d2e31b8b1ec762606b12bee5526e1fe75de48e9495382bfef2bea", | ||
"rarian-0.8.1.tar.bz2": "aafe886d46e467eb3414e91fa9e42955bd4b618c3e19c42c773026b205a84577", | ||
"scrollkeeper-omf.dtd": "43df758009b17f8487419ef1fe3039379370417385885a2578e1789ab092ae26" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,20 @@ | ||
## START: Set by rpmautospec | ||
## (rpmautospec version 0.7.3) | ||
## RPMAUTOSPEC: autorelease, autochangelog | ||
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: | ||
release_number = 2; | ||
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); | ||
print(release_number + base_release_number - 1); | ||
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} | ||
## END: Set by rpmautospec | ||
|
||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
|
||
Name: rarian | ||
Version: 0.8.6 | ||
Release: %{autorelease} | ||
License: LGPL-2.1-or-later AND Zlib | ||
Version: 0.8.1 | ||
Release: 25%{?dist} | ||
License: LGPLv2+ | ||
Summary: Documentation meta-data library | ||
URL: https://rarian.freedesktop.org/ | ||
Source: https://gitlab.freedesktop.org/rarian/rarian/-/releases/%{version}/downloads/assets/rarian-%{version}.tar.bz2 | ||
URL: http://rarian.freedesktop.org/ | ||
Source: http://download.gnome.org/sources/rarian/0.8/rarian-%{version}.tar.bz2 | ||
Source1: scrollkeeper-omf.dtd | ||
|
||
### Patch ### | ||
|
||
# RH bug #453342 | ||
Patch1: rarian-0.8.1-categories.patch | ||
|
||
### Dependencies ### | ||
|
||
Requires(post): libxml2 | ||
|
@@ -33,21 +28,15 @@ Requires: coreutils, util-linux, gawk | |
|
||
### Build Dependencies ### | ||
|
||
BuildRequires: make | ||
BuildRequires: gcc-c++ | ||
BuildRequires: check-devel | ||
BuildRequires: tinyxml2-devel | ||
# Used by the tests | ||
BuildRequires: man-db | ||
BuildRequires: info | ||
BuildRequires: man-pages | ||
BuildRequires: libxslt-devel | ||
|
||
%description | ||
Rarian is a documentation meta-data library that allows access to documents, | ||
man pages and info pages. It was designed as a replacement for scrollkeeper. | ||
|
||
%package compat | ||
License: GPL-2.0-or-later | ||
License: GPLv2+ | ||
Summary: Extra files for compatibility with scrollkeeper | ||
Requires: rarian = %{version}-%{release} | ||
Requires(post): rarian | ||
|
@@ -62,7 +51,6 @@ scrollkeeper. | |
|
||
%package devel | ||
Summary: Development files for Rarian | ||
License: LGPL-2.1-or-later AND Zlib | ||
Requires: rarian = %{version}-%{release} | ||
Requires: pkgconfig | ||
|
||
|
@@ -72,16 +60,12 @@ Rarian library ("librarian"). | |
|
||
%prep | ||
%setup -q | ||
%patch 1 -p1 -b .categories | ||
|
||
%build | ||
%configure --disable-skdb-update | ||
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool | ||
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool | ||
%make_build | ||
|
||
%check | ||
make VERBOSE=1 check | ||
|
||
%install | ||
%make_install | ||
|
||
|
@@ -133,220 +117,135 @@ fi | |
%{_libdir}/pkgconfig/rarian.pc | ||
|
||
%changelog | ||
* Wed Jan 15 2025 Archana Shettigar <[email protected]> - 0.8.6-2 | ||
- Initial Azure-Linux import from Fedora 41 (license: MIT). | ||
- License Verified | ||
|
||
## START: Generated by rpmautospec | ||
* Sat Dec 14 2024 Troy Curtis Jr <[email protected]> - 0.8.6-1 | ||
- Update to rarian 0.8.6. | ||
- Fixes: rhbz#2326394 | ||
- Changes to use tinyxml2 instead of tinyxml. | ||
|
||
* Fri Jul 19 2024 Fedora Release Engineering <[email protected]> - 0.8.5-4 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild | ||
|
||
* Fri Jan 26 2024 Fedora Release Engineering <[email protected]> - 0.8.5-3 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild | ||
|
||
* Mon Jan 22 2024 Fedora Release Engineering <[email protected]> - 0.8.5-2 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild | ||
|
||
* Sat Dec 09 2023 Troy Curtis Jr <[email protected]> - 0.8.5-1 | ||
- Update to 0.8.5. Fixes rhbz#2251261. | ||
|
||
* Fri Jul 21 2023 Fedora Release Engineering <[email protected]> - 0.8.4-2 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild | ||
|
||
* Sat May 06 2023 Troy Curtis Jr <[email protected]> - 0.8.4-1 | ||
- Upgrade to 0.8.4. | ||
|
||
* Wed Feb 22 2023 Troy Curtis Jr <[email protected]> - 0.8.2-1 | ||
- Update to 0.8.2 (fixes crash rhbz#2123124) | ||
|
||
* Fri Jan 20 2023 Fedora Release Engineering <[email protected]> - 0.8.1-44 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild | ||
|
||
* Thu Jan 12 2023 Florian Weimer <[email protected]> - 0.8.1-43 | ||
- C99 compatibility fix | ||
|
||
* Wed Nov 23 2022 Troy Curtis Jr <[email protected]> - 0.8.1-42 | ||
- Convert to using rpmautospec. | ||
|
||
* Wed Nov 23 2022 Troy Curtis Jr <[email protected]> - 0.8.1-41 | ||
- SPDX migration. | ||
|
||
* Sat Jul 23 2022 Fedora Release Engineering <[email protected]> - 0.8.1-40 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild | ||
|
||
* Fri Jan 21 2022 Fedora Release Engineering <[email protected]> - 0.8.1-39 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild | ||
|
||
* Wed Aug 25 2021 Yago Rubio Sanfiz <[email protected]> - 0.8.1-38 | ||
- Make sure RPATH is stripped to resolve FTBFS (rhbz 1987917). | ||
* Fri Oct 15 2021 Pawel Winogrodzki <[email protected]> - 0.8.1-25 | ||
- Initial CBL-Mariner import from Fedora 32 (license: MIT). | ||
|
||
* Fri Jul 23 2021 Fedora Release Engineering <[email protected]> - 0.8.1-37 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild | ||
|
||
* Wed Jan 27 2021 Fedora Release Engineering <[email protected]> - 0.8.1-36 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild | ||
|
||
* Fri Jan 08 2021 Tom Stellard <[email protected]> - 0.8.1-35 | ||
- Add BuildRequires: make | ||
|
||
* Sat Aug 01 2020 Fedora Release Engineering <[email protected]> - 0.8.1-34 | ||
- Second attempt - Rebuilt for | ||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild | ||
|
||
* Wed Jul 29 2020 Fedora Release Engineering <[email protected]> - 0.8.1-33 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild | ||
|
||
* Thu Jan 30 2020 Fedora Release Engineering <[email protected]> - 0.8.1-32 | ||
* Thu Jan 30 2020 Fedora Release Engineering <[email protected]> - 0.8.1-24 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild | ||
|
||
* Fri Jul 26 2019 Fedora Release Engineering <[email protected]> - 0.8.1-31 | ||
* Fri Jul 26 2019 Fedora Release Engineering <[email protected]> - 0.8.1-23 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild | ||
|
||
* Sat Feb 02 2019 Fedora Release Engineering <[email protected]> - 0.8.1-30 | ||
* Sat Feb 02 2019 Fedora Release Engineering <[email protected]> - 0.8.1-22 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild | ||
|
||
* Mon Jan 28 2019 Igor Gnatenko <[email protected]> - 0.8.1-29 | ||
- Remove obsolete Group tag | ||
* Tue Jul 17 2018 Mukundan Ragavan <[email protected]> - 0.8.1-21 | ||
- Add gcc-c++ as BR | ||
- spec cleanup | ||
|
||
* Tue Jan 22 2019 Igor Gnatenko <[email protected]> - 0.8.1-28 | ||
- Remove obsolete ldconfig scriptlets | ||
|
||
* Tue Jul 17 2018 Mukundan Ragavan <[email protected]> - 0.8.1-27 | ||
- add gcc-c++ as BR | ||
|
||
* Sat Jul 14 2018 Fedora Release Engineering <[email protected]> - 0.8.1-26 | ||
* Sat Jul 14 2018 Fedora Release Engineering <[email protected]> - 0.8.1-20 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild | ||
|
||
* Tue Jul 10 2018 Jason Tibbitts <[email protected]> - 0.8.1-25 | ||
- Remove needless use of %%defattr | ||
|
||
* Mon Jul 09 2018 Igor Gnatenko <[email protected]> - 0.8.1-24 | ||
- add BuildRequires: gcc | ||
|
||
* Wed Feb 14 2018 Igor Gnatenko <[email protected]> - 0.8.1-23 | ||
- Remove %%clean section | ||
|
||
* Tue Feb 13 2018 Igor Gnatenko <[email protected]> - 0.8.1-22 | ||
- Remove BuildRoot definition | ||
|
||
* Fri Feb 09 2018 Fedora Release Engineering <[email protected]> - 0.8.1-21 | ||
* Fri Feb 09 2018 Fedora Release Engineering <[email protected]> - 0.8.1-19 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild | ||
|
||
* Thu Aug 03 2017 Fedora Release Engineering <[email protected]> - 0.8.1-20 | ||
- Rebuilt for | ||
https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild | ||
* Thu Aug 03 2017 Fedora Release Engineering <[email protected]> - 0.8.1-18 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild | ||
|
||
* Thu Jul 27 2017 Fedora Release Engineering <[email protected]> - 0.8.1-19 | ||
* Thu Jul 27 2017 Fedora Release Engineering <[email protected]> - 0.8.1-17 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild | ||
|
||
* Sat Feb 11 2017 Fedora Release Engineering <[email protected]> - 0.8.1-18 | ||
* Sat Feb 11 2017 Fedora Release Engineering <[email protected]> - 0.8.1-16 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild | ||
|
||
* Thu Feb 04 2016 Fedora Release Engineering <[email protected]> - 0.8.1-17 | ||
* Thu Feb 04 2016 Fedora Release Engineering <[email protected]> - 0.8.1-15 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild | ||
|
||
* Thu Jun 18 2015 Dennis Gilmore <[email protected]> - 0.8.1-16 | ||
* Thu Jun 18 2015 Fedora Release Engineering <[email protected]> - 0.8.1-14 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild | ||
|
||
* Sat May 02 2015 Kalev Lember <[email protected]> - 0.8.1-15 | ||
* Sat May 02 2015 Kalev Lember <[email protected]> - 0.8.1-13 | ||
- Rebuilt for GCC 5 C++11 ABI change | ||
|
||
* Sun Aug 17 2014 Peter Robinson <pbrobinson@fedoraproject.org> - 0.8.1-14 | ||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.1-12 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild | ||
|
||
* Sun Jun 08 2014 Dennis Gilmore <[email protected]> - 0.8.1-13 | ||
* Sun Jun 08 2014 Fedora Release Engineering <[email protected]> - 0.8.1-11 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild | ||
|
||
* Sun Aug 04 2013 Dennis Gilmore <[email protected]> - 0.8.1-12 | ||
* Sun Aug 04 2013 Fedora Release Engineering <[email protected]> - 0.8.1-10 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild | ||
|
||
* Thu Feb 14 2013 Dennis Gilmore <[email protected]> - 0.8.1-11 | ||
* Thu Feb 14 2013 Fedora Release Engineering <[email protected]> - 0.8.1-9 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild | ||
|
||
* Sat Jul 21 2012 Dennis Gilmore <[email protected]> - 0.8.1-10 | ||
* Sat Jul 21 2012 Fedora Release Engineering <[email protected]> - 0.8.1-8 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild | ||
|
||
* Sat Jan 14 2012 Dennis Gilmore <[email protected]> - 0.8.1-9 | ||
* Sat Jan 14 2012 Fedora Release Engineering <[email protected]> - 0.8.1-7 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild | ||
|
||
* Wed Feb 09 2011 Dennis Gilmore <[email protected]> - 0.8.1-8 | ||
* Wed Feb 09 2011 Fedora Release Engineering <[email protected]> - 0.8.1-6 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild | ||
|
||
* Thu Jul 29 2010 Fedora Release Engineering <[email protected]> - 0.8.1-7 | ||
- dist-git conversion | ||
|
||
* Wed Nov 25 2009 Bill Nottingham <[email protected]> - 0.8.1-6 | ||
- Fix typo that causes a failure to update the common directory. (releng | ||
#2781) | ||
|
||
* Mon Jul 27 2009 Jesse Keating <[email protected]> - 0.8.1-5 | ||
* Sun Jul 26 2009 Fedora Release Engineering <[email protected]> - 0.8.1-5 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild | ||
|
||
* Wed Feb 25 2009 Jesse Keating <jkeating@fedoraproject.org> - 0.8.1-4 | ||
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.1-4 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild | ||
|
||
* Sat Nov 22 2008 Matthew Barnes <mbarnes@fedoraproject.org> - 0.8.1-3 | ||
* Sat Nov 22 2008 Matthew Barnes <mbarnes@redhat.com> - 0.8.1-3 | ||
- Shorten the summary. | ||
|
||
* Tue Nov 11 2008 Matthew Barnes <mbarnes@fedoraproject.org> - 0.8.1-2 | ||
* Mon Nov 10 2008 Matthew Barnes <mbarnes@redhat.com> - 0.8.1-2 | ||
- Add patch for RH bug #453342 (OMF category parsing). | ||
|
||
* Tue Sep 02 2008 Matthew Barnes <mbarnes@fedoraproject.org> - 0.8.1-1 | ||
* Mon Sep 01 2008 Matthew Barnes <mbarnes@redhat.com> - 0.8.1-1 | ||
- Update to 0.8.1 | ||
|
||
* Mon May 05 2008 Matthias Clasen <mclasen@fedoraproject.org> - 0.8.0-2 | ||
- fix source url | ||
* Sun May 4 2008 Matthias Clasen <mclasen@redhat.com> - 0.8.0-2 | ||
- Fix source url | ||
|
||
* Mon Mar 10 2008 Matthew Barnes <[email protected]> - 0.8.0-1 | ||
- Update to 0.8.0 - Silence xmlcatalog commands (RH bug #433315). | ||
* Mon Feb 18 2008 Matthew Barnes <[email protected]> - 0.8.0-1 | ||
- Update to 0.8.0 | ||
- Silence xmlcatalog commands (RH bug #433315). | ||
|
||
* Mon Feb 18 2008 Matthew Barnes <mbarnes@fedoraproject.org> - 0.7.1-3 | ||
* Mon Feb 18 2008 Matthew Barnes <mbarnes@redhat.com> - 0.7.1-3 | ||
- Require libxml2 in %%post and %%postun (RH bug #433268). | ||
|
||
* Sun Feb 10 2008 Matthew Barnes <mbarnes@fedoraproject.org> - 0.7.1-2 | ||
* Sat Feb 09 2008 Matthew Barnes <mbarnes@redhat.com> - 0.7.1-2 | ||
- Install XML DTD for scrollkeeper OMF files (RH bug #431088). | ||
|
||
* Tue Jan 08 2008 Bastien Nocera <[email protected]> - 0.7.1-1 | ||
* Tue Jan 08 2008 - Bastien Nocera <[email protected]> - 0.7.1-1 | ||
- Update to 0.7.1 | ||
|
||
* Tue Nov 27 2007 Matthew Barnes <[email protected]> - 0.7.0-2 | ||
- Forget to commit sources again. | ||
|
||
* Tue Nov 27 2007 Matthew Barnes <[email protected]> - 0.7.0-1 | ||
* Mon Nov 26 2007 Matthew Barnes <[email protected]> - 0.7.0-1 | ||
- Update to 0.7.0 | ||
|
||
* Tue Nov 06 2007 Matthew Barnes <mbarnes@fedoraproject.org> - 0.6.0-2 | ||
* Tue Nov 06 2007 Matthew Barnes <mbarnes@redhat.com> - 0.6.0-2 | ||
- Own /usr/share/help (RH bug #363311). | ||
|
||
* Wed Sep 12 2007 Matthew Barnes <[email protected]> - 0.6.0-1 | ||
- Update to 0.6.0 - Remove patch for RH bug #254301 (fixed upstream). | ||
* Wed Sep 12 2007 Matthew Barnes <[email protected]> - 0.6.0-1 | ||
- Update to 0.6.0 | ||
- Remove patch for RH bug #254301 (fixed upstream). | ||
|
||
* Thu Aug 30 2007 Matthew Barnes <mbarnes@fedoraproject.org> - 0.5.8-4 | ||
* Thu Aug 30 2007 Matthew Barnes <mbarnes@redhat.com> - 0.5.8-3 | ||
- Add patch for RH bug #254301 (rarian-sk-config --omfdir). | ||
|
||
* Thu Aug 30 2007 Matthew Barnes <[email protected]> - 0.5.8-3 | ||
- Add patch for RH bug #254301 (rarian-sk-config --omfdir). | ||
|
||
* Wed Aug 22 2007 Matthew Barnes <[email protected]> - 0.5.8-2 | ||
* Wed Aug 22 2007 Matthew Barnes <[email protected]> - 0.5.8-2 | ||
- Mass rebuild | ||
|
||
* Tue Aug 14 2007 Matthew Barnes <mbarnes@fedoraproject.org> - 0.5.8-1 | ||
* Mon Aug 13 2007 Matthew Barnes <mbarnes@redhat.com> - 0.5.8-1 | ||
- Update to 0.5.8 | ||
|
||
* Thu Aug 09 2007 Matthias Clasen <[email protected]> - 0.5.6-4 | ||
- move provides | ||
* Thu Aug 9 2007 Matthias Clasen <[email protected]> - 0.5.6-5 | ||
- Move Provides and Obsoletes in the same package, to | ||
avoid unnessary complications | ||
|
||
* Sun Aug 05 2007 Matthias Clasen <mclasen@fedoraproject.org> - 0.5.6-3 | ||
- add a few missing requires | ||
* Sat Aug 4 2007 Matthias Clasen <mclasen@redhat.com> - 0.5.6-4 | ||
- Add a few missing Requires | ||
|
||
* Thu Aug 02 2007 Matthew Barnes <mbarnes@fedoraproject.org> - 0.5.6-2 | ||
* Thu Aug 02 2007 Matthew Barnes <mbarnes@redhat.com> - 0.5.6-3 | ||
- Fix the Obsoletes/Provides relationship. | ||
|
||
* Thu Aug 02 2007 Matthew Barnes <mbarnes@fedoraproject.org> - 0.5.6-1 | ||
* Wed Aug 01 2007 Matthew Barnes <mbarnes@redhat.com> - 0.5.6-2 | ||
- More package review feedback (#250150). | ||
## END: Generated by rpmautospec | ||
|
||
* Wed Aug 01 2007 Matthew Barnes <[email protected]> - 0.5.6-1 | ||
- Update to 0.5.6 | ||
|
||
* Tue Jul 31 2007 Matthew Barnes <[email protected]> - 0.5.4-2 | ||
- Incorporate package review suggestions. | ||
|
||
* Mon Jul 30 2007 Matthew Barnes <[email protected]> - 0.5.4-1 | ||
- Initial packaging. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"Signatures": { | ||
"yelp-tools-42.1.tar.xz": "3e496a4020d4145b99fd508a25fa09336a503a4e8900028421e72c6a4b11f905" | ||
"yelp-tools-3.32.2.tar.xz": "183856b5ed0b0bb2c05dd1204af023946ed436943e35e789afb0295e5e71e8f9" | ||
} | ||
} | ||
} |
Oops, something went wrong.