Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37523068
en ru br
ALT Linux repos
S:0.19.2-alt2

Group :: System/Libraries
RPM: libmrss

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
# on soname change rename lib package according to shared libs policy!
%global soname 0

Summary: C library for parsing, writing and creating RSS files or streams
Name: libmrss
Version: 0.19.2
Release: alt2
License: LGPLv2
Group: System/Libraries
Source0: http://www.autistici.org/bakunin/libmrss/%name-%version.tar.gz
Url: http://www.autistici.org/bakunin/libmrss/

BuildRequires: libnxml-devel libcurl-devel

%description
mRSS is a C library for parsing, writing and creating RSS (0.91, 0.92,
1.0, 2.0) files or streams

%package devel
Summary: Header files for mRss library
Group: System/Libraries
Requires: %name = %version-%release

%description devel
Header files for mRss library.

%prep
%setup

%build
%autoreconf
%configure --disable-static
make

%install
%makeinstall_std

%files
%_libdir/%{name}*.so.%{soname}
%_libdir/%{name}*.so.%{soname}.*
%doc AUTHORS ChangeLog NEWS README

%files devel
%_libdir/lib*.so
%_includedir/*
%_pkgconfigdir/*.pc

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin