source: projects/specs/trunk/e/eggdbus/eggdbus-vl.spec @ 8084

Revision 8084, 2.1 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release or rebuild

Line 
1Summary: Experimental D-Bus bindings for GObject
2Name: eggdbus
3Version: 0.6
4Release: 3%{?_dist_release}
5License: LGPLv2
6Group: Development/Libraries
7URL: http://cgit.freedesktop.org/~david/eggdbus
8Source0: http://people.freedesktop.org/~david/%{name}-%{version}.tar.gz
9BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
10BuildRequires: glib2-devel
11BuildRequires: dbus-devel
12BuildRequires: dbus-glib-devel
13BuildRequires: gtk-doc
14
15Vendor: Project Vine
16Distribution: Vine Linux
17
18%description
19Experimental D-Bus bindings for GObject.
20
21%package devel
22Summary: Development files for EggDBus
23Group: Development/Libraries
24Requires: %name = %{version}-%{release}
25Requires: pkgconfig
26Requires: glib2-devel
27Requires: gtk-doc
28
29%description devel
30Development files for EggDBus.
31
32%prep
33%setup -q
34
35%build
36%configure --enable-gtk-doc --disable-static
37make #%{?_smp_mflags}
38
39%post -p /sbin/ldconfig
40
41%postun -p /sbin/ldconfig
42
43%install
44rm -rf $RPM_BUILD_ROOT
45make install DESTDIR=$RPM_BUILD_ROOT
46
47rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
48rm -rf $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html/tests
49
50%clean
51rm -rf $RPM_BUILD_ROOT
52
53
54%files
55%defattr(-,root,root,-)
56%doc AUTHORS COPYING
57%{_libdir}/lib*.so.*
58
59%files devel
60%defattr(-,root,root)
61
62%{_libdir}/lib*.so
63%{_libdir}/pkgconfig/*.pc
64%{_includedir}/*
65%{_datadir}/gtk-doc/html/eggdbus
66%{_datadir}/man/man1/*
67%{_bindir}/*
68
69%changelog
70* Mon Dec 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6-2
71- rebuild with VineSeed environment
72
73* Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 0.6-2
74- build with rpm-4.8.1-1 for pkg-config file
75
76* Mon Feb 22 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6-1
77- update to 0.6
78
79* Sat Sep 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5-1
80- initial build for Vine Linux
81
82* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-2
83- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
84
85* Fri Jun 19 2009 David Zeuthen <davidz@redhat.com> - 0.5-1
86- Update to 0.5
87
88* Wed May 27 2009 David Zeuthen <davidz@redhat.com> - 0.4-1
89- Update to 0.4
90
91* Mon Feb  9 2009 David Zeuthen <davidz@redhat.com> - 0.3-1
92- Initial spec file.
93
Note: See TracBrowser for help on using the repository browser.