rpms/xautolock/F-7 xautolock.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ian Weller (ianweller) fedora-extras-commits at redhat.com
Tue Feb 5 04:42:58 UTC 2008


Author: ianweller

Update of /cvs/pkgs/rpms/xautolock/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7294/F-7

Modified Files:
	.cvsignore sources 
Added Files:
	xautolock.spec 
Log Message:
initial import of xautolock into F-7



--- NEW FILE xautolock.spec ---
Name:           xautolock
Version:        2.2
Release:        4%{?dist}
Summary:        Launches a program when your X session has been idle

Group:          User Interface/X
License:        GPLv2
URL:            http://freshmeat.net/projects/xautolock/
Source0:        http://www.ibiblio.org/pub/Linux/X11/screensavers/%{name}-%{version}.tgz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  imake libXScrnSaver-devel

%description
A program that launches a given program when
your X session has been idle for a given time.

%prep
%setup -q
xmkmf


%build
make %{?_smp_mflags} CDEBUGFLAGS="$RPM_OPT_FLAGS" CC=%{__cc}


%install
rm -rf $RPM_BUILD_ROOT
make install install.man DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc Changelog License Readme Todo
%{_bindir}/xautolock
%{_mandir}/man1/xautolock.1*


%changelog
* Sun Feb 03 2008 Ian Weller <ianweller at gmail.com> 2.2-4
- Fixed dates in changelog (2007 -> 2008)
- Fixed grouping
- Tightened up files list

* Sat Feb 02 2008 Ian Weller <ianweller at gmail.com> 2.2-3
- Fixed timestamp of Source0
- Removed redundant installation

* Sat Feb 02 2008 Ian Weller <ianweller at gmail.com> 2.2-2
- Shortened summary
- Fixed make flags
- Fixed installation of man page

* Sun Jan 27 2008 Ian Weller <ianweller at gmail.com> 2.2-1
- First package build.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xautolock/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	4 Feb 2008 19:32:59 -0000	1.1
+++ .cvsignore	5 Feb 2008 04:42:25 -0000	1.2
@@ -0,0 +1 @@
+xautolock-2.2.tgz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xautolock/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	4 Feb 2008 19:32:59 -0000	1.1
+++ sources	5 Feb 2008 04:42:25 -0000	1.2
@@ -0,0 +1 @@
+9526347a202694ad235d731d9d3de91f  xautolock-2.2.tgz




More information about the fedora-extras-commits mailing list