Add BR:perl(Getopt::Long)

- Added doc to %files section
epel9
Mukundan Ragavan 9 years ago
parent 3ac5b1075d
commit 59e9ab80e6

@ -1,7 +1,7 @@
Summary: Multi-purpose calculator library Summary: Multi-purpose calculator library
Name: libqalculate Name: libqalculate
Version: 0.9.7 Version: 0.9.7
Release: 16%{?dist} Release: 17%{?dist}
License: GPLv2+ License: GPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://qalculate.sourceforge.net/ URL: http://qalculate.sourceforge.net/
@ -16,6 +16,7 @@ BuildRequires: glib2-devel, cln-devel
BuildRequires: libxml2-devel BuildRequires: libxml2-devel
BuildRequires: readline-devel, ncurses-devel BuildRequires: readline-devel, ncurses-devel
BuildRequires: perl(XML::Parser), gettext BuildRequires: perl(XML::Parser), gettext
BuildRequires: perl(Getopt::Long)
%description %description
This library underpins the Qalculate! multi-purpose desktop calculator for This library underpins the Qalculate! multi-purpose desktop calculator for
@ -72,6 +73,7 @@ rm -f %{buildroot}/%{_libdir}/*.la
%doc AUTHORS ChangeLog COPYING TODO %doc AUTHORS ChangeLog COPYING TODO
%{_libdir}/libqalculate.so.* %{_libdir}/libqalculate.so.*
%{_datadir}/qalculate/ %{_datadir}/qalculate/
%{_docdir}/%{name}/*
%files devel %files devel
%defattr(-,root,root,-) %defattr(-,root,root,-)
@ -84,6 +86,10 @@ rm -f %{buildroot}/%{_libdir}/*.la
%{_bindir}/qalc %{_bindir}/qalc
%changelog %changelog
* Thu Feb 18 2016 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 0.9.7-17
- Add BR:perl(Getopt::Long)
- Added doc to %files section
* Tue Feb 16 2016 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 0.9.7-16 * Tue Feb 16 2016 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 0.9.7-16
- Added patch to fix GCC-6 FTBFS. Thanks Yaakov Selkowitz - Added patch to fix GCC-6 FTBFS. Thanks Yaakov Selkowitz

Loading…
Cancel
Save