This commit is contained in:
parent
d055d1e6cc
commit
b1fa30d38b
21
kbibtex.spec
21
kbibtex.spec
@ -24,8 +24,8 @@ Summary: The BibTeX (Latex) bibliography manager for KDE
|
||||
Url: http://home.gna.org/kbibtex/
|
||||
Group: Productivity/Publishing/TeX/Utilities
|
||||
Source: http://download.gna.org/kbibtex/%{version}/%{name}-%{version}.tar.xz
|
||||
#Fixes kde#351455
|
||||
Patch: module-soversion.patch
|
||||
# PATCH-FIX-UPSTREAM - module-soversion.patch - Modules shall not be soversioned - https://bugs.kde.org/351455
|
||||
Patch0: module-soversion.patch
|
||||
BuildRequires: libkde4-devel
|
||||
BuildRequires: libpoppler-qt4-devel
|
||||
BuildRequires: libxml2-devel
|
||||
@ -56,7 +56,7 @@ This package contains the devel files for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
%patch -p1
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%cmake_kde4 -d build
|
||||
@ -85,25 +85,24 @@ done
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%dir %{_kde4_datadir}/appdata
|
||||
%doc %lang(en) %{_kde4_htmldir}/en/kbibtex
|
||||
%{_kde4_applicationsdir}/kbibtex.desktop
|
||||
%{_kde4_appsdir}/kbibtex/
|
||||
%{_kde4_appsdir}/kbibtexpart/
|
||||
%{_kde4_bindir}/kbibtex
|
||||
%config %{_kde4_configdir}/kbibtexrc
|
||||
%{_datadir}/mime/packages/bibliography.xml
|
||||
%{_kde4_configdir}/kbibtexrc
|
||||
%{_kde4_datadir}/appdata/*
|
||||
%{_kde4_datadir}/mime/packages/bibliography.xml
|
||||
%{_kde4_libdir}/*.so.*
|
||||
%{_kde4_iconsdir}/hicolor/*/apps/kbibtex.png
|
||||
%{_kde4_mandir}/man1/kbibtex.1.gz
|
||||
%{_kde4_modulesdir}/kbibtexpart.so*
|
||||
%{_kde4_modulesdir}/kbibtexpart.so
|
||||
%{_kde4_servicesdir}/kbibtexpart.desktop
|
||||
%{_kde4_docdir}/HTML/en/%{name}
|
||||
%{_kde4_docdir}/HTML/en/%{name}/*
|
||||
%{_datadir}/appdata
|
||||
%{_datadir}/appdata/*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/*
|
||||
%{_kde4_includedir}/*
|
||||
%{_kde4_libdir}/*.so
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user