Sophie

Sophie

distrib > Mandriva > 10.0-com > x86_64 > by-pkgid > 53c632735903b9fb661d4bddd5608f47 > files > 2

xfcalendar-0.1.5-2mdk.src.rpm

Summary: 	Time-managing application for xfce4.
Name: 		xfcalendar
Version: 	0.1.5
Release: 	2mdk
License:	GPL
URL: 		http://www.xfce.org/
Source0: 	%{name}-%{version}.tar.bz2
Group: 		 Graphical desktop/Other
BuildRoot: 	%{_tmppath}/%{name}-root
BuildRequires:  xfce-mcs-manager-devel
BuildRequires: chrpath
BuildRequires:	dbh-devel
%define __libtoolize /bin/true

%description
Time-managing application for xfce4

%prep
%setup -q

%build
%configure2_5x --disable-rpath
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std 

#disable rpath in _bin
chrpath -d $RPM_BUILD_ROOT/%{_bindir}/*

#rm unneeded file
rm -f $RPM_BUILD_ROOT/%{_libdir}/xfce4/mcs-plugins/%{name}_plugin.a

%find_lang %name

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang 
%defattr(-,root,root)
%doc README ChangeLog INSTALL COPYING AUTHORS
%{_bindir}/*
%{_libdir}/xfce4
%{_datadir}/*

%changelog
* Sun Jan 11 2004 Marcel Pol <mpol@mandrake.org> 0.1.5-2mdk
- buildrequires

* Sat Jan 10 2004 Charles A Edwards <eslrahc@mandrake.org> 0.1.5-1mdk
- first mdk okg