rebuilt with debug package [release 1.0.6-2mamba;Thu Dec 10 2020]
This commit is contained in:
parent
6e534e1deb
commit
22d5d37375
14
xgamma.spec
14
xgamma.spec
@ -1,6 +1,6 @@
|
||||
Name: xgamma
|
||||
Version: 1.0.6
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: xgamma - Alter a monitor's gamma correction through the X server
|
||||
Group: Graphical Desktop/Applications/Utilities
|
||||
Vendor: openmamba
|
||||
@ -19,6 +19,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
%description
|
||||
xgamma allows X users to query and alter the gamma correction of a monitor via the X video mode extension (XFree86-VidModeExtension).
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -30,18 +32,20 @@ xgamma allows X users to query and alter the gamma correction of a monitor via t
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%find_lang %{name} || echo -n >> %{name}.lang
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files -f %{name}.lang
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/%{name}
|
||||
%{_mandir}/man?/*
|
||||
%doc COPYING ChangeLog README
|
||||
%doc COPYING
|
||||
#ChangeLog README
|
||||
|
||||
%changelog
|
||||
* Thu Dec 10 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.6-2mamba
|
||||
- rebuilt with debug package
|
||||
|
||||
* Mon Apr 20 2015 Automatic Build System <autodist@mambasoft.it> 1.0.6-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user