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

Kevin Fenzi (kevin) fedora-extras-commits at redhat.com
Sat May 28 03:29:32 UTC 2005


Author: kevin

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

Modified Files:
	.cvsignore sources 
Added Files:
	exo.spec 
Log Message:
auto-import exo-0.3.0-1 on branch devel from exo-0.3.0-1.src.rpm


--- NEW FILE exo.spec ---
Summary: Application library for the Xfce desktop environment
Name: exo
Version: 0.3.0
Release: 1
License: LGPL
URL: http://libexo.os-cillation.com/
Source0: http://download.berlios.de/xfce-goodies/exo-0.3.0.tar.bz2
Group: Development/Libraries
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: libxfcegui4 >= 4.2.0
BuildRequires: libxfcegui4-devel >= 4.2.0
Requires: dbus-glib >= 0.22
BuildRequires: dbus-devel >= 0.22
BuildRequires: gtk-doc

%description
Extension library for Xfce, targeted at application development.

%package devel
Summary: Development tools for exo library
Group: Development/Libraries
Requires: exo >= 0.3.0

%description devel
Static libraries and header files for the exo library.

%prep
%setup -q

%build
%configure --enable-gtk-doc
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root)
%doc %{_datadir}/gtk-doc/html/exo/*
%{_libdir}/lib*.so.*
%{_datadir}/locale/*/*/libexo*.mo

%files devel
%defattr(-, root, root)
%{_includedir}/exo*
%{_libdir}/lib*.so
%{_libdir}/lib*a
%{_libdir}/pkgconfig/*.pc
%{_datadir}/gtk-doc
%{_libdir}/python2.3/site-packages
%{_datadir}/pygtk/2.0/defs/exo-0.3/exo.defs

%changelog
* Fri May 27 2005 Kevin Fenzi <kevin at tummy.com> - 0.3.0-2
- Added lang to files
- Fixed some file paths
- Remove unneeded la files

* Sat Mar 19 2005 Kevin Fenzi <kevin at tummy.com> - 0.3.0-1
- Upgraded to 0.3.0 version

* Tue Mar  8 2005 Kevin Fenzi <kevin at tummy.com> - 0.2.0-3
- Removed generic INSTALL doc from %doc

* Sun Mar  6 2005 Kevin Fenzi <kevin at tummy.com> - 0.2.0-2
- Inital Fedora Extras version


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/exo/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	28 May 2005 03:29:08 -0000	1.1
+++ .cvsignore	28 May 2005 03:29:30 -0000	1.2
@@ -0,0 +1 @@
+exo-0.3.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/exo/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	28 May 2005 03:29:08 -0000	1.1
+++ sources	28 May 2005 03:29:30 -0000	1.2
@@ -0,0 +1 @@
+ffcd73ec6b34f19c81afdc3f1a97377b  exo-0.3.0.tar.bz2




More information about the fedora-extras-commits mailing list