Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 4aacf15f6ec11723114f209d56712b00 > files > 2

pilrc-3.2-1mdk.src.rpm

%define name pilrc
%define version 3.2
%define release 1mdk

Summary: Takes a resource script file and generates one or more binary resource
Name: %{name}
Version: %{version}
Release: %{release}
License: GPL
URL: http://www.ardiri.com/index.php?redir=palm&cat=pilrc
Source: %{name}-%{version}.tar.bz2
Group: Development/Other
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
BuildRequires: gtk-devel

%description
PilRC is an application that takes a resource script file and generates one or
more binary resource files that are to be used when developing for the Palm 
Computing Platform. PilRCUI gives you a preview of your resource file. 


%prep
%setup -q

%build

cd unix
%configure2_5x --enable-pilrcui 

%make

%install
rm -rf $RPM_BUILD_ROOT

cd unix/
cp -r ../ppmquant .

%makeinstall

cd ..
chmod 0755 doc/images
chmod 0644 LICENSE.txt README.txt doc/*.html doc/images/*

%clean
rm -rf $RPM_BUILD_ROOT 

%files
%defattr (-,root,root)
%doc LICENSE.txt README.txt doc/*.html doc/images
%{_bindir}/*
%_datadir/%name/*

%changelog
* Thu Jan 13 2005 Lenny Cartier <lenny@mandrakesoft.com> 3.2-1mdk
- 3.2

* Wed Dec 10 2003 Frederic Crozat <fcrozat@mandrakesoft.com> 2.9p10mdk
- Release 2.9p10 (tarball from Debian)

* Fri Feb 14 2003 Lenny Cartier <lenny@mandrakesoft.com> 2.8p7-2mdk
- rebuild

* Mon Jan 14 2002 François Pons <fpons@mandrakesoft.com> 2.8p7-1mdk
- fix documentation access rights.
- 2.8p7.

* Thu Aug 30 2001 Lenny Cartier <lenny@mandrakesoft.com> 2.8p5-2mdk
- rebuild

* Fri Jun 15 2001 Lenny Cartier <lenny@mandrakesoft.com> 2.8p5-1mdk
- updated to 2.8p5

* Thu Mar 15 2001 Lenny Cartier <lenny@mandrakesoft.com> 2.7b-1mdk
- updated to 2.7b
- fix build

* Wed Jan 24 2001 Lenny Cartier <lenny@mandrakesoft.com> 2.7a-1mdk
- updated to 2.7a

* Fri Nov 24 2000 Lenny Cartier <lenny@mandrakesoft.com> 2.6-1mdk
- used srpm from ashimaru <ashimaru@gmx.net> :
	- first build