123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- Summary: Experimental D-Bus bindings for GObject
- Name: eggdbus
- Version: 0.6
- Release: 3%{?_dist_release}
- License: LGPLv2
- Group: Development/Libraries
- URL: http://cgit.freedesktop.org/~david/eggdbus
- Source0: http://people.freedesktop.org/~david/%{name}-%{version}.tar.gz
- BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
- BuildRequires: glib2-devel
- BuildRequires: dbus-devel
- BuildRequires: dbus-glib-devel
- BuildRequires: gtk-doc
- Vendor: Project Vine
- Distribution: Vine Linux
- %description
- Experimental D-Bus bindings for GObject.
- %package devel
- Summary: Development files for EggDBus
- Group: Development/Libraries
- Requires: %name = %{version}-%{release}
- Requires: pkgconfig
- Requires: glib2-devel
- Requires: gtk-doc
- %description devel
- Development files for EggDBus.
- %prep
- %setup -q
- %build
- %configure --enable-gtk-doc --disable-static
- make #%{?_smp_mflags}
- %post -p /sbin/ldconfig
- %postun -p /sbin/ldconfig
- %install
- rm -rf $RPM_BUILD_ROOT
- make install DESTDIR=$RPM_BUILD_ROOT
- rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
- rm -rf $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html/tests
- %clean
- rm -rf $RPM_BUILD_ROOT
- %files
- %defattr(-,root,root,-)
- %doc AUTHORS COPYING
- %{_libdir}/lib*.so.*
- %files devel
- %defattr(-,root,root)
- %{_libdir}/lib*.so
- %{_libdir}/pkgconfig/*.pc
- %{_includedir}/*
- %{_datadir}/gtk-doc/html/eggdbus
- %{_datadir}/man/man1/*
- %{_bindir}/*
- %changelog
- * Mon Dec 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6-2
- - rebuild with VineSeed environment
- * Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 0.6-2
- - build with rpm-4.8.1-1 for pkg-config file
- * Mon Feb 22 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6-1
- - update to 0.6
- * Sat Sep 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5-1
- - initial build for Vine Linux
- * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
- * Fri Jun 19 2009 David Zeuthen <davidz@redhat.com> - 0.5-1
- - Update to 0.5
- * Wed May 27 2009 David Zeuthen <davidz@redhat.com> - 0.4-1
- - Update to 0.4
- * Mon Feb 9 2009 David Zeuthen <davidz@redhat.com> - 0.3-1
- - Initial spec file.
|