Parag Nemade 8795fa2
%global __requires_exclude .*BugzillaClient.*
5be529e
53ec964
Name:           vym
7d50a5b
Version:        2.5.21
d51898c
Release:        1%{?dist}
53ec964
Summary:        View your mind
53ec964
53ec964
Group:          Applications/Productivity
88ade43
License:        GPLv2+
53ec964
URL:            http://www.insilmaril.de/vym/
a1e8c22
Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
cd1a39b
# Currently obtained from OpenSUSE, SF releases to resume shortly
cd1a39b
# http://download.opensuse.org/repositories/home://insilmaril/openSUSE_11.1/src/
cd1a39b
# See also BZ 511290
29dd67f
Patch0:         vym-2.5.19-silence-lang-warning.patch
53ec964
Source1:        %{name}.desktop
aec8d4b
Source2:        vym.xml
cf94e66
Source3:	vym-logo-new-16.png
cf94e66
Source4:	vym-logo-new-22.png
cf94e66
Source5:	vym-logo-new-24.png
cf94e66
Source6:	vym-logo-new-32.png
cf94e66
Source7:	vym-logo-new-48.png
cf94e66
Source8:	vym-logo-new-256.png
e1c3d30
#Patch0:		vym-2.0.6-gcc470.patch
f96018f
a978f83
BuildRequires:  qt5-qtbase-devel qt5-qtsvg-devel libXext-devel desktop-file-utils
53ec964
Jon Ciesla 4d9fe21
%{?filter_setup:
Jon Ciesla 4d9fe21
%filter_from_requires /^perl(BugzillaClient)$/d
Jon Ciesla 4d9fe21
%?perl_default_filter
Jon Ciesla 4d9fe21
}
4faefb8
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}perl\\(BugzillaClient\\)
Jon Ciesla 4d9fe21
Requires:	perl-BZ-Client
fd3aa72
# For file operations, we use command-line utilities.
fd3aa72
Requires: coreutils zip unzip
Jon Ciesla 4d9fe21
53ec964
%description
53ec964
VYM (View Your Mind) is a tool to generate and manipulate maps
53ec964
which show your thoughts. Such maps can help you to improve
53ec964
your creativity and effectivity. You can use them for time management,
53ec964
to organize tasks, to get an overview over complex contexts.
53ec964
53ec964
%prep
53ec964
%setup -q
a1e8c22
29dd67f
%patch0 -p0
6af19ee
53ec964
%build
a1e8c22
4faefb8
%if (0%{?fedora} && 0%{?fedora} < 20)
4faefb8
%global docval %{_docdir}/%{name}-%{version}
4faefb8
%else
4faefb8
%global docval %{_docdir}
4faefb8
%endif
4faefb8
Rex Dieter 61d47fa
%{qmake_qt5} DOCDIR="%{?docval}" PREFIX=%{_prefix}
53ec964
53ec964
%{__make} %{?_smp_mflags}
53ec964
53ec964
53ec964
%install
d3a28d6
%{__make} install INSTALL_ROOT=%{buildroot} COPY="%{__cp} -p -f"
53ec964
53ec964
%{__mkdir} -p %{buildroot}%{_datadir}/applications/
53ec964
Parag Nemade 8795fa2
desktop-file-install             \
53ec964
    --dir %{buildroot}%{_datadir}/applications \
53ec964
    %{SOURCE1}
