rpms/compiz-bcop/devel compiz-bcop.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Adel Gadllah (drago01) fedora-extras-commits at redhat.com
Sun Aug 19 07:44:54 UTC 2007


Author: drago01

Update of /cvs/pkgs/rpms/compiz-bcop/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17044/devel

Modified Files:
	.cvsignore sources 
Added Files:
	compiz-bcop.spec 
Log Message:


Initial Import



--- NEW FILE compiz-bcop.spec ---
Name: compiz-bcop
Version: 0.5.2      
Release: 1%{?dist}
Summary: Compiz option code generator       

Group: Development/Libraries
License: GPLv2+       
URL: http://compiz-fusion.org            
Source0:  http://releases.compiz-fusion.org/0.5.2/%{name}-%{version}.tar.bz2     
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

# compiz is not available on these arches due to missing libdrm
ExcludeArch: s390 s390x ppc64
BuildArch: noarch

BuildRequires: libxslt-devel
Requires: pkgconfig 

%description
BCOP is a code generator that provides an easy way to handle
plugin options by generating parts of the plugin code directly
from the xml metadata file.
It is used for most of the Compiz Fusion plugins


%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%{_bindir}/bcop
%{_datadir}/bcop/
%{_datadir}/pkgconfig/bcop.pc
%doc COPYING NEWS


%changelog
* Sat Aug 18 2007 Adel Gadllah <adel.gadllah at gmail.com> 0.5.2-1
- Initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/compiz-bcop/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	18 Aug 2007 18:41:30 -0000	1.1
+++ .cvsignore	19 Aug 2007 07:44:22 -0000	1.2
@@ -0,0 +1 @@
+compiz-bcop-0.5.2.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/compiz-bcop/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	18 Aug 2007 18:41:31 -0000	1.1
+++ sources	19 Aug 2007 07:44:22 -0000	1.2
@@ -0,0 +1 @@
+b31e8e2ad3de2e5a23628bb0eacc11dc  compiz-bcop-0.5.2.tar.bz2




More information about the fedora-extras-commits mailing list