rpms/manedit/devel manedit.spec,1.8,1.9

Matthias Saou (thias) fedora-extras-commits at redhat.com
Thu Mar 3 23:01:25 UTC 2005


Author: thias

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

Modified Files:
	manedit.spec 
Log Message:
Mass letter "m" and "n" update, one or more apply :
- Drop epoch: 0
- Remove %{epoch} requirements in sub-packages
- Remove trailing white spaces
- Keep consistent between spaces and tabs



Index: manedit.spec
===================================================================
RCS file: /cvs/extras/rpms/manedit/devel/manedit.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- manedit.spec	28 Feb 2005 21:12:57 -0000	1.8
+++ manedit.spec	3 Mar 2005 23:01:23 -0000	1.9
@@ -1,7 +1,6 @@
 Name:           manedit
 Version:        0.5.11
 Release:        3
-Epoch:          0
 Summary:        GUI editor for creating man pages
 
 Group:          Development/Tools
@@ -15,7 +14,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtk+-devel zlib-devel desktop-file-utils bzip2-devel
-Requires:	groff
+Requires:       groff
 
 %description
 ManEdit is a UNIX Manual Page Integrated Development Environment.
@@ -37,7 +36,7 @@
 # --disable=bzip2 to build without Bzip2 support
 CFLAGS=$RPM_OPT_FLAGS ./configure Linux --prefix=%{_prefix}  --mandir=%{_mandir} \
 --disable=arch-i486 --disable=arch-i586 --disable=arch-i686 --disable=arch-pentiumpro
-make %{?_smp_mflags} 
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -46,25 +45,25 @@
 
 %{__install} -d -m0755 $RPM_BUILD_ROOT/%{_datadir}/applications
 desktop-file-install --vendor fedora                   \
-	--add-category X-Fedora                        \
-	--add-category Application                     \
-	--add-category Development                     \
-	--dir $RPM_BUILD_ROOT/%{_datadir}/applications \
+        --add-category X-Fedora                        \
+        --add-category Application                     \
+        --add-category Development                     \
+        --dir $RPM_BUILD_ROOT/%{_datadir}/applications \
 %SOURCE1
 
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files 
+%files
 %defattr(-,root,root,-)
-%doc AUTHORS LICENSE  README 
+%doc AUTHORS LICENSE README
 %{_bindir}/*
 %{_datadir}/%{name}/
 %{_datadir}/icons/*
 %{_mandir}/man1/*
 %{_datadir}/applications/*
- 
+
 %changelog
 * Wed Feb  9 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:0.5.11-3
 - Add patch for multilib and substitute hardcoded 'lib' in %%prep.




More information about the fedora-extras-commits mailing list