source: projects/specs/trunk/o/oaf/oaf-vl.spec @ 521

Revision 521, 2.9 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Name:           oaf
2Version:        0.6.10
3Release:        7%{?_dist_release}
4License:        LGPL/GPL
5Group:          System Environment/Libraries
6Source:         ftp://ftp.gnome.org/pub/GNOME/sources/oaf/0.6/%{name}-%{version}.tar.bz2
7URL:            http://www.gnome.org/
8BuildRoot:      %{_tmppath}/%{name}-%{version}-root
9BuildRequires:  glib-devel
10BuildRequires:  ORBit-devel
11BuildRequires:  libxml-devel
12BuildRequires:  gtk-doc
13
14Summary:        Object activation framework for GNOME
15
16%description
17OAF is an object activation framework for GNOME. It uses ORBit.
18
19%package devel
20Summary:        Libraries and include files for OAF
21Group:          Development/Libraries
22Requires:       %{name} = %{version}-%{release}
23#Obsoletes:     %{name}-devel
24
25%description devel
26Libraries and include files for Oaf.
27
28%prep
29%setup -q
30
31%build
32%configure
33make -k
34
35%install
36[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
37%makeinstall
38
39rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
40
41%find_lang %{name}
42
43%clean
44[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
45
46%post -p /sbin/ldconfig
47 
48%postun -p /sbin/ldconfig
49
50%files -f %{name}.lang
51%defattr(-, root, root)
52%doc AUTHORS COPYING ChangeLog NEWS README
53%config %{_sysconfdir}/oaf/*.sample
54%config %{_sysconfdir}/oaf/*.xml
55%{_bindir}/oafd
56%{_bindir}/oaf-client
57%{_bindir}/oaf-sysconf
58%{_bindir}/oaf-run-query
59%{_bindir}/oaf-slay
60%{_libdir}/*.so.*
61%{_datadir}/idl/*
62%{_datadir}/oaf/*
63%{_mandir}/man1/*
64
65%files devel
66%defattr(-, root, root)
67%doc api-docs/html
68%dir %{_includedir}/liboaf
69%{_bindir}/oaf-config
70#{_libdir}/*.la
71%{_libdir}/*.so
72%{_libdir}/*.sh
73%{_includedir}/liboaf/*.h
74%{_datadir}/aclocal/*.m4
75
76%changelog
77* Sat Aug 23 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.10-7
78- applied new versioning policy
79- removed liboaf.la
80
81* Sat Jun 16 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.10-6vl4
82- rebuilt for (fixed liboaf.la)
83
84* Sun Jun  3 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.10-6vl3
85- rebuilt with new toolchain
86
87* Wed Jul 07 2004 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 0.6.10-6vl2
88- rebuild
89
90* Sun Jul  6 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.10-6vl1
91- Rebuils with New toolchains.
92- based on Radhat Rawhide 0.6.10-6
93
94* Fri Dec 14 2001 Akira TAGOH <tagoh@gnome.gr.jp> 0.6.7-0vl1
95- New upstream release.
96
97* Tue Jun 19 2001 Akira TAGOH <tagoh@gnome.gr.jp> 0.6.5-0vl5
98- Fixed packaging mistake.
99
100* Wed May  9 2001 Akira TAGOH <tagoh@gnome.gr.jp> 0.6.5-0vl4
101- Fixed missing .oaf files.
102
103* Thu Apr 12 2001 Akira TAGOH <tagoh@gnome.gr.jp> 0.6.5-0vl3
104- Include the API documents.
105
106* Mon Apr  9 2001 Akira TAGOH <tagoh@gnome.gr.jp> 0.6.5-0vl2
107- Added some build depends.
108- Use find_lang macro.
109
110* Wed Mar  7 2001 Akira TAGOH <tagoh@gnome.gr.jp> 0.6.5-0vl1
111- New upstream release.
112
113* Wed Dec 27 2000 Akira TAGOH <tagoh@gnome.gr.jp>
114- 0.6.1-0vl1
115- build for Vine
116
117* Tue Aug 29 2000 Maciej Stachowiak <mjs@eazel.com>
118- corrected Copyright field and renamed it to License
119* Sun May 21 2000 Ross Golder <rossigee@bigfoot.com>
120- created spec file (based on bonobo.spec.in)
Note: See TracBrowser for help on using the repository browser.