~xubuntu-dev/libxfce4util/maverick

« back to all changes in this revision

Viewing changes to libxfce4util.spec

  • Committer: Bazaar Package Importer
  • Author(s): Simon Huggins
  • Date: 2004-04-17 12:17:35 UTC
  • Revision ID: james.westby@ubuntu.com-20040417121735-633zpo9necaqqtj6
Tags: upstream-4.0.5
ImportĀ upstreamĀ versionĀ 4.0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Summary:        Utility library for the XFce4 desktop environment
 
2
Name:           libxfce4util
 
3
Version:        4.0.5
 
4
Release:        1
 
5
License:        BSD
 
6
URL:            http://www.xfce.org/
 
7
Source0:        %{name}-%{version}.tar.gz
 
8
Group:          Development/Libraries
 
9
BuildRoot:      %{_tmppath}/%{name}-root
 
10
Requires:       glib2 >= 2.0.0
 
11
BuildRequires:  glib2-devel >= 2.0.0
 
12
 
 
13
%description
 
14
Basic utility non-GUI functions for XFce4.
 
15
 
 
16
%package devel
 
17
Summary:        developpment tools for libxfce4util library
 
18
Group:          Development/Libraries
 
19
Requires:       libxfce4util
 
20
 
 
21
%description devel
 
22
Static libraries and header files for the libxfce4util library.
 
23
 
 
24
%prep
 
25
%setup -q
 
26
 
 
27
%build
 
28
%configure
 
29
make
 
30
 
 
31
%install
 
32
rm -rf $RPM_BUILD_ROOT
 
33
make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
 
34
 
 
35
%clean
 
36
rm -rf $RPM_BUILD_ROOT
 
37
 
 
38
%post -p /sbin/ldconfig
 
39
 
 
40
%postun -p /sbin/ldconfig
 
41
 
 
42
%files
 
43
%defattr(-,root,root)
 
44
%{_libdir}/lib*.so.*
 
45
 
 
46
%files devel
 
47
%defattr(-, root, root)
 
48
%{_libdir}/lib*.so
 
49
%{_libdir}/*a
 
50
%{_libdir}/pkgconfig/*.pc
 
51
%{_includedir}/xfce4/libxfce4util
 
52
%{_datadir}/xfce4/i18n/nls.alias
 
53
%{_datadir}/xfce4/m4/
 
54