rpms/bluefish/FC-4 bluefish.spec,1.16,1.17

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Mon May 22 07:47:03 UTC 2006


Author: pghmcfc

Update of /cvs/extras/rpms/bluefish/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14439

Modified Files:
	bluefish.spec 
Log Message:
resync with devel



Index: bluefish.spec
===================================================================
RCS file: /cvs/extras/rpms/bluefish/FC-4/bluefish.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- bluefish.spec	6 Feb 2006 11:55:17 -0000	1.16
+++ bluefish.spec	22 May 2006 07:47:03 -0000	1.17
@@ -1,14 +1,12 @@
 Name:           bluefish
 Version:        1.0.5
-Release:        1%{?dist}
+Release:        3%{?dist}
 Summary:        GTK2 web development application for experienced users
-
 Group:          Development/Tools
 License:        GPL
 URL:            http://bluefish.openoffice.nl/
 Source0:        http://pkedu.fbt.eitn.wau.nl/~olivier/downloads/bluefish-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
 BuildRequires:  aspell-devel >= 0.5
 BuildRequires:  desktop-file-utils
 BuildRequires:  gettext
@@ -26,49 +24,42 @@
 Bluefish supports many programming and markup languages, but it focuses on
 editing dynamic and interactive websites.
 
-
 %prep
 %setup -q
 
-
 %build
 %configure --disable-update-databases
-make %{?_smp_mflags}
-
+%{__make} %{?_smp_mflags}
 
 %install
-rm -rf ${RPM_BUILD_ROOT}
-mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/applications
-make install DESTDIR=${RPM_BUILD_ROOT}                                           \
+%{__rm} -rf %{buildroot}
+%{__mkdir_p} %{buildroot}%{_datadir}/applications
+%{__make} install DESTDIR=%{buildroot} INSTALL_PROGRAM="%{__install} -m 755"
 
 %find_lang %{name}
-desktop-file-install --vendor fedora --delete-original \
-  --dir ${RPM_BUILD_ROOT}%{_datadir}/applications      \
+/usr/bin/desktop-file-install --vendor fedora --delete-original \
+  --dir %{buildroot}%{_datadir}/applications      \
   --add-category X-Fedora                              \
-  ${RPM_BUILD_ROOT}%{_datadir}/applications/bluefish.desktop
-desktop-file-install --vendor fedora --delete-original \
-  --dir ${RPM_BUILD_ROOT}%{_datadir}/applications      \
+  %{buildroot}%{_datadir}/applications/bluefish.desktop
+/usr/bin/desktop-file-install --vendor fedora --delete-original \
+  --dir %{buildroot}%{_datadir}/applications      \
   --add-category X-Fedora                              \
-  ${RPM_BUILD_ROOT}%{_datadir}/applications/bluefish-project.desktop
-
+  %{buildroot}%{_datadir}/applications/bluefish-project.desktop
 
 %clean
-rm -rf ${RPM_BUILD_ROOT}
-
+%{__rm} -rf %{buildroot}
 
 %post
-update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
-update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
-
+/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
+/usr/bin/update-desktop-database %{_datadir}/applications &> /dev/null || :
 
 %postun
-update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
-update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
-
+/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
+/usr/bin/update-desktop-database %{_datadir}/applications &> /dev/null || :
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
-%doc COPYING
+%doc AUTHORS ChangeLog COPYING NEWS README TODO
 %{_bindir}/bluefish
 %{_datadir}/applications/fedora-bluefish.desktop
 %{_datadir}/applications/fedora-bluefish-project.desktop
@@ -79,8 +70,16 @@
 %{_datadir}/pixmaps/*
 %{_mandir}/man1/bluefish.1*
 
-
 %changelog
+* Mon May 22 2006 Paul Howarth <paul at city-fan.org> - 1.0.5-3
+- fix broken debuginfo packages by not stripping binaries (#192617)
+- cosmetic changes to spec file
+- add extra doc files AUTHORS ChangeLog NEWS README TODO
+- use full command paths for reproducible builds
+
+* Thu Feb 16 2006 Paul Howarth <paul at city-fan.org> - 1.0.5-2
+- rebuild
+
 * Mon Feb  6 2006 Paul Howarth <paul at city-fan.org> - 1.0.5-1
 - update to 1.0.5
 - include manpage




More information about the fedora-extras-commits mailing list