1a22f17
Name: compiz-bcop
759aada
Version: 0.7.8  
8f5d0b6
Release: 2%{?dist}
1a22f17
Summary: Compiz option code generator       
1a22f17
1a22f17
Group: Development/Libraries
1a22f17
License: GPLv2+       
1a22f17
URL: http://compiz-fusion.org            
b87baaf
Source0:  http://releases.compiz-fusion.org/%{version}/%{name}-%{version}.tar.bz2     
1a22f17
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
1a22f17
1a22f17
# compiz is not available on these arches due to missing libdrm
759aada
ExcludeArch: s390 s390x
1a22f17
BuildArch: noarch
1a22f17
1a22f17
BuildRequires: libxslt-devel
1a22f17
Requires: pkgconfig 
c38b630
Requires: util-linux
1a22f17
1a22f17
%description
1a22f17
BCOP is a code generator that provides an easy way to handle
1a22f17
plugin options by generating parts of the plugin code directly
1a22f17
from the xml metadata file.
1a22f17
It is used for most of the Compiz Fusion plugins
1a22f17
1a22f17
1a22f17
%prep
1a22f17
%setup -q
1a22f17
1a22f17
1a22f17
%build
1a22f17
%configure
1a22f17
make %{?_smp_mflags}
1a22f17
1a22f17
1a22f17
%install
1a22f17
rm -rf $RPM_BUILD_ROOT
1a22f17
make install DESTDIR=$RPM_BUILD_ROOT
1a22f17
1a22f17
1a22f17
%clean
1a22f17
rm -rf $RPM_BUILD_ROOT
1a22f17
1a22f17
1a22f17
%files
1a22f17
%defattr(-,root,root,-)
1a22f17
%{_bindir}/bcop
1a22f17
%{_datadir}/bcop/
1a22f17
%{_datadir}/pkgconfig/bcop.pc
1a22f17
%doc COPYING NEWS
1a22f17
1a22f17
1a22f17
%changelog
8f5d0b6
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.8-2
8f5d0b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
8f5d0b6
759aada
* Sat Nov 08 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.7.8-1
759aada
- Update to 0.7.8
759aada
2794b02
* Thu Jun 05 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.7.6-1
2794b02
- Update to 0.7.6
2794b02
f60b566
* Mon Mar 24 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.7.2-1
f60b566
- Update to 0.7.2
f60b566
3f7d442
* Mon Oct 22 2007 Adel Gadllah <adel.gadllah@gmail.com> 0.6.0-1
3f7d442
- Update to 0.6.0
3f7d442
c38b630
* Thu Aug 22 2007 Adel Gadllah <adel.gadllah@gmail.com> 0.5.2-2
c38b630
- Add missing Requires
c38b630
1a22f17
* Sat Aug 18 2007 Adel Gadllah <adel.gadllah@gmail.com> 0.5.2-1
1a22f17
- Initial build