|
@@ -13,16 +13,19 @@ License: GPL-3.0
|
|
|
Summary: FB2 Files Editor
|
|
|
URL: http://fb2edit.lintest.ru
|
|
|
Group: Productivity/Text/Editors
|
|
|
-Source0: http://www.lintest.ru/pub/%{name}-%{version}.tar.bz2
|
|
|
+Source0: http://www.lintest.ru/pub/%{name}_%{version}.orig.tar.bz2
|
|
|
+Source90: %{name}_%{version}-squeeze1.debian.tar.gz
|
|
|
+Source91: %{name}_%{version}-squeeze1.dsc
|
|
|
+Source92: %{name}_%{version}-squeeze1_source.changes
|
|
|
BuildRequires: cmake
|
|
|
BuildRequires: desktop-file-utils
|
|
|
BuildRequires: gcc-c++
|
|
|
BuildRequires: hicolor-icon-theme
|
|
|
-BuildRequires: pkgconfig(QtCore) >= 4.7.0
|
|
|
-BuildRequires: pkgconfig(QtGui) >= 4.7.0
|
|
|
-BuildRequires: pkgconfig(QtNetwork) >= 4.7.0
|
|
|
-BuildRequires: pkgconfig(QtWebKit) >= 4.7.0
|
|
|
-BuildRequires: pkgconfig(QtXml) >= 4.7.0
|
|
|
+BuildRequires: pkgconfig(QtCore) >= 4.6.0
|
|
|
+BuildRequires: pkgconfig(QtGui) >= 4.6.0
|
|
|
+BuildRequires: pkgconfig(QtNetwork) >= 4.6.0
|
|
|
+BuildRequires: pkgconfig(QtWebKit) >= 4.6.0
|
|
|
+BuildRequires: pkgconfig(QtXml) >= 4.6.0
|
|
|
BuildRequires: pkgconfig(libxml-2.0)
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
@@ -101,6 +104,7 @@ fi
|
|
|
|
|
|
%files
|
|
|
%defattr(-,root,root,-)
|
|
|
+%doc AUTHORS LICENSE
|
|
|
%{_bindir}/%{name}
|
|
|
%{_datadir}/applications/%{name}.desktop
|
|
|
%{_datadir}/icons/hicolor/*/*/%{name}.png
|