[compton/f17] Initial commit

Mario Blättermann mariobl at fedoraproject.org
Thu Jul 5 19:03:48 UTC 2012


commit e33ab675374c3397ed40cfdda806d1156327547c
Author: Mario Blättermann <mario.blaettermann at gmail.com>
Date:   Thu Jul 5 21:04:18 2012 +0200

    Initial commit

 .gitignore   |    1 +
 compton.spec |   56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources      |    1 +
 3 files changed, 58 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..0ee7801 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/chjj-compton-d52f7a0.tar.gz
diff --git a/compton.spec b/compton.spec
new file mode 100644
index 0000000..7fff1f3
--- /dev/null
+++ b/compton.spec
@@ -0,0 +1,56 @@
+Name:           compton
+Version:        0
+Release:        0.1.20120603gitd52f7a0%{?dist}
+Summary:        Compositor for X
+
+License:        BSD
+URL:            https://github.com/chjj/%{name}
+
+# The source for this package was pulled from upstream's vcs.  Use the
+# following commands to generate the tarball:
+# git clone https://github.com/chjj/compton.git
+# tar -czvf chjj-compton-d52f7a0.tar.gz chjj-compton-d52f7a0
+Source0:        chjj-compton-d52f7a0.tar.gz
+
+BuildRequires:	libXrender-devel
+BuildRequires:	libXdamage-devel
+BuildRequires:	libXcomposite-devel
+BuildRequires:	libXext-devel
+BuildRequires:	pkgconfig
+
+Requires:       xorg-x11-utils
+
+%description
+Compton is a compositor for X, and a fork of xcompmgr-dana.
+
+%prep
+%setup -q -n chjj-compton-d52f7a0
+
+
+%build
+CFLAGS="%{optflags}" make %{?_smp_mflags}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
+
+
+%files
+%doc LICENSE README.md
+%{_bindir}/%{name}
+%{_bindir}/settrans
+%{_mandir}/man1/%{name}.1.*
+
+
+%changelog
+
+* Tue Jul 03 2012 Mario Blättermann <mariobl at fedoraproject.org> - 0.1.20120603gitd52f7a0
+- Removed gz extension from the manpage
+- Added optflags macro to fill the debug package with real content
+- Use version number 0 because there wasn't any release yet
+- Added runtime requirement for settrans
+- Changed license to BSD 
+
+* Thu Jun 28 2012 Mario Blättermann <mariobl at fedoraproject.org> - 0.1-20120603gitd52f7a0
+- Initial package
diff --git a/sources b/sources
index e69de29..ebb40e3 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+15eae62ecef8e6a6a70dcd7840ace721  chjj-compton-d52f7a0.tar.gz


More information about the scm-commits mailing list