automatic update by autodist [release 1.0.7-1mamba;Thu Sep 12 2013]
This commit is contained in:
parent
dc68b57bf2
commit
f544911ac3
@ -1,2 +1,6 @@
|
|||||||
# xclock
|
# xclock
|
||||||
|
|
||||||
|
xclock is the classic X Window System clock utility.
|
||||||
|
It displays the time in analog or digital form.
|
||||||
|
The time is continuously updated at a frequency which may be specified by the user.
|
||||||
|
|
||||||
|
59
xclock.spec
Normal file
59
xclock.spec
Normal file
@ -0,0 +1,59 @@
|
|||||||
|
Name: xclock
|
||||||
|
Version: 1.0.7
|
||||||
|
Release: 1mamba
|
||||||
|
Summary: xclock application - analog/digital clock for X
|
||||||
|
Group: Graphical Desktop/Applications/Utilities
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Tiziana Ferro <tiziana.ferro@email.it>
|
||||||
|
URL: http://xorg.freedesktop.org/
|
||||||
|
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
|
||||||
|
License: MIT
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libX11-devel
|
||||||
|
BuildRequires: libXaw-devel
|
||||||
|
BuildRequires: libXft-devel
|
||||||
|
BuildRequires: libxkbfile-devel
|
||||||
|
BuildRequires: libXmu-devel
|
||||||
|
BuildRequires: libXrender-devel
|
||||||
|
BuildRequires: libXt-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
|
%description
|
||||||
|
xclock is the classic X Window System clock utility.
|
||||||
|
It displays the time in analog or digital form.
|
||||||
|
The time is continuously updated at a frequency which may be specified by the user.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure
|
||||||
|
%make
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
%makeinstall
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/%{name}
|
||||||
|
%{_datadir}/X11/app-defaults/XClock*
|
||||||
|
%{_mandir}/man?/*
|
||||||
|
%doc COPYING ChangeLog README
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Thu Sep 12 2013 Automatic Build System <autodist@mambasoft.it> 1.0.7-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Tue Apr 24 2012 Automatic Build System <autodist@mambasoft.it> 1.0.6-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Apr 26 2011 Tiziana Ferro <tiziana.ferro@email.it> 1.0.5-1mamba
|
||||||
|
- package created by autospec
|
Loading…
Reference in New Issue
Block a user