update to 5.12.0 [release 5.12.0-1mamba;Sun Aug 16 2015]
This commit is contained in:
parent
bf4e410cc5
commit
96424618c0
14
kwallet.spec
14
kwallet.spec
@ -1,6 +1,6 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: kwallet
|
Name: kwallet
|
||||||
Version: 5.11.0
|
Version: 5.12.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Safe desktop-wide storage for passwords
|
Summary: Safe desktop-wide storage for passwords
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -27,7 +27,6 @@ BuildRequires: libqt5-devel
|
|||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -38,6 +37,7 @@ This framework contains two main components:
|
|||||||
%package -n lib%{name}
|
%package -n lib%{name}
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Summary: Safe desktop-wide storage for passwords
|
Summary: Safe desktop-wide storage for passwords
|
||||||
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
%description -n lib%{name}
|
%description -n lib%{name}
|
||||||
This package contains shared libraries for %{name}.
|
This package contains shared libraries for %{name}.
|
||||||
@ -46,8 +46,6 @@ This package contains shared libraries for %{name}.
|
|||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
## note: you can add this requirement if .pc files are provided by this package
|
|
||||||
#Requires: pkg-config
|
|
||||||
|
|
||||||
%description -n lib%{name}-devel
|
%description -n lib%{name}-devel
|
||||||
This package contains libraries and header files for developing applications that use %{name}.
|
This package contains libraries and header files for developing applications that use %{name}.
|
||||||
@ -66,6 +64,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%makeinstall -C build
|
%makeinstall -C build
|
||||||
|
|
||||||
%find_lang kwalletd5
|
%find_lang kwalletd5
|
||||||
|
%find_lang kwallet-query
|
||||||
|
|
||||||
|
cat kwallet-query.lang >> kwalletd5.lang
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -76,11 +77,13 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%files -f kwalletd5.lang
|
%files -f kwalletd5.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/kwalletd5
|
%{_bindir}/kwalletd5
|
||||||
|
%{_bindir}/kwallet-query
|
||||||
%{_datadir}/dbus-1/interfaces/kf5_org.kde.KWallet.xml
|
%{_datadir}/dbus-1/interfaces/kf5_org.kde.KWallet.xml
|
||||||
%{_datadir}/dbus-1/services/org.kde.kwalletd.service
|
%{_datadir}/dbus-1/services/org.kde.kwalletd.service
|
||||||
%{_datadir}/dbus-1/services/org.kde.kwalletd5.service
|
%{_datadir}/dbus-1/services/org.kde.kwalletd5.service
|
||||||
%{_datadir}/knotifications5/kwalletd.notifyrc
|
%{_datadir}/knotifications5/kwalletd.notifyrc
|
||||||
%{_datadir}/kservices5/kwalletd5.desktop
|
%{_datadir}/kservices5/kwalletd5.desktop
|
||||||
|
%{_mandir}/man1/kwallet-query.1*
|
||||||
|
|
||||||
%files -n lib%{name}
|
%files -n lib%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -101,6 +104,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Aug 16 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 5.12.0-1mamba
|
||||||
|
- update to 5.12.0
|
||||||
|
|
||||||
* Fri Jun 26 2015 Automatic Build System <autodist@mambasoft.it> 5.11.0-1mamba
|
* Fri Jun 26 2015 Automatic Build System <autodist@mambasoft.it> 5.11.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user