2024-01-06 05:53:11 +01:00
|
|
|
Name: libtag-extras
|
|
|
|
Version: 1.0.1
|
2024-01-06 05:53:11 +01:00
|
|
|
Release: 3mamba
|
2024-01-06 05:53:11 +01:00
|
|
|
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
|
2024-01-06 05:53:11 +01:00
|
|
|
BuildRequires: libtag-devel >= 1.9
|
2024-01-06 05:53:11 +01:00
|
|
|
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
|
2024-01-06 05:53:11 +01:00
|
|
|
* Sat Nov 14 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.1-3mamba
|
|
|
|
- rebuilt with libtag 1.9.1
|
|
|
|
|
2024-01-06 05:53:11 +01:00
|
|
|
* 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
|