libtotem-pl-parser/libtotem-pl-parser.spec

194 lines
6.2 KiB
RPMSpec

%define majver %(echo %version | cut -d. -f 1-2)
Name: libtotem-pl-parser
Version: 3.10.3
Release: 1mamba
Summary: Totem Playlist Parser library
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Automatic Build System <autodist@mambasoft.it>
URL: http://www.gnome.org/projects/totem/
Source: http://ftp.acc.umu.se/pub/GNOME/sources/totem-pl-parser/%{majver}/totem-pl-parser-%{version}.tar.xz
# http://bugzilla.gnome.org/show_bug.cgi?id=561444
Patch: libtotem-pl-parser-2.24.3-add-asynchronous-parsing-functions.patch
License: LGPL
Requires: libkrb5
Requires: perl-XML-Parser
Requires: gettext
## AUTOBUILDREQ-BEGIN
BuildRequires: GConf-devel
BuildRequires: gettext-devel
BuildRequires: glibc-devel
BuildRequires: libatk-devel
BuildRequires: libbonobo-devel
BuildRequires: libcairo-devel
BuildRequires: libdbus-devel
BuildRequires: libevolution-data-server-devel
BuildRequires: libfontconfig-devel
BuildRequires: libfreetype-devel
BuildRequires: libglib-devel
BuildRequires: libgtk-devel
BuildRequires: libkrb5-devel
BuildRequires: libpango-devel
BuildRequires: libsoup-devel
BuildRequires: libsqlite-devel
BuildRequires: libxml2-devel
BuildRequires: libz-devel
BuildRequires: ORBit2-devel
BuildRequires: perl-XML-Parser
## AUTOBUILDREQ-END
BuildRequires: libgmime-devel
BuildRequires: libgnome-vfs-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
A library to parse and save playlists, as used in music and movie players.
%package devel
Group: Development/Libraries
Summary: Libraries and headers for %{name}
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%package static
Group: Development/Libraries
Summary: Static libraries for %{name}
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description static
This package contains static libraries need for development.
%prep
%setup -q -n totem-pl-parser-%{version}
#%patch -p0
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%find_lang totem-pl-parser
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files -f totem-pl-parser.lang
%defattr(-,root,root)
%{_libdir}/*.so.*
%doc AUTHORS COPYING.LIB ChangeLog NEWS README
%files devel
%defattr(-,root,root)
%dir %{_includedir}/totem-pl-parser/1/plparser
%{_includedir}/totem-pl-parser/1/plparser/totem-*.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%dir %{_datadir}/gtk-doc/html/totem-pl-parser
%{_datadir}/gtk-doc/html/totem-pl-parser/*.png
%{_datadir}/gtk-doc/html/totem-pl-parser/*.html
%{_datadir}/gtk-doc/html/totem-pl-parser/index.sgml
%{_datadir}/gtk-doc/html/totem-pl-parser/style.css
#%{_datadir}/gtk-doc/html/totem-pl-parser/totem-pl-parser.devhelp
%{_datadir}/gtk-doc/html/totem-pl-parser/totem-pl-parser.devhelp2
%{_libdir}/girepository-1.0/TotemPlParser-1.0.typelib
%{_datadir}/gir-1.0/TotemPlParser-1.0.gir
%files static
%defattr(-,root,root)
%{_libdir}/*.a
%{_libdir}/*.la
%changelog
* Mon Sep 22 2014 Automatic Build System <autodist@mambasoft.it> 3.10.3-1mamba
- automatic version update by autodist
* Mon Mar 24 2014 Automatic Build System <autodist@mambasoft.it> 3.10.2-1mamba
- automatic version update by autodist
* Wed Feb 19 2014 Automatic Build System <autodist@mambasoft.it> 3.10.1-1mamba
- automatic version update by autodist
* Mon Oct 28 2013 Automatic Build System <autodist@mambasoft.it> 3.10.0-1mamba
- automatic version update by autodist
* Tue May 14 2013 Automatic Build System <autodist@mambasoft.it> 3.4.5-1mamba
- automatic version update by autodist
* Tue Mar 26 2013 Automatic Build System <autodist@mambasoft.it> 3.4.4-1mamba
- automatic version update by autodist
* Tue Sep 25 2012 Automatic Build System <autodist@mambasoft.it> 3.4.3-1mamba
- automatic version update by autodist
* Tue May 15 2012 Automatic Build System <autodist@mambasoft.it> 3.4.2-1mamba
- automatic version update by autodist
* Mon Apr 16 2012 Automatic Build System <autodist@mambasoft.it> 3.4.1-1mamba
- automatic version update by autodist
* Mon Apr 02 2012 Automatic Build System <autodist@mambasoft.it> 3.4.0-1mamba
- automatic version update by autodist
* Sat Oct 01 2011 Automatic Build System <autodist@mambasoft.it> 2.32.6-1mamba
- update to 2.32.6
* Tue May 10 2011 Automatic Build System <autodist@mambasoft.it> 2.32.5-1mamba
- automatic update by autodist
* Mon Mar 21 2011 Automatic Build System <autodist@mambasoft.it> 2.32.4-1mamba
- automatic update by autodist
* Mon Feb 21 2011 Automatic Build System <autodist@mambasoft.it> 2.32.3-1mamba
- automatic update by autodist
* Fri Jan 28 2011 Automatic Build System <autodist@mambasoft.it> 2.32.2-1mamba
- automatic update by autodist
* Mon Oct 18 2010 Automatic Build System <autodist@mambasoft.it> 2.32.1-1mamba
- automatic update to 2.32.1 by autodist
* Wed Sep 29 2010 Automatic Build System <autodist@mambasoft.it> 2.32.0-1mamba
- automatic update to 2.32.0 by autodist
* Tue Sep 28 2010 Automatic Build System <autodist@mambasoft.it> 2.30.4-1mamba
- automatic update to 2.30.4 by autodist
* Mon Sep 13 2010 Automatic Build System <autodist@mambasoft.it> 2.30.3-1mamba
- automatic update to 2.30.3 by autodist
* Mon Aug 09 2010 Automatic Build System <autodist@mambasoft.it> 2.30.2-1mamba
- automatic update to 2.30.2 by autodist
* Sat May 22 2010 Automatic Build System <autodist@mambasoft.it> 2.30.1-1mamba
- update to 2.30.1
* Sun Mar 01 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 2.24.4-1mamba
- automatic update by autodist
* Fri Dec 12 2008 gil <puntogil@libero.it> 2.24.3-2mamba
- added patch for http://bugzilla.gnome.org/show_bug.cgi?id=561444
* Wed Dec 10 2008 gil <puntogil@libero.it> 2.24.3-1mamba
- update to 2.24.3
* Tue Oct 21 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 2.24.1-1mamba
- update to 2.24.1
* Tue Sep 30 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 2.24.0-1mamba
- update to 2.24.0
* Wed Sep 10 2008 gil <puntogil@libero.it> 2.22.2-2mamba
- fixed some buildrequires
* Thu Aug 28 2008 gil <puntogil@libero.it> 2.22.2-1mamba
- package created by autospec