[linsmith] Rebuilt for new upstream version, spec cleanup, fixes rhbz #971701

Filipe Rosset filiperosset at fedoraproject.org
Sun May 25 03:27:06 UTC 2014


commit d8cfdc5defb9c9e0af032dbb07c8a1dd338bf31c
Author: Filipe Rosset <rosset.filipe at gmail.com>
Date:   Sun May 25 00:27:01 2014 -0300

    Rebuilt for new upstream version, spec cleanup, fixes rhbz #971701

 .gitignore    |    1 +
 linsmith.spec |   16 +++++-----------
 sources       |    2 +-
 3 files changed, 7 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a3529e5..9bd4421 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 linsmith-0.99.12.tar.gz
 /linsmith-0.99.24.tar.gz
+/linsmith-0.99.26.tar.gz
diff --git a/linsmith.spec b/linsmith.spec
index 23f8691..b8146bd 100644
--- a/linsmith.spec
+++ b/linsmith.spec
@@ -1,6 +1,6 @@
 Name:           linsmith
-Version:        0.99.24
-Release:        4%{?dist}
+Version:        0.99.26
+Release:        1%{?dist}
 Summary:        A Smith charting program
 
 Group:          Applications/Engineering
@@ -8,8 +8,6 @@ License:        GPLv2
 URL:            http://jcoppens.com/soft/linsmith/index.en.php
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
 BuildRequires:  libgnomeprint22-devel
 BuildRequires:  libgnomeui-devel
 BuildRequires:  gettext
@@ -33,13 +31,11 @@ It's main features are:
 %setup -q
 
 %build
-autoreconf -f -i
 %configure
 %{__make} %{?_smp_mflags}
 
 
 %install
-%{__rm} -rf %{buildroot}
 %{__make} install DESTDIR=%{buildroot} INSTALL="install -p"
 
 desktop-file-install \
@@ -63,12 +59,7 @@ mv %{buildroot}/%{_datadir}/%{name} examples/
 %find_lang %{name}
 
 
-%clean
-rm -rf %{buildroot}
-
-
 %files -f %{name}.lang
-%defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS README THANKS doc/manual.pdf
 %doc examples/
 %{_bindir}/%{name}
@@ -78,6 +69,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun May 25 2014 Filipe Rosset <rosset.filipe at gmail.com> - 0.99.26-1
+- Rebuilt for new upstream version, spec cleanup, fixes rhbz #971701
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.99.24-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 5e12e99..e6bf902 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f7dae65129ad31b20d8c2cf757b5b585  linsmith-0.99.24.tar.gz
+d963f88f5dc0010ede1598506da35535  linsmith-0.99.26.tar.gz


More information about the scm-commits mailing list