79 lines
2.0 KiB
RPMSpec
79 lines
2.0 KiB
RPMSpec
|
Name: libtag-extras
|
||
|
Version: 1.0.1
|
||
|
Release: 2mamba
|
||
|
Summary: Libtag extras
|
||
|
Group: System/Libraries
|
||
|
Vendor: openmamba
|
||
|
Distribution: openmamba
|
||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||
|
URL: http://websvn.kde.org/trunk/kdesupport/taglib-extras/
|
||
|
Source: http://kollide.net/~jefferai/taglib-extras-%{version}.tar.gz
|
||
|
License: GPL
|
||
|
## AUTOBUILDREQ-BEGIN
|
||
|
BuildRequires: glibc-devel
|
||
|
BuildRequires: libgcc
|
||
|
BuildRequires: libstdc++6-devel
|
||
|
BuildRequires: libtag-devel
|
||
|
## AUTOBUILDREQ-END
|
||
|
BuildRequires: cmake
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||
|
|
||
|
%description
|
||
|
Libtag extras.
|
||
|
|
||
|
%package devel
|
||
|
Summary: Devel package for %{name}
|
||
|
Group: Development/Libraries
|
||
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||
|
|
||
|
%description devel
|
||
|
Libtag extras.
|
||
|
|
||
|
This package contains static libraries and header files need for development.
|
||
|
|
||
|
%prep
|
||
|
%setup -q -n taglib-extras-%{version}
|
||
|
|
||
|
%build
|
||
|
%cmake -d build
|
||
|
%make
|
||
|
|
||
|
%install
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
%makeinstall -C build
|
||
|
|
||
|
%clean
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root)
|
||
|
%{_libdir}/libtag-extras.so.*
|
||
|
%doc AUTHORS
|
||
|
|
||
|
%files devel
|
||
|
%defattr(-,root,root)
|
||
|
%{_bindir}/taglib-extras-config
|
||
|
%dir %{_includedir}/taglib-extras
|
||
|
%{_includedir}/taglib-extras/*.h
|
||
|
%{_libdir}/libtag-extras.so
|
||
|
%{_libdir}/pkgconfig/taglib-extras.pc
|
||
|
|
||
|
%changelog
|
||
|
* Thu Aug 15 2013 Automatic Build System <autodist@mambasoft.it> 1.0.1-2mamba
|
||
|
- automatic rebuild by autodist
|
||
|
|
||
|
* Tue Sep 29 2009 Davide Madrisan <davide.madrisan@gmail.com> 1.0.1-1mamba
|
||
|
- update to 1.0.1
|
||
|
|
||
|
* Fri Aug 07 2009 Automatic Build System <autodist@mambasoft.it> 0.1.6-1mamba
|
||
|
- automatic update by autodist
|
||
|
|
||
|
* Sun Jul 26 2009 Automatic Build System <autodist@mambasoft.it> 0.1.5-1mamba
|
||
|
- automatic update by autodist
|
||
|
|
||
|
* Sat Jun 27 2009 Davide Madrisan <davide.madrisan@gmail.com> 0.1.4-1mamba
|
||
|
- update to 0.1.4
|
||
|
|
||
|
* Sun Jun 07 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.2-1mamba
|
||
|
- package created by autospec
|