rpms/libgee/F-7 libgee.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Michel Alexandre Salim (salimma) fedora-extras-commits at redhat.com
Wed Jan 30 04:19:38 UTC 2008


Author: salimma

Update of /cvs/pkgs/rpms/libgee/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5114/F-7

Modified Files:
	.cvsignore sources 
Added Files:
	libgee.spec 
Log Message:
libgee-0.1.1



--- NEW FILE libgee.spec ---
Name:           libgee
Version:        0.1.1
Release:        2%{?dist}
Summary:        GObject collection library

Group:          System Environment/Libraries
License:        LGPLv2+
URL:            http://live.gnome.org/Libgee
Source0:        http://download.gnome.org/sources/libgee/0.1/libgee-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  glib2-devel

%description
libgee is a collection library providing GObject-based interfaces and
classes for commonly used data structures.

libgee provides the following interfaces:

        * Iterable
          * Collection
            * List
            * Set
        * Iterator
        * Map

The ArrayList, HashSet, and HashMap classes provide a reasonable sample
implementation of the List, Set, and Map interfaces. ReadOnlyCollection,
ReadOnlyList, ReadOnlySet, and ReadOnlyMap are read-only wrapper classes
that prevent modification of the underlying collection.

libgee is written in Vala and can be used like any GObject-based C library.
It's planned to provide bindings for further languages.


%package        devel
Summary:        Development files for %{name}
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}
# The Vala API binding is only one file; seems superfluous to have a subpackage
Requires:       vala, pkgconfig

%description    devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.


%prep
%setup -q


%build
%configure --disable-static
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'


%clean
rm -rf $RPM_BUILD_ROOT


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


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

%files devel
%defattr(-,root,root,-)
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/gee-1.0.pc
%{_datadir}/vala/vapi/gee-1.0.vapi


%changelog
* Sun Jan 27 2008 Michel Salim <michel.sylvan at gmail.com> - 0.1.1-2
- Move pkgconfig requirement to -devel subpackage

* Sat Jan 26 2008 Michel Salim <michel.sylvan at gmail.com> - 0.1.1-1
- Initial Fedora package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libgee/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	29 Jan 2008 17:45:30 -0000	1.1
+++ .cvsignore	30 Jan 2008 04:19:02 -0000	1.2
@@ -0,0 +1 @@
+libgee-0.1.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libgee/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 Jan 2008 17:45:30 -0000	1.1
+++ sources	30 Jan 2008 04:19:02 -0000	1.2
@@ -0,0 +1 @@
+a3db8d02ec106df97c4f36257a7b5e8a  libgee-0.1.1.tar.bz2




More information about the fedora-extras-commits mailing list