diff --git a/README.md b/README.md index 0bc3782..2e4dc19 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # oclock +Oclock simply displays the current time on an analog display + diff --git a/oclock.spec b/oclock.spec new file mode 100644 index 0000000..0357f68 --- /dev/null +++ b/oclock.spec @@ -0,0 +1,56 @@ +Name: oclock +Version: 1.0.3 +Release: 1mamba +Summary: Oclock simply displays the current time on an analog display +Group: System/X11 +Vendor: openmamba +Distribution: openmamba +Packager: Ercole 'ercolinux' Carpanetto +URL: http://x.org +Source: http://ftp.x.org/pub/individual/app/oclock-%{version}.tar.bz2 +License: MIT +BuildRoot: %{_tmppath}/%{name}-%{version}-root +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libICE-devel +BuildRequires: libSM-devel +BuildRequires: libX11-devel +BuildRequires: libXext-devel +BuildRequires: libXmu-devel +BuildRequires: libXt-devel +## AUTOBUILDREQ-END + +%description +Oclock simply displays the current time on an analog display + +%prep + +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/oclock +%{_datadir}/X11/app-defaults/Clock-color +%{_mandir}/man1/oclock.1.gz +%doc COPYING ChangeLog + +%changelog +* Fri Feb 17 2012 Automatic Build System 1.0.3-1mamba +- automatic version update by autodist + +* Mon Oct 11 2010 Automatic Build System 1.0.2-1mamba +- automatic update by autodist + +* Tue Sep 22 2009 Ercole 'ercolinux' Carpanetto 1.0.1-1mamba +- package created by autospec