rpms/bluefish/devel bluefish.spec,1.22,1.23

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Tue Aug 28 09:01:11 UTC 2007


Author: pghmcfc

Update of /cvs/pkgs/rpms/bluefish/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27964

Modified Files:
	bluefish.spec 
Log Message:
clarify license as GPL version 2 or later
unexpand tabs in spec
update scriptlets and drop scriptlet dependencies



Index: bluefish.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bluefish/devel/bluefish.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- bluefish.spec	6 Nov 2006 11:05:39 -0000	1.22
+++ bluefish.spec	28 Aug 2007 09:00:38 -0000	1.23
@@ -1,23 +1,19 @@
-Name:           bluefish
-Version:        1.0.7
-Release:        1%{?dist}
-Summary:        GTK2 web development application for experienced users
-Group:          Development/Tools
-License:        GPL
-URL:            http://bluefish.openoffice.nl/
-Source0:        http://www.bennewitz.com/bluefish/stable/source/bluefish-%{version}.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  aspell-devel >= 0.5
-BuildRequires:  desktop-file-utils
-BuildRequires:  gettext
-BuildRequires:  gnome-vfs2-devel
-BuildRequires:  gtk2-devel >= 2.0.6
-BuildRequires:  libgnomeui-devel >= 2.6
-BuildRequires:  pcre-devel >= 3.9
-Requires(post): desktop-file-utils
-Requires(post): shared-mime-info
-Requires(postun): desktop-file-utils
-Requires(postun): shared-mime-info
+Name:		bluefish
+Version:	1.0.7
+Release:	2%{?dist}
+Summary:	GTK2 web development application for experienced users
+Group:		Development/Tools
+License:	GPLv2+
+URL:		http://bluefish.openoffice.nl/
+Source0:	http://www.bennewitz.com/bluefish/stable/source/bluefish-%{version}.tar.bz2
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:	aspell-devel >= 0.5
+BuildRequires:	desktop-file-utils
+BuildRequires:	gettext
+BuildRequires:	gnome-vfs2-devel
+BuildRequires:	gtk2-devel >= 2.0.6
+BuildRequires:	libgnomeui-devel >= 2.6
+BuildRequires:	pcre-devel >= 3.9
 
 %description
 Bluefish is a powerful editor for experienced web designers and programmers.
@@ -38,22 +34,22 @@
 
 %find_lang %{name}
 /usr/bin/desktop-file-install --vendor fedora --delete-original \
-  --dir %{buildroot}%{_datadir}/applications      \
-  %{buildroot}%{_datadir}/applications/bluefish.desktop
+	--dir %{buildroot}%{_datadir}/applications		\
+	%{buildroot}%{_datadir}/applications/bluefish.desktop
 /usr/bin/desktop-file-install --vendor fedora --delete-original \
-  --dir %{buildroot}%{_datadir}/applications      \
-  %{buildroot}%{_datadir}/applications/bluefish-project.desktop
+	--dir %{buildroot}%{_datadir}/applications		\
+	%{buildroot}%{_datadir}/applications/bluefish-project.desktop
 
 %clean
 %{__rm} -rf %{buildroot}
 
 %post
 /usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
-/usr/bin/update-desktop-database %{_datadir}/applications &> /dev/null || :
+/usr/bin/update-desktop-database &> /dev/null || :
 
 %postun
 /usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
-/usr/bin/update-desktop-database %{_datadir}/applications &> /dev/null || :
+/usr/bin/update-desktop-database &> /dev/null || :
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
@@ -69,6 +65,11 @@
 %{_mandir}/man1/bluefish.1*
 
 %changelog
+* Sun Aug 26 2007 Paul Howarth <paul at city-fan.org> - 1.0.7-2
+- clarify license as GPL version 2 or later
+- unexpand tabs in spec
+- update scriptlets and drop scriptlet dependencies
+
 * Mon Nov  6 2006 Paul Howarth <paul at city-fan.org> - 1.0.7-1
 - update to 1.0.7
 - update download URL
@@ -163,7 +164,7 @@
 * Fri Jul 25 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:0.10-0.fdr.2
 - Enable feature diferention for shrike vs severn.
 - BuildReq aspell-devel for severn.
-- in bluefish.desktop: Terminal=0   =>  Terminal=false.
+- in bluefish.desktop: Terminal=0 => Terminal=false.
 - Source0 path updated.
 
 * Thu Jul 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:0.10-0.fdr.1
@@ -190,10 +191,10 @@
 - Updated to 0.9
 
 * Sat Feb 8 2003 Phillip Compton
--Update to snapshot: 20030207
+- Update to snapshot: 20030207
 
 * Wed Feb 5 2003 Phillip Compton
--Update to snapshot: 20030205
+- Update to snapshot: 20030205
 
 * Wed Jan 15 2003 Matthias Saou <matthias.saou at est.une.marmotte.net>
 - Update to the latest snapshot which should be more stable.
@@ -215,23 +216,21 @@
 - Added a GNOME desktop entry.
 - Compiled with kgcc and reported the problems encountered with gcc 2.96.
 
-* Fri May 5 2000   Bo Forslund  <bo.forslund at abc.se>
-  - fine tuning of the spec file
-  - possible to build with all processors on smp machines
-  - an entry for RedHats wmconfig
+* Fri May 5 2000 Bo Forslund <bo.forslund at abc.se>
+- fine tuning of the spec file
+- possible to build with all processors on smp machines
+- an entry for RedHats wmconfig
 
 * Tue Mar 21 2000 CW Zuckschwerdt <zany at triq.net>
-  - complete rewrite of spec file
-  - relocateable on build-time
-  - no privileges required while building
-  - fix for install_location (should really be $(LIBDIR)/bluefish!)
-  - included man, locale and lib into RPM (was seriously broken)
+- complete rewrite of spec file
+- relocateable on build-time
+- no privileges required while building
+- fix for install_location (should really be $(LIBDIR)/bluefish!)
+- included man, locale and lib into RPM (was seriously broken)
 
 * Thu Jan 13 2000 Chris Lea <chrislea at luciddesigns.com>
-  - Fixed up spec file some. bluefish-0.3.5
+- Fixed up spec file some. bluefish-0.3.5
 
 * Wed Nov 17 1999 Chris Lea <chrislea at luciddesigns.com>
-  - added spec file. this is my third RPM that I've made a spec
-    file for, so please be merciful if I've screwed something up
-
-- Initial RPM release. <version>
+- added spec file. this is my third RPM that I've made a spec
+  file for, so please be merciful if I've screwed something up




More information about the fedora-extras-commits mailing list