rpms/bwm-ng/devel bwm-ng.spec,1.4,1.5

Patrick Laughton (jima) fedora-extras-commits at redhat.com
Thu Jan 25 13:41:38 UTC 2007


Author: jima

Update of /cvs/extras/rpms/bwm-ng/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18327

Modified Files:
	bwm-ng.spec 
Log Message:

* Thu Jan 25 2007 Patrick "Jima" Laughton <jima at beer.tclug.org> 0.5-9
- Added noreplace to config, as per rpmlint warning
- Removed a couple spaces which triggered spaces/tabs rpmlint warning
- Fixed project URL



Index: bwm-ng.spec
===================================================================
RCS file: /cvs/extras/rpms/bwm-ng/devel/bwm-ng.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- bwm-ng.spec	4 Oct 2006 20:01:02 -0000	1.4
+++ bwm-ng.spec	25 Jan 2007 13:41:08 -0000	1.5
@@ -4,11 +4,11 @@
 Name:			bwm-ng
 
 Version:		0.5
-Release:		8%{?dist}
+Release:		9%{?dist}
 
 License:		GPL
 Group:			Applications/System
-URL:			http://www.volker-gropp.de/
+URL:			http://www.volker-gropp.de/?id=projects&sub=bwm-ng
 
 Source0:		http://www.volker-gropp.de/bwm-ng/bwm-ng-%{version}.tar.gz
 Source1:		bwm-ng.conf
@@ -42,18 +42,23 @@
 rm -rf $RPM_BUILD_ROOT
 install -D -m755 src/bwm-ng $RPM_BUILD_ROOT%{_bindir}/bwm-ng
 install -D -m644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/bwm-ng.conf
-install -D -m644 bwm-ng.1   $RPM_BUILD_ROOT%{_mandir}/man1/bwm-ng.1
+install -D -m644 bwm-ng.1 $RPM_BUILD_ROOT%{_mandir}/man1/bwm-ng.1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %doc AUTHORS README changelog bwm-ng.conf-example bwm-ng.css
-%config %{_sysconfdir}/bwm-ng.conf
+%config(noreplace) %{_sysconfdir}/bwm-ng.conf
 %{_bindir}/bwm-ng
 %{_mandir}/man1/bwm-ng.1*
 
 %changelog
+* Thu Jan 25 2007 Patrick "Jima" Laughton <jima at beer.tclug.org> 0.5-9
+- Added noreplace to config, as per rpmlint warning
+- Removed a couple spaces which triggered spaces/tabs rpmlint warning
+- Fixed project URL
+
 * Wed Oct 04 2006 Patrick "Jima" Laughton <jima at beer.tclug.org> 0.5-8
 - Bump-n-build
 




More information about the fedora-extras-commits mailing list