[whohas] * Fri Mar 29 2013 Fabian Affolter <mail at fabian-affolter.ch> - 0.24-5 - Spec file updated

Fabian Affolter fab at fedoraproject.org
Fri Mar 29 10:43:58 UTC 2013


commit a4bcc414b7ee9afafc7f0b6e5c6469a2e70d70c8
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Fri Mar 29 11:43:28 2013 +0100

    * Fri Mar 29 2013 Fabian Affolter <mail at fabian-affolter.ch> - 0.24-5
    - Spec file updated

 whohas.spec |   19 ++++---------------
 1 files changed, 4 insertions(+), 15 deletions(-)
---
diff --git a/whohas.spec b/whohas.spec
index b900b15..632d577 100644
--- a/whohas.spec
+++ b/whohas.spec
@@ -1,18 +1,15 @@
 Name:           whohas
 Version:        0.29
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Command line tool for query package lists
 
-Group:          Applications/Internet
 License:        GPLv2+
 URL:            http://www.philippwesche.org/200811/whohas/intro.html
 Source0:        http://www.philippwesche.org/200811/%{name}/%{name}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)     
 BuildArch:      noarch
 
 Requires:       perl-libwww-perl
 
-
 %description
 whohas is a command line tool that allows querying several package
 lists at once - currently supported are Arch, Debian, Gentoo and
@@ -20,7 +17,6 @@ Slackware. whohas is written in Perl and was designed to help
 package maintainers find ebuilds, pkgbuilds and similar package
 definitions from other distributions to learn from.
 
-
 %prep
 %setup -q
 # Convert to utf-8
@@ -31,31 +27,24 @@ for file in usr/share/man/de/man1/whohas.1; do
 done
 chmod -x intro.html
 
-
 %build
 #nothing to build
 
-
 %install
-rm -rf %{buildroot}
 install -Dp -m 0755 program/%{name} %{buildroot}%{_bindir}/%{name}
 install -Dp -m 0644 usr/share/man/man1/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
 install -Dp -m 0644 usr/share/man/de/man1/%{name}.1 %{buildroot}%{_mandir}/de/man1/%{name}.1
 
-
-%clean
-rm -rf %{buildroot}
-
-
 %files
-%defattr(-,root,root,-)
 %doc Changelog intro.txt intro.html html_assets/ LICENSE 
 %{_mandir}/man*/%{name}.*
 %{_mandir}/de/man*/%{name}.*
 %{_bindir}/%{name}
 
-
 %changelog
+* Fri Mar 29 2013 Fabian Affolter <mail at fabian-affolter.ch> - 0.24-5
+- Spec file updated
+
 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.29-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list