source: projects/specs/branches/6/lib/libx/libxfce4menu/libxfce4menu-vl.spec @ 1901

Revision 1901, 2.7 KB checked in by Takemikaduchi, 14 years ago (diff)

rebuild with rpm-4.8.1

Line 
1Name:           libxfce4menu
2Version:        4.6.2
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 >= 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 Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.6.2-2
68- rebuild with rpm-4.8.1 for pkg-config file
69
70* Sun May 23 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.6.2-1
71- new upstream release
72- built with new toolchain
73
74* Fri May 22 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.6.1-2
75- initial build for Vine
76
77* Sun Apr 19 2009 Kevin Fenzi <kevin@tummy.com> - 4.6.1-1
78- Update to 4.6.1
79
80* Mon Mar 02 2009 Christoph Wickert <cwickert@fedoraproject.org> - 4.6.0-2
81- Fix directory ownership problems
82- Mark gtk-doc files as %%doc
83
84* Thu Feb 26 2009 Kevin Fenzi <kevin@tummy.com> - 4.6.0-1
85- Update to 4.6.0 final
86
87* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.5.99.1-2
88- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
89
90* Mon Jan 26 2009 Kevin Fenzi <kevin@tummy.com> - 4.5.99.1-1
91- Update to 4.5.99.1
92
93* Tue Jan 13 2009 Kevin Fenzi <kevin@tummy.com> - 4.5.93-1
94- Update to 4.5.93
95
96* Tue Dec 23 2008 Kevin Fenzi <kevin@tummy.com> - 4.5.92-1
97- Initial packaging for Fedora
Note: See TracBrowser for help on using the repository browser.