53ec964
53ec964
%{__mkdir} -p %{buildroot}%{_datadir}/icons/hicolor/16x16/apps
cf94e66
%{__cp} -p %{SOURCE3} %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/%{name}.png
53ec964
%{__cp} -p icons/%{name}.xpm %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/%{name}.xpm
53ec964
cf94e66
%{__mkdir} -p %{buildroot}%{_datadir}/icons/hicolor/22x22/apps
cf94e66
%{__cp} -p %{SOURCE4} %{buildroot}%{_datadir}/icons/hicolor/22x22/apps/%{name}.png
cf94e66
cf94e66
%{__mkdir} -p %{buildroot}%{_datadir}/icons/hicolor/24x24/apps
cf94e66
%{__cp} -p %{SOURCE5} %{buildroot}%{_datadir}/icons/hicolor/24x24/apps/%{name}.png
cf94e66
cf94e66
%{__mkdir} -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps
cf94e66
%{__cp} -p %{SOURCE6} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
53ec964
53ec964
%{__mkdir} -p %{buildroot}%{_datadir}/icons/hicolor/48x48/apps
cf94e66
%{__cp} -p %{SOURCE7} %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
53ec964
%{__cp} -p icons/%{name}-editor.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{name}-editor.png
53ec964
cf94e66
%{__mkdir} -p %{buildroot}%{_datadir}/icons/hicolor/256x256/apps
cf94e66
%{__cp} -p %{SOURCE8} %{buildroot}%{_datadir}/icons/hicolor/256x256/apps/%{name}.png
cf94e66
cf94e66
aec8d4b
install -m a+rx,u+w -d %{buildroot}%{_datadir}/mime/packages
aec8d4b
install -p -m a+r,u+w %{SOURCE2} %{buildroot}%{_datadir}/mime/packages/vym.xml
aec8d4b
1946a74
mv %{buildroot}/usr/vym %{buildroot}%{_datadir}/vym
1946a74
Rex Dieter 2f5d48f
%post
Rex Dieter 2f5d48f
touch --no-create %{_datadir}/icons/hicolor &>/dev/null
Rex Dieter 2f5d48f
touch --no-create %{_datadir}/mime/packages &> /dev/null || :
defee72
update-desktop-database &> /dev/null || :
Rex Dieter 2f5d48f
53ec964
%postun
Rex Dieter 2f5d48f
if [ $1 -eq 0 ] ; then
Rex Dieter 2f5d48f
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
Rex Dieter 2f5d48f
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null
Rex Dieter 2f5d48f
    touch --no-create %{_datadir}/mime/packages &> /dev/null || :
Rex Dieter 2f5d48f
    update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
