[compiz-bcop] initial import (xxxxxxx).

Wolfgang Ulbrich raveit65 at fedoraproject.org
Sat Sep 29 19:57:04 UTC 2012


commit 4a018f16f1d5013371c208925de1cb2d1a1581b1
Author: raveit65 <chat-to-me at raveit.de>
Date:   Sat Sep 29 21:57:01 2012 +0200

    initial import (xxxxxxx).

 compiz-bcop.spec |   57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 dead.package     |    1 -
 sources          |    1 +
 3 files changed, 58 insertions(+), 1 deletions(-)
---
diff --git a/compiz-bcop.spec b/compiz-bcop.spec
new file mode 100644
index 0000000..32e78c0
--- /dev/null
+++ b/compiz-bcop.spec
@@ -0,0 +1,57 @@
+Name: compiz-bcop
+Version: 0.8.8
+Release: 4%{?dist}
+Epoch: 1
+Summary: Compiz option code generator       
+
+Group: Development/Libraries
+License: GPLv2+       
+URL: http://www.compiz.org           
+Source0:   http://releases.compiz.org/%{version}/%{name}-%{version}.tar.bz2     
+
+# compiz is not available on these arches due to missing libdrm
+ExcludeArch: s390 s390x
+BuildArch: noarch
+
+BuildRequires: libxslt-devel
+Requires: pkgconfig 
+Requires: util-linux
+
+%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
+make install DESTDIR=$RPM_BUILD_ROOT
+
+
+%files
+%doc COPYING NEWS AUTHORS
+%{_bindir}/bcop
+%{_datadir}/bcop/
+%{_datadir}/pkgconfig/bcop.pc
+
+
+%changelog
+* Sat Sep 29 2012 Wolfgang Ulbrich <chat-to-me at raveit.de> - 0.8.8-4
+- add Epoch tag
+
+* Wed Sep 26 2012 Wolfgang Ulbrich <chat-to-me at raveit.de> - 0.8.8-3
+- initial build for fedora
+- fix url and source0
+
+* Tue May 15 2012 Wolfgang Ulbrich <chat-to-me at raveit.de> - 0.8.8-2
+- build for mate
+
diff --git a/sources b/sources
new file mode 100644
index 0000000..381ec5d
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+67b2bf3d810e872486ca0ffba5e216d5  compiz-bcop-0.8.8.tar.bz2


More information about the scm-commits mailing list