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

Revision 1068, 2.6 KB checked in by inagaki, 14 years ago (diff)

updated: XFce 4.6.2

Line 
1Name:           libxfce4menu
2Version:        4.6.2
3Release:        1%{?_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 >= 2.6.0
13BuildRequires: gtk2-devel >= 2.6.0
14BuildRequires: libxfce4util-devel >= 4.6.0
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:       glib2-devel >= 2.6.0
27Requires:       libxfce4util-devel >= 4.6.0
28
29%description    devel
30The %{name}-devel package contains libraries and header files for
31developing applications that use %{name}.
32
33%prep
34%setup -q
35
36%build
37%configure --disable-static
38make %{?_smp_mflags}
39
40%install
41rm -rf $RPM_BUILD_ROOT
42make install DESTDIR=$RPM_BUILD_ROOT
43find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
44
45%find_lang %{name}-0.1
46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50%post -p /sbin/ldconfig
51
52%postun -p /sbin/ldconfig
53
54%files -f %{name}-0.1.lang
55%defattr(-,root,root,-)
56%doc AUTHORS HACKING COPYING NEWS README TODO
57%{_libdir}/*.so.*
58
59%files devel
60%defattr(-,root,root,-)
61%{_includedir}/xfce4/*
62%{_libdir}/*.so
63%doc %{_datadir}/gtk-doc/html/libxfce4menu
64%{_libdir}/pkgconfig/%{name}-0.1.pc
65
66%changelog
67* Sun May 23 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.6.2-1
68- new upstream release
69- built with new toolchain
70
71* Fri May 22 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.6.1-2
72- initial build for Vine
73
74* Sun Apr 19 2009 Kevin Fenzi <kevin@tummy.com> - 4.6.1-1
75- Update to 4.6.1
76
77* Mon Mar 02 2009 Christoph Wickert <cwickert@fedoraproject.org> - 4.6.0-2
78- Fix directory ownership problems
79- Mark gtk-doc files as %%doc
80
81* Thu Feb 26 2009 Kevin Fenzi <kevin@tummy.com> - 4.6.0-1
82- Update to 4.6.0 final
83
84* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.5.99.1-2
85- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
86
87* Mon Jan 26 2009 Kevin Fenzi <kevin@tummy.com> - 4.5.99.1-1
88- Update to 4.5.99.1
89
90* Tue Jan 13 2009 Kevin Fenzi <kevin@tummy.com> - 4.5.93-1
91- Update to 4.5.93
92
93* Tue Dec 23 2008 Kevin Fenzi <kevin@tummy.com> - 4.5.92-1
94- Initial packaging for Fedora
Note: See TracBrowser for help on using the repository browser.