[gummi] * Wed Jun 26 2013 Fabian Affolter <mail at fabian-affolter.ch> - 0.6.5-3 - Spec file updated

Fabian Affolter fab at fedoraproject.org
Thu Jun 27 08:49:01 UTC 2013


commit 0e6d6272da8b33032b0c9065225fae648015c009
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Thu Jun 27 10:48:44 2013 +0200

    * Wed Jun 26 2013 Fabian Affolter <mail at fabian-affolter.ch> - 0.6.5-3
    - Spec file updated

 gummi.spec |   19 ++++---------------
 1 files changed, 4 insertions(+), 15 deletions(-)
---
diff --git a/gummi.spec b/gummi.spec
index c026c14..d11d788 100644
--- a/gummi.spec
+++ b/gummi.spec
@@ -1,13 +1,11 @@
 Name:           gummi
 Version:        0.6.5
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A simple LaTeX editor
 
-Group:          Applications/Publishing
 License:        MIT
 URL:            http://gummi.midnightcoding.org
 Source0:        http://dev.midnightcoding.org/redmine/attachments/download/301/%{name}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtk2-devel
 BuildRequires:  gtksourceview2-devel
@@ -18,24 +16,19 @@ BuildRequires:  desktop-file-utils
 
 Requires:       texlive-latex
 
-
 %description
 Gummi is a LaTeX editor written in the Python programming language using
 the PyGTK interface toolkit. It was designed with simplicity and the novice
 user in mind, but also offers features that speak to the more advanced user.
 
-
 %prep
 %setup -q
 
-
 %build
 %configure
 make %{?_smp_mflags}
 
-
 %install
-rm -rf %{buildroot}
 make install DESTDIR=%{buildroot} INSTALL="install -p"
 %find_lang %{name}
 desktop-file-install                                 \
@@ -44,13 +37,7 @@ desktop-file-install                                 \
     --dir=%{buildroot}%{_datadir}/applications       \
     %{buildroot}%{_datadir}/applications/%{name}.desktop
 
-
-%clean
-rm -rf %{buildroot}
-
-
 %files -f %{name}.lang
-%defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING README
 %{_mandir}/man*/*.1*
 %{_bindir}/%{name}
@@ -59,8 +46,10 @@ rm -rf %{buildroot}
 %{_datadir}/%{name}/
 %{_libdir}/%{name}/
 
-
 %changelog
+* Wed Jun 26 2013 Fabian Affolter <mail at fabian-affolter.ch> - 0.6.5-3
+- Spec file updated
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.5-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list