Accepting request 350105 from KDE:Applications
Update to KDE Applications 15.12.0 OBS-URL: https://build.opensuse.org/request/show/350105 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/poxml?expand=0&rev=35
This commit is contained in:
commit
7f10a6003d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:547527d7264a5f4a5bde4a4cf92b0b065199308f8147642d4b9d738ddb3c9a6e
|
||||
size 31664
|
3
poxml-15.12.0.tar.xz
Normal file
3
poxml-15.12.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a0f18ca8217dfe2133e36290216997c6f984caf2bc1836d0957c468f8c12be50
|
||||
size 31772
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 13 13:34:05 UTC 2015 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to KDE Applications 15.12.0
|
||||
* KDE Applications 15.12.0
|
||||
* https://www.kde.org/announcements/announce-applications-15.12.0.php
|
||||
* boo#958887
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 10 20:23:44 UTC 2015 - tittiatcoke@gmail.com
|
||||
|
||||
|
41
poxml.spec
41
poxml.spec
@ -19,16 +19,19 @@
|
||||
Name: poxml
|
||||
BuildRequires: antlr
|
||||
BuildRequires: antlr-devel
|
||||
BuildRequires: libkde4-devel
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: pkgconfig(Qt5Core)
|
||||
BuildRequires: pkgconfig(Qt5Xml)
|
||||
BuildRequires: kdoctools-devel
|
||||
Summary: KDE SDK POXML Package
|
||||
License: GPL-2.0 and GFDL-1.2
|
||||
Group: System/GUI/KDE
|
||||
Url: http://www.kde.org/
|
||||
Version: 15.08.3
|
||||
Version: 15.12.0
|
||||
Release: 0
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%kde4_runtime_requires
|
||||
|
||||
%description
|
||||
This package suggests the packages, built from the kdesdk poxml module.
|
||||
@ -42,14 +45,12 @@ RPM_OPT_FLAGS="$RPM_OPT_FLAGS -mminimal-toc"
|
||||
%endif
|
||||
export CXXFLAGS="$RPM_OPT_FLAGS -fPIC"
|
||||
export CFLAGS="$RPM_OPT_FLAGS -fPIC"
|
||||
%cmake_kde4 -d build -- -DCMAKE_CXXFLAGS="$RPM_OPT_FLAGS" -DCMAKE_CFLAGS="$RPM_OPT_FLAGS"
|
||||
%cmake_kf5 -d build -- -DCMAKE_CXXFLAGS="$RPM_OPT_FLAGS" -DCMAKE_CFLAGS="$RPM_OPT_FLAGS"
|
||||
%make_jobs
|
||||
make
|
||||
|
||||
%install
|
||||
cd build
|
||||
%makeinstall
|
||||
%kde_post_install
|
||||
%kf5_makeinstall -C build
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
@ -58,28 +59,26 @@ export CFLAGS="$RPM_OPT_FLAGS -fPIC"
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%package -n kde4-l10n-devel
|
||||
%package -n kde-l10n-devel
|
||||
Summary: KDE SDK Package
|
||||
Group: System/GUI/KDE
|
||||
%kde4_runtime_requires
|
||||
Obsoletes: kde4-l10n-devel < %{version}
|
||||
Provides: kde4-l10n-devel = %{version}
|
||||
|
||||
%description -n kde4-l10n-devel
|
||||
%description -n kde-l10n-devel
|
||||
This package suggests the packages, built from the kdesdk module.
|
||||
|
||||
%post -n kde4-l10n-devel -p /sbin/ldconfig
|
||||
%post -n kde-l10n-devel -p /sbin/ldconfig
|
||||
|
||||
%postun -n kde4-l10n-devel -p /sbin/ldconfig
|
||||
%postun -n kde-l10n-devel -p /sbin/ldconfig
|
||||
|
||||
%files -n kde4-l10n-devel
|
||||
%files -n kde-l10n-devel
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING COPYING.DOC
|
||||
%{_kde4_bindir}/po2xml
|
||||
%{_kde4_bindir}/split2po
|
||||
%{_kde4_bindir}/swappo
|
||||
%{_kde4_bindir}/xml2pot
|
||||
%{_mandir}/man1/po2xml.1.gz
|
||||
%{_mandir}/man1/split2po.1.gz
|
||||
%{_mandir}/man1/swappo.1.gz
|
||||
%{_mandir}/man1/xml2pot.1.gz
|
||||
%_bindir/po2xml
|
||||
%_bindir/split2po
|
||||
%_bindir/swappo
|
||||
%_bindir/xml2pot
|
||||
%_mandir/man1/*.*.gz
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user