]> git.pld-linux.org Git - packages/QtKeychain.git/commitdiff
unify, fix bad copy paste?
authorElan Ruusamäe <glen@delfi.ee>
Mon, 25 Aug 2014 19:54:46 +0000 (22:54 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 25 Aug 2014 19:54:46 +0000 (22:54 +0300)
QtKeychain.spec

index 425c95077a91bf092b64e7a204baef274c5aea1f..6e97e4001a58c22461b0877cb2ae937cb50463a8 100644 (file)
@@ -4,10 +4,10 @@ Version:      0.3.0
 Release:       0.1
 License:       Modified BSD License
 Group:         Libraries
 Release:       0.1
 License:       Modified BSD License
 Group:         Libraries
-URL:           https://github.com/frankosterfeld/qtkeychain
 # Repackaged from https://github.com/frankosterfeld/qtkeychain/archive/master.zip
 Source0:       %{name}-%{version}.tar.bz2
 # Source0-md5: a9de9be0cae568c03b152009d24ff170
 # Repackaged from https://github.com/frankosterfeld/qtkeychain/archive/master.zip
 Source0:       %{name}-%{version}.tar.bz2
 # Source0-md5: a9de9be0cae568c03b152009d24ff170
+URL:           https://github.com/frankosterfeld/qtkeychain
 BuildRequires: QtCore-devel
 BuildRequires: libstdc++-devel
 BuildRequires: qt4-build
 BuildRequires: QtCore-devel
 BuildRequires: libstdc++-devel
 BuildRequires: qt4-build
@@ -18,8 +18,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                _qt4_datadir    %{_datadir}/qt4
 
 %description
 %define                _qt4_datadir    %{_datadir}/qt4
 
 %description
-
-%in is a Qt API to store passwords and other secret data securely.
+QtKeychain a Qt API to store passwords and other secret data securely.
 How the data is stored depends on the platform:
 - Mac OS X: Passwords are stored in the OS X Keychain.
 - Linux/Unix: If running, GNOME Keyring is used, otherwise qtkeychain
 How the data is stored depends on the platform:
 - Mac OS X: Passwords are stored in the OS X Keychain.
 - Linux/Unix: If running, GNOME Keyring is used, otherwise qtkeychain
@@ -28,7 +27,6 @@ How the data is stored depends on the platform:
   QtKeychain uses the Windows API function
 
 %package devel
   QtKeychain uses the Windows API function
 
 %package devel
-
 Summary:       Development files for QtKeychain
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
 Summary:       Development files for QtKeychain
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
@@ -46,20 +44,19 @@ applications that use QKeychain.
 install -d build
 cd build
 %cmake \
 install -d build
 cd build
 %cmake \
-               ../
-
+               ..
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__make} -C build install \
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__make} -C build install \
-        DESTDIR=$RPM_BUILD_ROOT
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post  -p /sbin/ldconfig
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post  -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
 
 %files
 %defattr(644,root,root,755)
This page took 0.055726 seconds and 4 git commands to generate.