Advertisement
eatdirt

transset-df.spec

Apr 11th, 2011
2,450
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Name:           transset-df
  2. Version:        6
  3. Release:        %mkrel 1
  4. Summary:        Sets translucency properties
  5. License:        GPLv2
  6. Group:      Development/X11
  7.  
  8. URL:            http://forchheimer.se/transset-df/
  9. Source0:        http://forchheimer.se/transset-df/%{name}-%{version}.tar.gz
  10. Source1:    http://webcvs.freedesktop.org/xapps/transset/
  11.  
  12. BuildRequires:  pkgconfig
  13. BuildRequires:  libxrender1-devel
  14. BuildRequires:  libxcomposite1-devel
  15. BuildRequires:  libxfixes3-devel
  16. BuildRequires:  libxdamage-devel
  17.  
  18.  
  19. %description
  20. This is a modified version of xorg's original transset. It allows
  21. setting and unsetting window's transparency by pressing a key without
  22. bringing up the crosshair.
  23.  
  24. %prep
  25. %setup -q
  26.  
  27.  
  28. %build
  29.  
  30. %make
  31.  
  32. %install
  33. rm -rf %{buildroot}
  34. install -D -p -m 755 %{name} %{buildroot}%{_bindir}/%{name}
  35.  
  36. %files
  37. %defattr(-,root,root)
  38. %doc README ChangeLog
  39. %{_bindir}/%{name}
  40.  
  41.  
  42. %clean
  43. rm -rf %{buildroot}
  44.  
  45. %changelog
  46. * Fri Apr 11 2011 Chris Ringeval <dirteat@gmail.com> 6-1mga1
  47. - mga release
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement