rpms/libmowgli/devel libmowgli.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ralf Ertzinger (ertzing) fedora-extras-commits at redhat.com
Mon Nov 19 18:37:16 UTC 2007


Author: ertzing

Update of /cvs/extras/rpms/libmowgli/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4786/devel

Modified Files:
	.cvsignore sources 
Added Files:
	libmowgli.spec 
Log Message:



--- NEW FILE libmowgli.spec ---
Name:           libmowgli
Version:        0.5.0
Release:        1%{?dist}
Summary:        An algorithm framework

Group:          Applications/System
License:        ISC
URL:            http://atheme.org/projects/mowgli.shtml
Source0:        http://distfiles.atheme.org/libmowgli-%{version}.tgz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
mowgli is a development framework for C (like GLib), which provides high
performance and highly flexible algorithms. It can be used as a suppliment to
GLib (to add additional functions (dictionaries, hashes), or replace some of
the slow GLib list manipulation functions), or stand alone. It also provides a
powerful hook system and convenient logging for your code, as well as a high
performance block allocator.

%package devel
Summary:        Development files for libmowgli
Group:          Development/Libraries

Requires:       libmowgli = %{version}-%{release}
Requires:       pkgconfig

%description devel
mowgli is a development framework for C (like GLib), which provides high
performance and highly flexible algorithms. It can be used as a suppliment to
GLib (to add additional functions (dictionaries, hashes), or replace some of
the slow GLib list manipulation functions), or stand alone. It also provides a
powerful hook system and convenient logging for your code, as well as a high
performance block allocator.

This package contains the files necessary for writing programs that use
libmowgli.

%prep
%setup -q

# Make the build system more verbose
perl -pi -e 's/^\.SILENT:.*$//' buildsys.mk.in

# The build generates a wrong SONAME, fix it.
perl -pi -e "s/-soname=.*'/-soname=\\\$\{LIB\}.\\\$\{LIB_MAJOR\}'/" configure


%build
%configure \
    --disable-dependency-tracking

make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING README
%{_libdir}/*.so.*

%files devel
%defattr(-,root,root,-)
%doc src/examples
%{_libdir}/*.so
%{_includedir}/libmowgli
%{_libdir}/pkgconfig/libmowgli.pc

%changelog
* Sat Nov 10 2007 Ralf Ertzinger <ralf at skytale.net> 0.5.0-1
- Initial build for FE


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libmowgli/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 Nov 2007 16:33:47 -0000	1.1
+++ .cvsignore	19 Nov 2007 18:36:44 -0000	1.2
@@ -0,0 +1 @@
+libmowgli-0.5.0.tgz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libmowgli/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Nov 2007 16:33:47 -0000	1.1
+++ sources	19 Nov 2007 18:36:44 -0000	1.2
@@ -0,0 +1 @@
+b8ba57aa4c674765b0852b44798227cb  libmowgli-0.5.0.tgz




More information about the fedora-extras-commits mailing list