auto-import wmCalClock-1.25-2 on branch devel from
wmCalClock-1.25-2.src.rpm
This commit is contained in:
parent
d678bfe82a
commit
77e2b88fe0
3 changed files with 56 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
wmCalClock-1.25.tar.gz
|
||||
1
sources
1
sources
|
|
@ -0,0 +1 @@
|
|||
70c47ec1d8f8ec7e3ed7eb2d3105d371 wmCalClock-1.25.tar.gz
|
||||
54
wmCalClock.spec
Normal file
54
wmCalClock.spec
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
Name: wmCalClock
|
||||
Version: 1.25
|
||||
Release: 2
|
||||
Summary: A Calendar clock with antialiased text
|
||||
|
||||
Group: User Interface/X
|
||||
License: GPL
|
||||
URL: http://www.dockapps.org/file.php/id/9
|
||||
Source0: http://www.dockapps.org/download.php/id/16/wmCalClock-1.25.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: xorg-x11-devel
|
||||
|
||||
%description
|
||||
%{summary}
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
|
||||
%build
|
||||
cd Src
|
||||
make CFLAGS="${RPM_OPT_FLAGS}" %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%{__mkdir_p} ${RPM_BUILD_ROOT}%{_bindir}
|
||||
%{__mkdir_p} ${RPM_BUILD_ROOT}%{_mandir}
|
||||
|
||||
%{__install} -p %{_builddir}/%{name}-%{version}/Src/wmCalClock \
|
||||
${RPM_BUILD_ROOT}%{_bindir}
|
||||
%{__install} -p -m644 %{_builddir}/%{name}-%{version}/Src/wmCalClock.1 \
|
||||
${RPM_BUILD_ROOT}%{_mandir}
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc BUGS CHANGES COPYING HINTS README TODO
|
||||
%{_bindir}/wmCalClock
|
||||
%{_mandir}/wmCalClock.1
|
||||
|
||||
%changelog
|
||||
* Mon Sep 26 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
||||
1.25-2
|
||||
- add -p and to install
|
||||
- man page should be 644
|
||||
|
||||
* Fri Jun 03 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
||||
1.25-1
|
||||
- Initial Release
|
||||
Loading…
Add table
Add a link
Reference in a new issue