Sophie

Sophie

distrib > Mandriva > 2009.0 > x86_64 > by-pkgid > e347bbea7cc6d73b50fbce5ccdeac1d8 > files > 2

sublib-0.9-3mdv2009.0.src.rpm

Summary: A library that eases the development of subtitling applications
Name: sublib
Version: 0.9
Release: %mkrel 3
License: GPLv2+
Group: System/Libraries
URL: http://sublib.sourceforge.net/
Source0: http://downloads.sourceforge.net/sublib/%name-%version.zip
BuildRoot: %_tmppath/%name-%version-%release-buildroot
BuildRequires: mono-devel

%description
SubLib is a library that eases the development of subtitling applications.
It supports the most common text-based subtitle formats and allows for
subtitle editing, conversion and synchronization.

%package devel
Summary: SubLib devel files
Group: Development/Other
Requires: %name = %version

%description devel
This package contains all files that are needed to build against %{name}.

%prep
%setup -q -n %name-%version

%build
%configure2_5x
%make

%install
rm -rf %buildroot
%makeinstall_std

%clean
rm -rf %buildroot

%files
%defattr(-,root,root)
%doc README CREDITS NEWS ChangeLog
%_libdir/sublib/sublib.dll

%files devel
%defattr(-,root,root)
%_libdir/pkgconfig/sublib.pc


%changelog
* Fri Aug 08 2008 Thierry Vignaud <tvignaud@mandriva.com> 0.9-3mdv2009.0
+ Revision: 269394
- rebuild early 2009.0 package (before pixel changes)

* Wed May 14 2008 Funda Wang <fundawang@mandriva.org> 0.9-2mdv2009.0
+ Revision: 206993
- import source and spec
- Created package structure for sublib.