[libxnm] * Fri Aug 09 2013 Fabian Affolter <mail at fabian-affolter.ch> - 0.1.3-10 - Specfile updated

Fabian Affolter fab at fedoraproject.org
Fri Aug 9 08:57:39 UTC 2013


commit 1ff23ac519bb442b9d1a8e83f4449db6ee66f4bb
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Fri Aug 9 10:57:24 2013 +0200

    * Fri Aug 09 2013 Fabian Affolter <mail at fabian-affolter.ch> - 0.1.3-10
    - Specfile updated

 libxnm.spec |   23 +++++------------------
 1 files changed, 5 insertions(+), 18 deletions(-)
---
diff --git a/libxnm.spec b/libxnm.spec
index 6f98b78..c17f792 100644
--- a/libxnm.spec
+++ b/libxnm.spec
@@ -1,20 +1,17 @@
 Name:           libxnm
 Version:        0.1.3
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        A library for parsing the XNM format
 
-Group:          System Environment/Libraries
 License:        GPLv2+
 URL:            http://xnm.sourceforge.net/
 Source0:        http://downloads.sourceforge.net/xnm/%{name}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  glib2-devel
 
 Requires(post):   /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
     
-
 %description
 XNM is a simple recursively defined serialization syntax for storing
 and communicating of complex data structures
@@ -29,45 +26,35 @@ Requires:       pkgconfig
 The %{name}-devel package contains libraries and header files for
 developing applications that use %{name}.
 
-
 %prep
 %setup -q
 
-
 %build
 %configure --enable-static=no
 make %{?_smp_mflags}
 
-
 %install
-rm -rf %{buildroot}
-make install DESTDIR=%{buildroot} INSTALL="install -p" libxnmdocdir=%{_defaultdocdir}/%{name}-%{version}
+make install DESTDIR=%{buildroot} INSTALL="install -p"
 find %{buildroot} -name '*.la' -exec rm -f {} ';'
 
-%clean
-rm -rf %{buildroot}
-
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
-
 %files
-%defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS README TODO
 %{_libdir}/lib*.so.*
 
-
 %files devel
-%defattr(-,root,root,-)
 %doc doxygen-doc/*
 %{_includedir}/xnm/
 %{_libdir}/%{name}*.so
 %{_libdir}/pkgconfig/%{name}.pc
 
-
 %changelog
+* Fri Aug 09 2013 Fabian Affolter <mail at fabian-affolter.ch> - 0.1.3-10
+- Specfile updated
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.3-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list