diff --git a/README.md b/README.md index 6359276..7e3b251 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # libtag-extras +Libtag extras. + diff --git a/libtag-extras.spec b/libtag-extras.spec new file mode 100644 index 0000000..f4699e5 --- /dev/null +++ b/libtag-extras.spec @@ -0,0 +1,78 @@ +Name: libtag-extras +Version: 1.0.1 +Release: 2mamba +Summary: Libtag extras +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +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 1.0.1-2mamba +- automatic rebuild by autodist + +* Tue Sep 29 2009 Davide Madrisan 1.0.1-1mamba +- update to 1.0.1 + +* Fri Aug 07 2009 Automatic Build System 0.1.6-1mamba +- automatic update by autodist + +* Sun Jul 26 2009 Automatic Build System 0.1.5-1mamba +- automatic update by autodist + +* Sat Jun 27 2009 Davide Madrisan 0.1.4-1mamba +- update to 0.1.4 + +* Sun Jun 07 2009 Silvan Calarco 0.1.2-1mamba +- package created by autospec