rpms/libfwbuilder/devel libfwbuilder.spec,1.4,1.5

Matthias Saou (thias) fedora-extras-commits at redhat.com
Sat Mar 5 21:10:24 UTC 2005


Author: thias

Update of /cvs/extras/rpms/libfwbuilder/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10397/libfwbuilder/devel

Modified Files:
	libfwbuilder.spec 
Log Message:
Further mass cleanup. One or more apply :
- Remove (hopefully) all zero epoch remains.
- Remove trailing spaces and tabs.
- Keep consistency between tabs and spaces.
- Clean up summary.



Index: libfwbuilder.spec
===================================================================
RCS file: /cvs/extras/rpms/libfwbuilder/devel/libfwbuilder.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libfwbuilder.spec	3 Mar 2005 18:04:58 -0000	1.4
+++ libfwbuilder.spec	5 Mar 2005 21:10:22 -0000	1.5
@@ -1,21 +1,21 @@
 Name:           libfwbuilder
-Summary: 	Firewall Builder API
+Summary:        Firewall Builder API
 Version:        2.0.6
 Release:        1
-License: 	GPL
-Group:  	System Environment/Libraries
-Url: 		http://www.fwbuilder.org/
-Source: 	%{name}-%{version}.tar.gz
+License:        GPL
+Group:          System Environment/Libraries
+URL:            http://www.fwbuilder.org/
+Source:         %{name}-%{version}.tar.gz
 Buildroot:      %{_tmppath}/%{name}-%{version}-root
 BuildRequires:  qt-devel >= 1:3.0.0
-BuildRequires:	libxslt-devel
+BuildRequires:  libxslt-devel
 BuildRequires:  openssl-devel
 #BuildRequires:  net-snmp-devel
 
-%description 
+%description
 Firewall Builder API library and compiler framework
 
-%files 
+%files
 %defattr(-,root,root)
 %doc doc/AUTHORS doc/COPYING doc/ChangeLog doc/Credits doc/README doc/PatchAcceptancePolicy.txt
 %dir %{_datadir}/libfwbuilder
@@ -26,7 +26,7 @@
 
 %package devel
 Summary:   Firewall Builder API Libraries and Header Files
-Group: 	   Development/Libraries
+Group:     Development/Libraries
 Requires:  %{name} = %{version}-%{release}
 Requires: libxslt-devel
 Requires: openssl-devel
@@ -42,7 +42,7 @@
 %{_includedir}/fwb-2.0/fwcompiler
 
 
-%prep 
+%prep
 %setup -q
 
 




More information about the fedora-extras-commits mailing list