source: projects/specs/branches/6/o/oaf/oaf-vl.spec @ 5648

Revision 5648, 3.2 KB checked in by Takemikaduchi, 12 years ago (diff)

arpscan, aslookup, audacity, black-box, bookview, bumprace, gimp-help, js: new upstream release
libsrtp, gstreamer-filters: new package
others: rebuild

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