Sophie

Sophie

distrib > Mageia > 6 > i586 > media > core-release-src > by-pkgid > a25556d524e4684a7ccf40aeb01ddc27 > files > 1

assetml-1.2.1-13.mga6.src.rpm

%define major 0
%define libname %mklibname %{name} %{major}
%define libnamedev %mklibname %{name} -d

Summary:	Library assetml to share and reuse content like image and audio file
Name: 		assetml
Version: 	1.2.1
Release: 	%mkrel 13
License: 	GPLv2+
Group: 		System/Libraries
URL:		http://ofset.sf.net/assetml
Source:		http://download.sourceforge.net/ofset/lib%{name}-%{version}.tar.bz2
BuildRequires:	popt-devel
BuildRequires:	glib2-devel >= 2.0.0
BuildRequires:	glibc-devel
BuildRequires:	libxml2-devel
BuildRequires:	texi2html
BuildRequires:	texinfo

%description
This is a library based on an XML file format that is used to share and reuse
content like image and audio file.

Application using this library can query files on their system that provides an
assetml xml file description.

%package -n %{libname}
Summary:	Library assetml to share image and audio file between project
Group:		System/Libraries

%description -n %{libname}
AssetML Library.

%package  -n %{libnamedev}
Summary:	Devel Library assetml to share image and audio file between project
Group:		System/Libraries
Requires:	%{libname} = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{_lib}assetml0-devel < 1.2.1-9

%description -n %{libnamedev}
AssetML Devel Library

%prep
%setup -q -n lib%{name}-%{version}

%build
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std

#we don't want these
find %{buildroot} -name "*.la" -delete

%find_lang lib%{name} --with-gnome

%post
%_install_info %{name}.info

%preun
%_remove_install_info %{name}.info

%files -f lib%{name}.lang
%doc AUTHORS ChangeLog README THANKS
%{_bindir}/assetml-query
%{_infodir}/lib%{name}.info.*

%files -n %{libname}
%{_libdir}/libassetml.so.%{major}
%{_libdir}/libassetml.so.%{major}.*

%files -n %{libnamedev}
%{_libdir}/libassetml.so
%{_includedir}/libassetml-1.0/
%{_libdir}/pkgconfig/libassetml.pc


%changelog
* Fri Feb 05 2016 umeabot <umeabot> 1.2.1-13.mga6
+ Revision: 936566
- Mageia 6 Mass Rebuild

* Wed Oct 15 2014 umeabot <umeabot> 1.2.1-12.mga5
+ Revision: 745228
- Second Mageia 5 Mass Rebuild

* Tue Sep 16 2014 umeabot <umeabot> 1.2.1-11.mga5
+ Revision: 677999
- Mageia 5 Mass Rebuild

* Sat Oct 19 2013 umeabot <umeabot> 1.2.1-10.mga4
+ Revision: 532644
- Mageia 4 Mass Rebuild

* Wed Aug 21 2013 wally <wally> 1.2.1-9.mga4
+ Revision: 469133
- drop major from devel pkg name
- tighten deps
- add more general provides to devel pkg
- disable static build and drop .la files
- clean file list
- use makeinstall_std macro
- use find_lang macro with --with-gnome

* Fri Jan 11 2013 umeabot <umeabot> 1.2.1-8.mga3
+ Revision: 346467
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Fri Mar 04 2011 ennael <ennael> 1.2.1-7.mga1
+ Revision: 63806
- clean spec file
- imported package assetml


* Thu Dec 09 2010 Oden Eriksson <oeriksson@mandriva.com> 1.2.1-7mdv2011.0
+ Revision: 616614
- the mass rebuild of 2010.0 packages

* Mon Jun 22 2009 Jérôme Brenier <incubusss@mandriva.org> 1.2.1-6mdv2010.0
+ Revision: 388026
- fix build (use configure2_5x)
- fix license tag

* Thu Jun 19 2008 Thierry Vignaud <tv@mandriva.org> 1.2.1-5mdv2009.0
+ Revision: 226184
- rebuild

  + Pixel <pixel@mandriva.com>
    - do not call ldconfig in %%post/%%postun, it is now handled by filetriggers

* Wed Jan 02 2008 Olivier Blin <oblin@mandriva.com> 1.2.1-4mdv2008.1
+ Revision: 140690
- restore BuildRoot

  + Thierry Vignaud <tv@mandriva.org>
    - kill re-definition of %%buildroot on Pixel's request


* Wed Nov 15 2006 Lenny Cartier <lenny@mandriva.com> 1.2.1-4mdv2007.0
+ Revision: 84433
- Import assetml