automatic version update by autodist [release 5.9.0-2mamba;Sat Apr 11 2015]
This commit is contained in:
parent
553b78c9d7
commit
b87e0dcdb6
@ -1,2 +1,4 @@
|
||||
# kunitconversion
|
||||
|
||||
KUnitConversion provides functions to convert values in different physical units. It supports converting different prefixes (e.g. kilo, mega, giga) as well as converting between different unit systems (e.g. liters, gallons).
|
||||
|
||||
|
95
kunitconversion.spec
Normal file
95
kunitconversion.spec
Normal file
@ -0,0 +1,95 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: kunitconversion
|
||||
Version: 5.9.0
|
||||
Release: 2mamba
|
||||
Summary: Converting physical units
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.kde.org
|
||||
Source: http://download.kde.org/stable/frameworks/%{majver}/kunitconversion-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libki18n-devel
|
||||
BuildRequires: libqt5-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
KUnitConversion provides functions to convert values in different physical units. It supports converting different prefixes (e.g. kilo, mega, giga) as well as converting between different unit systems (e.g. liters, gallons).
|
||||
|
||||
%package -n lib%{name}
|
||||
Group: System/Libraries
|
||||
Summary: Converting physical units
|
||||
|
||||
%description -n lib%{name}
|
||||
KUnitConversion provides functions to convert values in different physical units. It supports converting different prefixes (e.g. kilo, mega, giga) as well as converting between different unit systems (e.g. liters, gallons).
|
||||
|
||||
%package -n lib%{name}-devel
|
||||
Group: Development/Libraries
|
||||
Summary: Development files for %{name}
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description -n lib%{name}-devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake -d build
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
|
||||
%find_lang kunitconversion5
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -n lib%{name} -p /sbin/ldconfig
|
||||
%postun -n lib%{name} -p /sbin/ldconfig
|
||||
|
||||
%files -n lib%{name} -f kunitconversion5.lang
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libKF5UnitConversion.so.*
|
||||
%doc COPYING.LIB
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/KF5/KUnitConversion
|
||||
%dir %{_includedir}/KF5/KUnitConversion/KUnitConversion
|
||||
%{_includedir}/KF5/KUnitConversion/KUnitConversion/*
|
||||
%dir %{_includedir}/KF5/KUnitConversion/kunitconversion
|
||||
%{_includedir}/KF5/KUnitConversion/kunitconversion/*
|
||||
%{_includedir}/KF5/kunitconversion_version.h
|
||||
%dir %{_libdir}/cmake/KF5UnitConversion
|
||||
%{_libdir}/cmake/KF5UnitConversion/KF5UnitConversion*.cmake
|
||||
%{_libdir}/libKF5UnitConversion.so
|
||||
/usr/mkspecs/modules/qt_KUnitConversion.pri
|
||||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Sat Apr 11 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 5.9.0-2mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Apr 11 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 5.9.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 21 2015 Automatic Build System <autodist@mambasoft.it> 5.8.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Feb 23 2015 Automatic Build System <autodist@mambasoft.it> 5.7.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Feb 15 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 5.6.0-1mamba
|
||||
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user