source: projects/specs/trunk/lib/libx/libxfce4menu/libxfce4menu-vl.spec @ 521

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

import VineSeed package specs

Line 
1Name:           libxfce4menu
2Version:        4.6.1
3Release:        2%{?_dist_release}
4Summary:        A freedesktop.org compliant menu implementation for Xfce
5
6Group:          System Environment/Libraries
7License:        GPLv2+
8URL:            http://www.xfce.org/
9Source0:        http://www.xfce.org/archive/xfce-%{version}/src/libxfce4menu-%{version}.tar.bz2
10BuildRoot:      %{_tmppath}/%{name}-%{version}-root
11BuildRequires: gettext
12BuildRequires: glib2-devel
13BuildRequires: gtk2-devel
14BuildRequires: libxfce4util-devel >= %{version}
15BuildRequires: intltool
16
17%description
18libxfce4menu is a freedesktop.org compliant menu library written for Xfce.
19It implements the Desktop Menu Specification version 1.0
20
21%package        devel
22Summary:        Development files for %{name}
23Group:          Development/Libraries
24Requires:       %{name} = %{version}-%{release}
25Requires:       pkgconfig
26Requires:       libxfce4util-devel
27
28%description    devel
29The %{name}-devel package contains libraries and header files for
30developing applications that use %{name}.
31
32%prep
33%setup -q
34
35%build
36%configure --disable-static
37make %{?_smp_mflags}
38
39%install
40rm -rf $RPM_BUILD_ROOT
41make install DESTDIR=$RPM_BUILD_ROOT
42find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
43
44%find_lang %{name}-0.1
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%post -p /sbin/ldconfig
50
51%postun -p /sbin/ldconfig
52
53%files -f %{name}-0.1.lang
54%defattr(-,root,root,-)
55%doc AUTHORS HACKING COPYING NEWS README TODO
56%{_libdir}/*.so.*
57
58%files devel
59%defattr(-,root,root,-)
60%{_includedir}/xfce4/*
61%{_libdir}/*.so
62%doc %{_datadir}/gtk-doc/html/libxfce4menu
63%{_libdir}/pkgconfig/%{name}-0.1.pc
64
65%changelog
66* Fri May 22 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.6.1-2
67- initial build for Vine
68
69* Sun Apr 19 2009 Kevin Fenzi <kevin@tummy.com> - 4.6.1-1
70- Update to 4.6.1
71
72* Mon Mar 02 2009 Christoph Wickert <cwickert@fedoraproject.org> - 4.6.0-2
73- Fix directory ownership problems
74- Mark gtk-doc files as %%doc
75
76* Thu Feb 26 2009 Kevin Fenzi <kevin@tummy.com> - 4.6.0-1
77- Update to 4.6.0 final
78
79* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.5.99.1-2
80- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
81
82* Mon Jan 26 2009 Kevin Fenzi <kevin@tummy.com> - 4.5.99.1-1
83- Update to 4.5.99.1
84
85* Tue Jan 13 2009 Kevin Fenzi <kevin@tummy.com> - 4.5.93-1
86- Update to 4.5.93
87
88* Tue Dec 23 2008 Kevin Fenzi <kevin@tummy.com> - 4.5.92-1
89- Initial packaging for Fedora
Note: See TracBrowser for help on using the repository browser.