rpms/webattery/F-11 webattery.spec,NONE,1.1 sources,1.1,1.2

Alagunambi Welkin alagunambi at fedoraproject.org
Thu Feb 4 14:32:57 UTC 2010


Author: alagunambi

Update of /cvs/pkgs/rpms/webattery/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22792/F-11

Modified Files:
	sources 
Added Files:
	webattery.spec 
Log Message:



--- NEW FILE webattery.spec ---
#Spec file of Webattery project for Fedora Distribution
 
Name:           webattery
Version:        1.2
Release:        6%{?dist}
Summary:        Command to display battery status
Group:          Applications/System
License:        GPLv3+
URL:            http://webattery.sourceforge.net
Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)


%description
Webattery is a command line tool to display battery status with a cool battery 
like output.
 
%prep
 
%setup -q

%build

%configure
 
make %{?_smp_mflags}

 
%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot} INSTALL="install -p"
rm -rf %{buildroot}%{_bindir}/batt
rm -rf %{buildroot}%{_mandir}/man1/batt.1

%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc README COPYING TODO
%{_mandir}/man1/webattery.1*
%{_bindir}/webattery
 
 
%changelog
* Mon Jan 24 2010 Alagunambi Welkin <alagunambiwelkin at gmail.com> - 1.2-6
- CFlags removed from make
- Make modified under install macro
- New version of source used
- TODO file added in doc

* Tue Jan 05 2010 Alagunambi Welkin <alagunambiwelkin at gmail.com> - 1.1-5
- Removed '.' from man location under install macro
- Previous change logs of spec file modified

* Thu Dec 30 2009 Alagunambi Welkin <alagunambiwelkin at gmail.com> - 1.1-4
- Build root tag added
- Build root cleaning added at install

* Thu Dec 24 2009 Alagunambi Welkin <alagunamniwelkin at gmail.com> - 1.1-3
- Llicense tag changed
- Removed compression type for man page under install macro

* Thu Dec 24 2009 Alagunambi Welkin <alagunambiwelkin at gmail.com> - 1.1-2
- removing 'buildroot' and batt, batt.1 removed by spec

* Wed Dec 23 2009 Alagunambi Welkin <alagunambiwelkin at gmail.com> - 1.1-1
- Initial package release


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/webattery/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	31 Jan 2010 19:18:26 -0000	1.1
+++ sources	4 Feb 2010 14:32:57 -0000	1.2
@@ -0,0 +1 @@
+e21dccd1930d09bacf1019c1cb9648d6  webattery-1.2.tar.gz



More information about the scm-commits mailing list