e6c851a
%global tarball_version %%(echo %{version} | tr '~' '.')
d931fc4
22d2b2a
%global __provides_exclude_from ^%{_libdir}/gtkhex-4.0/.*\\.so$
22d2b2a
cvsextras 9bdee7a
Name:           ghex
fbfa0c5
Version:        42.3
22d2b2a
Release:        1%{?dist}
6f12a40
Summary:        Binary editor for GNOME
cvsextras 9bdee7a
caa05c4
# Source code is under GPLv2+, help is under GFDL and icon is under CC-BY-SA.
caa05c4
License:        GPLv2+ and GFDL and CC-BY-SA
844dcdd
URL:            https://gitlab.gnome.org/GNOME/ghex
22d2b2a
Source0:        https://download.gnome.org/sources/${name}/42/%{name}-%{tarball_version}.tar.xz
cvsextras 9bdee7a
2da2728
BuildRequires:  libappstream-glib
844dcdd
BuildRequires:  desktop-file-utils
Igor Gnatenko 56c04aa
BuildRequires:  gcc
cvsextras 9bdee7a
BuildRequires:  gettext
fdf88a9
BuildRequires:  pkgconfig(gtk4)
1a5588d
BuildRequires:  itstool
844dcdd
BuildRequires:  meson
fdf88a9
BuildRequires:  /usr/bin/g-ir-scanner
cvsextras 9bdee7a
50c225b
Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
50c225b
cvsextras 9bdee7a
%description
90919bc
GHex can load raw data from binary files and display them for editing in the
90919bc
traditional hex editor view. The display is split in two columns, with
90919bc
hexadecimal values in one column and the ASCII representation in the other.
90919bc
A useful tool for working with raw data.
90919bc
cvsextras 9bdee7a
50c225b
%package        libs
50c225b
Summary:        GtkHex library
50c225b
50c225b
%description    libs
50c225b
The %{name}-libs package contains the shared GtkHex library.
50c225b
50c225b
cvsextras 9bdee7a
%package        devel
90919bc
Summary:        Development files for %{name}
50c225b
Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
cvsextras 9bdee7a
cvsextras 9bdee7a
%description    devel
90919bc
The %{name}-devel package contains libraries and header files for
90919bc
developing applications that use %{name}.
90919bc
cvsextras 9bdee7a
cvsextras 9bdee7a
%prep
e6c851a
%autosetup -p1 -n %{name}-%{tarball_version}
e6c851a
cvsextras 9bdee7a
cvsextras 9bdee7a
%build
844dcdd
%meson
844dcdd
%meson_build
cvsextras 9bdee7a
cvsextras 9bdee7a
cvsextras 9bdee7a
%install
844dcdd
%meson_install
cvsextras 9bdee7a
844dcdd
%find_lang %{name} --with-gnome
cvsextras 9bdee7a
cvsextras 9bdee7a
2ead843
%check
2ead843
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.GHex.desktop
2da2728
appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_metainfodir}/org.gnome.GHex.appdata.xml
2ead843
2ead843
844dcdd
%files -f %{name}.lang
6f45146
%license COPYING COPYING-DOCS
e6c851a
%doc NEWS README.md
fdf88a9
%{_bindir}/ghex
844dcdd
%{_datadir}/applications/org.gnome.GHex.desktop
90919bc
%{_datadir}/glib-2.0/schemas/org.gnome.GHex.gschema.xml
e3ebdda
%{_datadir}/icons/hicolor/*/apps/*
2da2728
%{_metainfodir}/org.gnome.GHex.appdata.xml
50c225b
50c225b
%files libs
50c225b
%license COPYING
fdf88a9
%{_libdir}/libgtkhex-4.so.0*
fdf88a9
%{_libdir}/girepository-1.0/Hex-4.typelib
22d2b2a
%{_libdir}/gtkhex-4.0/
cvsextras 9bdee7a
cvsextras 9bdee7a
%files devel
fdf88a9
%{_includedir}/gtkhex-4
fdf88a9
%{_libdir}/libgtkhex-4.so
fdf88a9
%{_libdir}/pkgconfig/gtkhex-4.pc
fdf88a9
%{_datadir}/gir-1.0/Hex-4.gir
cvsextras 9bdee7a
cvsextras 9bdee7a
cvsextras 9bdee7a
%changelog
fbfa0c5
* Tue Jun 14 2022 David King <amigadave@amigadave.com> - 42.3-1
fbfa0c5
- Update to 42.3
fbfa0c5
41e1383
* Wed Apr 27 2022 David King <amigadave@amigadave.com> - 42.2-1
41e1383
- Update to 42.2
41e1383
caa05c4
* Sat Apr 16 2022 David King <amigadave@amigadave.com> - 42.1-1
caa05c4
- Update to 42.1
caa05c4
22d2b2a
* Tue Apr 05 2022 David King <amigadave@amigadave.com> - 42.0-1
22d2b2a
- Update to 42.0
22d2b2a
1331ff6
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4~beta.1-2
1331ff6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
1331ff6
fdf88a9
* Mon Jan 10 2022 David King <amigadave@amigadave.com> - 4~beta.1-1
fdf88a9
- Update to 4.beta.1
fdf88a9
b76b7a7
* Tue Dec 07 2021 Kalev Lember <klember@redhat.com> - 3.41.1-1
b76b7a7
- Update to 3.41.1
b76b7a7
4e79ce5
* Sat Sep 25 2021 Kalev Lember <klember@redhat.com> - 3.41.0-1
4e79ce5
- Update to 3.41.0
4e79ce5
2da2728
* Fri Sep 17 2021 Gustavo Costa <xfgusta@fedoraproject.com> - 3.41~rc-2
2da2728
- Use _metainfodir macro
2da2728
- Add appdata check
2da2728
77b3008
* Thu Sep 09 2021 Kalev Lember <klember@redhat.com> - 3.41~rc-1
77b3008
- Update to 3.41.rc
77b3008
e6c851a
* Mon Aug 23 2021 Kalev Lember <klember@redhat.com> - 3.41~beta-1
e6c851a
- Update to 3.41.beta
e6c851a
07224b2
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.18.4-7
07224b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
07224b2
b5a7bda
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.18.4-6
b5a7bda
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
b5a7bda
53d4355
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.18.4-5
53d4355
- Second attempt - Rebuilt for
53d4355
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
53d4355
a86b29b
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.18.4-4
a86b29b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
a86b29b
18101f1
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.18.4-3
18101f1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
18101f1
2f19484
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.18.4-2
2f19484
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
2f19484
844dcdd
* Fri Jul 12 2019 Kalev Lember <klember@redhat.com> - 3.18.4-1
844dcdd
- Update to 3.18.4
844dcdd
- Switch to the meson build system
844dcdd
99ba7c9
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.18.3-9
99ba7c9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
99ba7c9
d50624c
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.18.3-8
d50624c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
d50624c
d134b36
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.18.3-7
d134b36
- Escape macros in %%changelog
d134b36
52a87fa
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.18.3-6
52a87fa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
52a87fa
b6596b2
* Thu Jan 11 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.18.3-5
b6596b2
- Remove obsolete scriptlets
b6596b2
be4ecc1
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.18.3-4
be4ecc1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
be4ecc1
f8f32c6
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.18.3-3
f8f32c6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
f8f32c6
9ca02a9
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.18.3-2
9ca02a9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
9ca02a9
1b8f2eb
* Wed Oct 12 2016 Kalev Lember <klember@redhat.com> - 3.18.3-1
1b8f2eb
- Update to 3.18.3
fea0484
- Don't set group tags
d51cafc
- Don't manually require ldconfig
1b8f2eb
Richard Hughes c9c3789
* Wed Jun 22 2016 Richard Hughes <rhughes@redhat.com> - 3.18.2-1
Richard Hughes c9c3789
- Update to 3.18.2
Richard Hughes c9c3789
d7c100c
* Wed May 11 2016 Kalev Lember <klember@redhat.com> - 3.18.1-1
d7c100c
- Update to 3.18.1
d7c100c
41f16b2
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.18.0-3
41f16b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
41f16b2
05dd7fb
* Sat Jan 02 2016 Adel Gadllah <adel.gadllah@gmail.com> - 3.18.0-2
05dd7fb
- Use %%global instead of %%define
05dd7fb
c937f7f
* Wed Sep 23 2015 Kalev Lember <klember@redhat.com> - 3.18.0-1
c937f7f
- Update to 3.18.0
c937f7f
6bd747e
* Mon Aug 31 2015 Kalev Lember <klember@redhat.com> - 3.17.91-1
6bd747e
- Update to 3.17.91
6bd747e
- Include new symbolic icons
b83bffe
- Use make_install macro
6f45146
- Mark license files with the license macro
de631a1
- Tighten -devel package deps with the _isa macro
50c225b
- Split out the shared library to -libs subpackage
6bd747e
33a1ab4
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.10.1-5
33a1ab4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
33a1ab4
Richard Hughes e851035
* Mon Mar 30 2015 Richard Hughes <rhughes@redhat.com> - 3.10.1-4
Richard Hughes e851035
- Use better AppData screenshots
Richard Hughes e851035
5e16cb4
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.10.1-3
5e16cb4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
5e16cb4
8411efb
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.10.1-2
8411efb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
8411efb
30c8b72
* Mon Apr 14 2014 Kalev Lember <kalevlember@gmail.com> - 3.10.1-1
30c8b72
- Update to 3.10.1
30c8b72
7dc3816
* Wed Sep 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0-1
7dc3816
- Update to 3.10.0
7dc3816
50f13d6
* Wed Sep 18 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.92-1
50f13d6
- Update to 3.9.92
50f13d6
- Include the appdata file
50f13d6
287f6df
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8.1-2
287f6df
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
287f6df
Richard Hughes c9fb461
* Mon May 13 2013 Richard Hughes <rhughes@redhat.com> - 3.8.1-1
Richard Hughes c9fb461
- Update to 3.8.1
Richard Hughes c9fb461
2ae9562
* Mon Mar 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
2ae9562
- Update to 3.8.0
2ae9562
Richard Hughes 9ed2067
* Tue Feb 19 2013 Richard Hughes <rhughes@redhat.com> - 3.7.90-1
Richard Hughes 9ed2067
- Update to 3.7.90
Richard Hughes 9ed2067
70e51f5
* Tue Feb 05 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.3-1
70e51f5
- Update to 3.7.3
4795e14
- Add icon cache scriptlets for HighContrast icons
70e51f5
Richard Hughes 5b4da77
* Wed Jan 16 2013 Richard Hughes <hughsient@gmail.com> - 3.7.2-1
Richard Hughes 5b4da77
- Update to 3.7.2
Richard Hughes 5b4da77
1a5588d
* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.1-1
1a5588d
- Update to 3.7.1
1a5588d
- Adjust buildrequires for the new documentation infrastructure
1a5588d
7f93645
* Tue Oct 16 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.1-1
7f93645
- Update to 3.6.1
7f93645
Richard Hughes c1f47d3
* Tue Sep 25 2012 Richard Hughes <hughsient@gmail.com> - 3.6.0-1
Richard Hughes c1f47d3
- Update to 3.6.0
Richard Hughes c1f47d3
Richard Hughes e18d115
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 3.5.91-1
Richard Hughes e18d115
- Update to 3.5.91
Richard Hughes e18d115
b0bee39
* Thu Aug 30 2012 Kalev Lember <kalevlember@gmail.com> - 3.5.90-1
b0bee39
- Update to 3.5.90
b0bee39
4950d60
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.2-2
4950d60
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
4950d60
42e2f55
* Mon Jul 16 2012 Kalev Lember <kalevlember@gmail.com> - 3.5.2-1
42e2f55
- Update to 3.5.2
42e2f55
1aa5a4c
* Tue May 15 2012 Kalev Lember <kalevlember@gmail.com> - 3.5.1-2
1aa5a4c
- Use %%find_lang for help files
1aa5a4c
74d8878
* Sat May 05 2012 Kalev Lember <kalevlember@gmail.com> - 3.5.1-1
74d8878
- Update to 3.5.1
74d8878
ce15c1e
* Mon Mar 26 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.0-1
ce15c1e
- Update to 3.4.0
ce15c1e
- Include HACKING in docs
ce15c1e
86d11e7
* Tue Mar 06 2012 Kalev Lember <kalevlember@gmail.com> - 3.3.91-1
86d11e7
- Update to 3.3.91
86d11e7
- Dropped manual gtk3-devel dependency from ghex-devel subpackage; it's
86d11e7
  automatically picked up by rpm pkgconfig depgen.
86d11e7
d931fc4
* Tue Feb 21 2012 Kalev Lember <kalevlember@gmail.com> - 3.3.90-1
d931fc4
- Update to 3.3.90
d931fc4
ef59a8a
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.0-2
ef59a8a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
ef59a8a
a32f01b
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 3.0.0-1
a32f01b
- Update to 3.0.0
a32f01b
90919bc
* Sat Sep 10 2011 Kalev Lember <kalevlember@gmail.com> - 2.90.2-1
90919bc
- Update to 2.90.2
90919bc
- Switch to gsettings
90919bc
- Updated description
1a4844e
- Don't require scrollkeeper
1a4844e
- Make sure files aren't listed twice in %%files
3db942c
- Added icon cache scriplets
90919bc
0293dda
* Sat Aug 13 2011 Adel Gadllah <adel.gadllah@gmail.com> - 2.90.0-1
0293dda
- Update to 2.90.0 - now uses GTK3
0293dda
- Remove now obsolete patch
0293dda
5c4184b
* Tue Feb 09 2010 Dodji Seketeli <dodji@redhat.com> - 2.24.0-5
5c4184b
- Add patch to fix building with --no-as-needed as linker option.
5c4184b
d7283d6
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.0-4
d7283d6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
d7283d6
86291ae
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.0-3
86291ae
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
86291ae
0f3f9d3
* Fri Feb 20 2009 Dodji Seketeli <dodji@redhat.org> 2.24.0-2
d134b36
- Use %%{?dist} in the Release number
0f3f9d3
46a4004
* Fri Feb 20 2009 Dodji Seketeli <dodji@redhat.org> 2.24.0-1
46a4004
- Update to 2.24.0
46a4004
- Use system libtool
46a4004
- Explicitely exclude static libraries
46a4004
- Added BuildRequires intltools,libtool
46a4004
37582cc
* Fri Apr 11 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.22.0-1
37582cc
- Update to 2.22.0 (no code changes, just a late release for Gnome 2.22 with
37582cc
  updated translations)
37582cc
37582cc
* Sun Mar 02 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.21.92-1
d763e84
- Update to 2.21.92
d763e84
0b73833
* Fri Feb 08 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.21.90-1
0b73833
- Update to 2.21.90
0b73833
1317592
* Sat Dec 29 2007 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.21.4-1
1317592
- Update to 2.21.4
1317592
- Pass --disable-static to configure
1317592
- remove obsolete rm -rf RPM_BUILD_ROOT/var/scrollkeeper from install section
1317592
e81e099
* Fri Dec 14 2007 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.20.1-1
e81e099
- Update to 2.20.1
e81e099
ce0feb7
* Fri Sep 21 2007 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.20.0-1
ce0feb7
- Update to 2.20.0
ce0feb7
af13ff7
* Fri Aug 31 2007 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.19.91-1
af13ff7
- Update to 2.19.91
af13ff7
201e5c5
* Fri Aug 17 2007 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.19.90-1
201e5c5
- Update to 2.19.90
201e5c5
da83ba4
* Thu Aug 09 2007 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.19.0-1
e3ebdda
- Update to 2.19.0 and drop patches (stuff got fixed upstream)
e3ebdda
- use make isntall instread of %%makeinstall
e3ebdda
436e2bc
* Fri Aug 03 2007 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info>
436e2bc
- Update License field due to the "Licensing guidelines changes"
436e2bc
93dccbe
* Sun May 20 2007 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 2.8.2-5
93dccbe
- Update project URL (#240646)
93dccbe
07679f1
* Tue Aug 29 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 2.8.2-4
07679f1
- Add BR perl-XML-Parser
07679f1
9bc3490
* Tue Aug 29 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 2.8.2-3
9bc3490
- Rebuild for devel
9bc3490
036e7a8
* Wed Aug 09 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info> 2.8.2-2
036e7a8
- apply ghex-search-crash.patch from b.g.o #339055 -- fixes #175957 
036e7a8
c6cd021
* Sat Jul 15 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info> 2.8.2-1
c6cd021
- Update to 2.8.2
c6cd021
- Don't use the libtool worksaroung anymore
c6cd021
- Rename ghex-2.8.0-no-scrollkeeper.patch to
c6cd021
  ghex-no-scrollkeeper.patch and and update it
c6cd021
4a21d07
* Mon Feb 13 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info>
4a21d07
- Rebuild for Fedora Extras 5
4a21d07
eb2b7d9
* Wed Apr  6 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
70e24c9
- rebuilt
70e24c9
683a260
* Sun Jan 09 2005 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 2.8.1-2
6f12a40
- Use make param LIBTOOL=/usr/bin/libtool instead autoreconf -- fixes x86_64
683a260
  build
683a260
683a260
* Mon Dec 27 2004 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 2.8.1-1
683a260
- Update to 2.8.1
683a260
- recreate autoconf & co data during pre; fixes build issues on x86_64
683a260
f910cae
* Tue Dec 21 2004 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.8.0-3
f910cae
- Ran into the incomplete-removal-of-epoch trap. Fixed that.
f910cae
466b168
* Wed Nov 10 2004 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.8.0-2
466b168
- Add patch to prevent scrollkeeper-updates during %%install.
466b168
- Drop Epoch.
466b168
cvsextras 4b5fa38
* Sun Oct 17 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:2.8.0-0.fdr.1
cvsextras 4b5fa38
- Updated to 2.8.0.
cvsextras 4b5fa38
cvsextras d53b621
* Fri Jun  4 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:2.6.1-0.fdr.1
cvsextras d53b621
- Updated to 2.6.1.
cvsextras d53b621
- Reenabled parallel make (fixed upstream).
cvsextras d53b621
cvsextras d53b621
* Mon May 17 2004 Mark A. Fonnemann <m.fonneman.n@bc.edu> - 0:2.6.0-0.fdr.1
cvsextras d53b621
- Updated to 2.6.0.
cvsextras d53b621
- Divided Requires(post, postun) into Requires(post) and Requires(postun) (thanks, Michael Schwendt).
cvsextras d53b621
- Added gtk2-devel and gail-devel to build requirements (thanks, Michael).
cvsextras d53b621
- Changed {_datadir}/path to {_datadir}/path/* (thanks again, Michael).
cvsextras d53b621
cvsextras d53b621
* Thu Oct 23 2003 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:2.4.0.1-0.fdr.4
cvsextras 9bdee7a
- Reverted previous change.
cvsextras 9bdee7a
- Disabled parallell make.
cvsextras 9bdee7a
- Added build req scrollkeeper.
cvsextras 9bdee7a
cvsextras d53b621
* Sat Oct 11 2003 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:2.4.0.1-0.fdr.3
cvsextras 9bdee7a
- Remove sr@Latn locale from desktop file if old desktop-file-install.
cvsextras 9bdee7a
cvsextras d53b621
* Thu Oct  9 2003 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:2.4.0.1-0.fdr.2
cvsextras 9bdee7a
- Post req GConf2.
cvsextras 9bdee7a
- Split out devel package.
cvsextras 9bdee7a
- Added URL.
cvsextras 9bdee7a
cvsextras d53b621
* Wed Sep 24 2003 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:2.4.0.1-0.fdr.1
cvsextras 9bdee7a
- Initial RPM release.