~ubuntu-branches/ubuntu/dapper/xfce-mcs-plugins/dapper

« back to all changes in this revision

Viewing changes to xfce-mcs-plugins.spec.in

  • Committer: Bazaar Package Importer
  • Author(s): Simon Huggins
  • Date: 2004-04-27 22:08:03 UTC
  • Revision ID: james.westby@ubuntu.com-20040427220803-vhxi3wkask9cku5d
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:        Plugins for multi channel settings manager
 
2
Name:           xfce-mcs-plugins
 
3
Version:        @VERSION@
 
4
Release:        1
 
5
License:        GPL
 
6
URL:            http://www.xfce.org/
 
7
Source0:        %{name}-%{version}.tar.gz
 
8
Group:          User Interface/Desktops
 
9
BuildRoot:      %{_tmppath}/%{name}-root
 
10
Requires:       gtk2 >= @GTK_REQUIRED_VERSION@
 
11
Requires:       xfce-mcs-manager >= @XFCE_MCS_MANAGER_REQUIRED_VERSION@
 
12
BuildRequires:  gtk2-devel >= @GTK_REQUIRED_VERSION@
 
13
BuildRequires:  xfce-mcs-manager-devel >= @XFCE_MCS_MANAGER_REQUIRED_VERSION@
 
14
 
 
15
%description
 
16
xfce-mcs-plugins is a set of plugins for the multi channel settings manager
 
17
 
 
18
%prep
 
19
%setup -q
 
20
 
 
21
%build
 
22
%configure
 
23
make
 
24
 
 
25
%install
 
26
rm -rf $RPM_BUILD_ROOT
 
27
make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
 
28
 
 
29
%clean
 
30
rm -rf $RPM_BUILD_ROOT
 
31
 
 
32
%files
 
33
%defattr(-,root,root)
 
34
%doc README INSTALL TODO COPYING AUTHORS
 
35
%{_datadir}/xfce4/doc
 
36
%{_datadir}/locale/
 
37
%{_libdir}/xfce4/mcs-plugins