Blob Blame History Raw
Name:           compton
Version:        0
Release:        0.1.20121007gitc7ca345%{?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-c7ca345.tar.gz

BuildRequires:	libconfig-devel
BuildRequires:	libXrender-devel
BuildRequires:	libXdamage-devel
BuildRequires:	libXcomposite-devel
BuildRequires:	libXext-devel
BuildRequires:	pcre-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-c7ca345


%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}/%{name}-trans
%{_mandir}/man1/%{name}.1.*
%{_mandir}/man1/%{name}-trans.1.*


%changelog
* Sun Oct 07 2012 Mario Blättermann <mariobl@fedoraproject.org> - 0.1.20121007gitc7ca345
- New Git snapshot
- settrans has been renamed to compton-trans

* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0-0.2.20120603gitd52f7a0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild


* Tue Jul 03 2012 Mario Blättermann <mariobl@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@fedoraproject.org> - 0.1-20120603gitd52f7a0
- Initial package