53ec964
fi
defee72
update-desktop-database &> /dev/null || :
53ec964
Rex Dieter 2f5d48f
%posttrans
Rex Dieter 2f5d48f
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
Rex Dieter 2f5d48f
update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
Rex Dieter 2f5d48f
d3a28d6
%files
d51898c
%doc LICENSE.txt README.md INSTALL.txt demos/* doc/*
53ec964
%{_bindir}/%{name}
53ec964
%{_datadir}/%{name}/
Parag Nemade 8795fa2
%{_datadir}/applications/%{name}.desktop
53ec964
%{_datadir}/icons/hicolor/16x16/apps/%{name}*
cf94e66
%{_datadir}/icons/hicolor/22x22/apps/%{name}*
cf94e66
%{_datadir}/icons/hicolor/24x24/apps/%{name}*
cf94e66
%{_datadir}/icons/hicolor/32x32/apps/%{name}*
53ec964
%{_datadir}/icons/hicolor/48x48/apps/%{name}*
cf94e66
%{_datadir}/icons/hicolor/256x256/apps/%{name}*
aec8d4b
%{_datadir}/mime/packages/vym.xml
53ec964
b93ad99
53ec964
%changelog
7d50a5b
* Wed Aug 17 2016 Jon Ciesla <limburgher@gmail.com> - 2.5.21-1
7d50a5b
- Latest upstream.
7d50a5b
29dd67f
* Mon Jul 25 2016 Jon Ciesla <limburgher@gmail.com> - 2.5.19-1
29dd67f
- Latest upstream, BZ 1359465.
29dd67f
d51898c
* Tue Feb 23 2016 Jon Ciesla <limburgher@gmail.com> - 2.5.4-1
d51898c
- Latest upstream, BZ 1310923.
d51898c
f50f847
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.0-3
f50f847
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
f50f847
Rex Dieter 61d47fa
* Mon Feb 01 2016 Rex Dieter <rdieter@fedoraproject.org> 2.5.0-2
Rex Dieter 61d47fa
- use %%qmake_qt5 macro to ensure proper build flags
Rex Dieter 61d47fa
a7bc7ef
* Wed Oct 28 2015 Jon Ciesla <limburgher@gmail.com> - 2.5.0-1
a7bc7ef
- Latest upstream, BZ 1276025.
a7bc7ef
01ac058
* Thu Aug 27 2015 Jon Ciesla <limburgher@gmail.com> - 2.4.8-1
01ac058
- Latest upstream, BZ 1256983.
01ac058
9fdaf1a
* Mon Aug 24 2015 Jon Ciesla <limburgher@gmail.com> - 2.4.7-1
9fdaf1a
- Latest upstream, BZ 1256210.
9fdaf1a
75488e6
* Sat Jul 25 2015 Jon Ciesla <limburgher@gmail.com> - 2.4.5-1
75488e6
- Latest upstream, BZ 1232794.
75488e6
2d75946
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.3-2
2d75946
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
2d75946
4bba8ad
* Mon May 18 2015 Jon Ciesla <limburgher@gmail.com> - 2.4.3-1
4bba8ad
- Latest upstream, BZ 1222307.
4bba8ad
1946a74
* Tue May 12 2015 Jon Ciesla <limburgher@gmail.com> - 2.4.2-1
1946a74
- Latest upstream, BZ 1218466.
1946a74
79dbd98
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 2.4.0-2
79dbd98
- Rebuilt for GCC 5 C++11 ABI change
79dbd98
a978f83
* Mon Nov 03 2014 Jon Ciesla <limburgher@gmail.com> - 2.4.0-1
a978f83
- Latest upstream, BZ 1159546.
a978f83
Rex Dieter 2f5d48f
* Thu Oct 02 2014 Rex Dieter <rdieter@fedoraproject.org> 2.3.24-3
Rex Dieter 2f5d48f
- update desktop/icon/mime scriptlets
Rex Dieter 2f5d48f
99987c4
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.24-2
99987c4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
99987c4
0178e9e
* Tue Jul 29 2014 Jon Ciesla <limburgher@gmail.com> - 2.3.24-1
0178e9e
- Latest upstream, BZ 1124296.
0178e9e
a8ccca3
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.22-2
a8ccca3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
a8ccca3
344ff76
* Thu Feb 13 2014 Jon Ciesla <limburgher@gmail.com> - 2.3.22-1
344ff76
- Latest upstream, BZ 1064809.
344ff76
4f6612c
* Mon Sep 16 2013 Jon Ciesla <limburgher@gmail.com> - 2.3.20-1
4f6612c
- Latest upstream, BZ 1008440.
4f6612c
4faefb8
* Fri Aug 09 2013 Jon Ciesla <limburgher@gmail.com> - 2.3.19-4
4faefb8
- Fix docdir, BZ 993892.
4faefb8
e920082
* Mon Aug 05 2013 Jon Ciesla <limburgher@gmail.com> - 2.3.19-3
4faefb8
- Fix FTBFS.
e920082
29c13de
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.19-2
29c13de
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
29c13de
5be529e
* Wed Jul 17 2013 Jon Ciesla <limburgher@gmail.com> - 2.3.19-1
5be529e
- Latest upstream, BZ 985369.
5be529e
f50d515
* Fri Jun 07 2013 Jon Ciesla <limburgher@gmail.com> - 2.3.18-1
f50d515
- Latest upstream, BZ 971759.
f50d515
035a619
* Tue Apr 09 2013 Jon Ciesla <limburgher@gmail.com> - 2.3.17-1
035a619
- Latest upstream, BZ 949893.
035a619
d7f07bb
* Tue Mar 12 2013 Jon Ciesla <limburgher@gmail.com> - 2.3.15-1
d7f07bb
- Latest upstream, BZ 919585.
d7f07bb
bf7ce12
* Mon Mar 04 2013 Jon Ciesla <limburgher@gmail.com> - 2.3.14-1
bf7ce12
- Latest upstream, BZ 915251.
bf7ce12
Parag Nemade 8795fa2
* Sat Feb 09 2013 Parag Nemade <paragn AT fedoraproject DOT org> - 2.3.11-2
Parag Nemade 8795fa2
- Remove vendor tag from desktop file as per https://fedorahosted.org/fesco/ticket/1077
Parag Nemade 8795fa2
- Cleanup spec as per recently changed packaging guidelines
Parag Nemade 8795fa2
60c21c0
* Thu Jan 03 2013 Jon Ciesla <limburgher@gmail.com> - 2.3.11-1
60c21c0
- Latest upstream, BZ 890428.
60c21c0
fc44bf9
* Tue Dec 04 2012 Jon Ciesla <limburgher@gmail.com> - 2.3.8-1
fc44bf9
- Latest upstream, BZ 883291.
fc44bf9
c36554a
* Mon Nov 12 2012 Jon Ciesla <limburgher@gmail.com> - 2.3.5-1
c36554a
- Latest upstream, BZ 875835.
c36554a
50dc21c
* Wed Oct 31 2012 Jon Ciesla <limburgher@gmail.com> - 2.3.3-1
50dc21c
- Latest upstream, BZ 871891.
50dc21c
0b4bd07
* Thu Sep 13 2012 Jon Ciesla <limburgher@gmail.com> - 2.3.1-1
0b4bd07
- Latest upstream, BZ 856823.
0b4bd07
f0aa1bf
* Mon Jul 23 2012 Jon Ciesla <limburgher@gmail.com> - 2.3.0-1
f0aa1bf
- Latest upstream, BZ 839920.
f0aa1bf
c93d623
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.4-2
c93d623
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
c93d623
3451fd5
* Thu Jul 05 2012 Jon Ciesla <limburgher@gmail.com> - 2.2.4-1
3451fd5
- Latest upstream, BZ 837759.
3451fd5
285e802
* Mon Jul 02 2012 Jon Ciesla <limburgher@gmail.com> - 2.2.2-1
285e802
- Latest upstream, BZ 836717.
285e802
00bff00
* Wed Jun 13 2012 Jon Ciesla <limburgher@gmail.com> - 2.2.0-1
00bff00
- Latest upstream, BZ 831552.
00bff00
65d6366
* Tue Apr 24 2012 Jon Ciesla <limburgher@gmail.com> - 2.1.11-1
65d6366
- Latest upstream, BZ 814928.
65d6366
c342c8c
* Wed Apr 18 2012 Jon Ciesla <limburgher@gmail.com> - 2.1.8-1
c342c8c
- Latest upstream, BZ 813745.
9e23715
9e23715
* Mon Apr 16 2012 Jon Ciesla <limburgher@gmail.com> - 2.1.7-1
9e23715
- Latest upstream, BZ 812523.
9e23715
1a08d36
* Tue Apr 10 2012 Jon Ciesla <limburgher@gmail.com> - 2.0.12-1
1a08d36
- Latest upstream, BZ 811194.
1a08d36
cf94e66
* Wed Apr 04 2012 Jon Ciesla <limburgher@gmail.com> - 2.0.10-2
cf94e66
- Use icons with transparent background.
cf94e66
- See https://fedorahosted.org/design-team/ticket/165
cf94e66
e1c3d30
* Fri Mar 30 2012 Jon Ciesla <limburgher@gmail.com> - 2.0.10-1
e1c3d30
- New upstream.
e1c3d30
- gcc patch upstreamed.
e1c3d30
fd3aa72
* Wed Mar 07 2012 Jon Ciesla <limburgher@gmail.com> - 2.0.6-2
fd3aa72
- Require needed utilities, BZ 799006.
fd3aa72
094a433
* Thu Jan 05 2012 Jon Ciesla <limburgher@gmail.com> - 2.0.6-1
094a433
- New upstream.
6af19ee
- Patch for gcc 4.7.0.
094a433
Jon Ciesla 7f03a90
* Tue Nov 22 2011 Jon Ciesla <limb@jcomserv.net> - 2.0.4-1
Jon Ciesla 7f03a90
- New upstream.
Jon Ciesla 7f03a90
Jon Ciesla 12eaac8
* Mon Nov 14 2011 Jon Ciesla <limb@jcomserv.net> - 2.0.3-1
Jon Ciesla 12eaac8
- New upstream.
Jon Ciesla 12eaac8
Jon Ciesla 0694857
* Fri Oct 28 2011 Jon Ciesla <limb@jcomserv.net> - 2.0.2-1
Jon Ciesla 0694857
- New upstream.
Jon Ciesla 0694857
Jon Ciesla eaa5452
* Mon Oct 17 2011 Jon Ciesla <limb@jcomserv.net> - 2.0.1-1
Jon Ciesla eaa5452
- New upstream.
Jon Ciesla eaa5452
Jon Ciesla a4ae0a3
* Fri Oct 07 2011 Jon Ciesla <limb@jcomserv.net> - 1.99.1-1
Jon Ciesla a4ae0a3
- New upstream.
Jon Ciesla a4ae0a3
Jon Ciesla 1100a73
* Mon Aug 29 2011 Jon Ciesla <limb@jcomserv.net> - 1.13.41-1
Jon Ciesla 1100a73
- New upstream.
Jon Ciesla 1100a73
Jon Ciesla 1627dda
* Thu Aug 18 2011 Jon Ciesla <limb@jcomserv.net> - 1.13.39-2
Jon Ciesla 1627dda
- Requires exclusion correction.
Jon Ciesla 1627dda
Jon Ciesla aa71f5e
* Wed Aug 17 2011 Jon Ciesla <limb@jcomserv.net> - 1.13.39-1
Jon Ciesla aa71f5e
- New upstream.
Jon Ciesla aa71f5e
Jon Ciesla f4bbf8f
* Wed Jul 20 2011 Jon Ciesla <limb@jcomserv.net> - 1.13.36-1
Jon Ciesla f4bbf8f
- New upstream.
Jon Ciesla f4bbf8f
Jon Ciesla 38959cd
* Thu Jul 07 2011 Jon Ciesla <limb@jcomserv.net> - 1.13.35-1
Jon Ciesla 38959cd
- New upstream.
Jon Ciesla 38959cd
Jon Ciesla b00359c
* Fri Jun 17 2011 Jon Ciesla <limb@jcomserv.net> - 1.13.32-2
Jon Ciesla b00359c
- Bump and rebuild for BZ 712251.
Jon Ciesla b00359c
Jon Ciesla 92c9732
* Wed Jun 08 2011 Jon Ciesla <limb@jcomserv.net> - 1.13.32-1
Jon Ciesla 92c9732
- New upstream.
Jon Ciesla 92c9732
Jon Ciesla f901ed6
* Tue May 24 2011 Jon Ciesla <limb@jcomserv.net> - 1.13.30-1
Jon Ciesla f901ed6
- New upstream.
Jon Ciesla f901ed6
Jon Ciesla 98d6906
* Thu May 19 2011 Jon Ciesla <limb@jcomserv.net> - 1.13.29-2
Jon Ciesla 98d6906
- Fix requires.
Jon Ciesla 98d6906
Jon Ciesla 4d9fe21
* Mon May 16 2011 Jon Ciesla <limb@jcomserv.net> - 1.13.29-1
Jon Ciesla 4d9fe21
- New upstream.
Jon Ciesla 4d9fe21
Jon Ciesla 32e46aa
* Wed May 11 2011 Jon Ciesla <limb@jcomserv.net> - 1.13.27-1
Jon Ciesla 32e46aa
- New upstream.
Jon Ciesla 32e46aa
Jon Ciesla 32e46aa
* Sat Nov 06 2010 Jon Ciesla <limb@jcomserv.net> - 1.13.12-1
Jon Ciesla 32e46aa
- New upstream.
c92483b
Jon Ciesla 3a5b7d1
* Sat Nov 06 2010 Jon Ciesla <limb@jcomserv.net> - 1.12.8-1
Jon Ciesla 3a5b7d1
- New upstream.
Jon Ciesla 3a5b7d1
c496690
* Fri Mar 19 2010 Jon Ciesla <limb@jcomserv.net> - 1.12.7-1
c496690
- Updated to new upstream version, BZ 543442.
c496690
f336d29
* Wed Dec 02 2009 Jon Ciesla <limb@jcomserv.net> - 1.12.6-1
f336d29
- Updated to new upstream version, BZ 543442.
f336d29
8f39bfa
* Mon Nov 23 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.12.5-2 
8f39bfa
- rebuild (for qt-4.6.0-rc1, f13+)
8f39bfa
33a99a9
* Mon Nov 16 2009 Jon Ciesla <limb@jcomserv.net> - 1.12.5-1
33a99a9
- Updated to new upstream version, BZ 537799.
33a99a9
cd1a39b
* Tue Aug 04 2009 Jon Ciesla <limb@jcomserv.net> - 1.12.4-0
cd1a39b
- Updated to new upstream version.
cd1a39b
88ea59d
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12.2-3
88ea59d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
88ea59d
eb5cce3
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12.2-2
eb5cce3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
eb5cce3
707c50f
* Fri Dec 05 2008 Jon Ciesla <limb@jcomserv.net> - 1.12.2-1
707c50f
- Updated to new upstream version.
707c50f
b93ad99
* Mon Jul 14 2008 Jon Ciesla <limb@jcomserv.net> - 1.12.0-1
b93ad99
- Updated to new upstream version.
b496d3b
- Dropped all patches, applied upstream.
b93ad99
defee72
* Tue Jun 10 2008 Jon Ciesla <limb@jcomserv.net> - 1.10.0-4
aec8d4b
- Added mime type xml, BZ434929.
defee72
4c2221e
* Fri Feb 08 2008 Jon Ciesla <limb@jcomserv.net> - 1.10.0-3
4c2221e
- GCC 4.3 rebuild.
4c2221e
f96018f
* Wed Jan 09 2008 Jon Ciesla <limb@jcomserv.net> - 1.10.0-2
f96018f
- Added typeinfo patches.
f96018f
a1e8c22
* Thu Oct 18 2007 Jon Ciesla <limb@jcomserv.net> - 1.10.0-1
a1e8c22
- Upgrade to 1.10.0.
a1e8c22
- Applied several patches from Till Maas, which he sent upstream.
d3a28d6
- Dropped findlang, as it doesn't work with Vym.
a1e8c22
88ade43
* Thu Aug 16 2007 Jon Ciesla <limb@jcomserv.net> - 1.8.1-9
88ade43
- License tag correction.
a1e8c22
53ec964
* Wed Mar 21 2007 Jon Ciesla <limb@jcomserv.net> - 1.8.1-8
53ec964
- Converted patches to unified output format.
a1e8c22
53ec964
* Wed Mar 21 2007 Jon Ciesla <limb@jcomserv.net> - 1.8.1-7
53ec964
- Dropped symlink in favor of path patches.
a1e8c22
53ec964
* Wed Mar 21 2007 Jon Ciesla <limb@jcomserv.net> - 1.8.1-6
53ec964
- Fixed Source URL.
a1e8c22
53ec964
* Tue Mar 20 2007 Jon Ciesla <limb@jcomserv.net> - 1.8.1-5
53ec964
- doc link fix, icon fix.
a1e8c22
53ec964
* Mon Mar 19 2007 Jon Ciesla <limb@jcomserv.net> - 1.8.1-4
53ec964
- Fixed Desktop icon path, make copy timestamps, cleaned scripts.
53ec964
- Added symlink to fix PDF location.
a1e8c22
53ec964
* Tue Mar 13 2007 Jon Ciesla <limb@jcomserv.net> - 1.8.1-3
53ec964
- Fixed source url.
53ec964
- added desktop-file-utils,kdelibs BRs.
53ec964
- Fixed desktop file handling.
a1e8c22
53ec964
* Tue Mar 13 2007 Jon Ciesla <limb@jcomserv.net> - 1.8.1-2
53ec964
- Submitting for review.
a1e8c22
53ec964
* Wed Nov 22 2006 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org > - 1.8.1-1
a1e8c22
- Initial Package.