[libeasyfc] New upstream release.

Akira TAGOH tagoh at fedoraproject.org
Tue Dec 18 08:07:50 UTC 2012


commit 0e7d7c25445cc5668194fc03d0d5c1f65860513b
Author: Akira TAGOH <tagoh at redhat.com>
Date:   Tue Dec 18 17:07:39 2012 +0900

    New upstream release.

 .gitignore     |    1 +
 libeasyfc.spec |   29 +++++++++++------------------
 sources        |    2 +-
 3 files changed, 13 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a0d962a..19dfb21 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /libeasyfc-0.7.tar.bz2
 /libeasyfc-0.8.tar.bz2
 /libeasyfc-0.9.tar.bz2
+/libeasyfc-0.10.tar.bz2
diff --git a/libeasyfc.spec b/libeasyfc.spec
index 1aa8606..6ecb38b 100644
--- a/libeasyfc.spec
+++ b/libeasyfc.spec
@@ -1,13 +1,12 @@
 Name:		libeasyfc
-Version:	0.9
+Version:	0.10
 Release:	1%{?dist}
 Summary:	Easy configuration generator interface for fontconfig
 
 Group:		System Environment/Libraries
 License:	LGPLv3+
-URL:		http://github.com/tagoh/libeasyfc
-Source0:	https://github.com/downloads/tagoh/libeasyfc/libeasyfc-%{version}.tar.bz2
-BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+URL:		http://tagoh.bitbucket.org/libeasyfc/
+Source0:	https://bitbucket.org/tagoh/libeasyfc/downloads/%{name}-%{version}.tar.bz2
 
 BuildRequires:	glib2-devel gobject-introspection-devel libxml2-devel fontconfig-devel >= 2.9.91
 BuildRequires:	gettext
@@ -20,7 +19,7 @@ fontconfig configuration on demand.
 %package	gobject
 Summary:	GObject interface for libeasyfc
 Group:		System Environment/Libraries
-Requires:	%{name} = %{version}-%{release}
+Requires:	%{name}%{?_isa} = %{version}-%{release}
 
 %description	gobject
 libeasyfc aims to provide an easy interface to generate
@@ -31,7 +30,7 @@ This package contains an interface for GObject.
 %package	devel
 Summary:	Development files for libeasyfc
 Group:		Development/Libraries
-Requires:	%{name} = %{version}-%{release}
+Requires:	%{name}%{?_isa} = %{version}-%{release}
 Requires:	pkgconfig
 Requires:	fontconfig-devel glib2-devel
 
@@ -45,8 +44,8 @@ applications with libeasyfc.
 %package	gobject-devel
 Summary:	Development files for libeasyfc-gobject
 Group:		Development/Libraries
-Requires:	%{name}-gobject = %{version}-%{release}
-Requires:	%{name}-devel = %{version}-%{release}
+Requires:	%{name}-gobject%{?_isa} = %{version}-%{release}
+Requires:	%{name}-devel%{?_isa} = %{version}-%{release}
 Requires:	pkgconfig
 Requires:	glib2-devel
 
@@ -67,15 +66,10 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT INSTALL="/usr/bin/install -p"
 
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %post	-p /sbin/ldconfig
 %postun	-p /sbin/ldconfig
 %post	gobject -p /sbin/ldconfig
@@ -83,17 +77,14 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %files
-%defattr(-,root,root,-)
 %doc README AUTHORS COPYING ChangeLog
 %{_libdir}/libeasyfc.so.*
 
 %files	gobject
-%defattr(-, root, root, -)
 %{_libdir}/libeasyfc-gobject.so.*
 %{_libdir}/girepository-*/Easyfc-*.typelib
 
 %files	devel
-%defattr(-, root, root, -)
 %{_includedir}/libeasyfc
 %exclude %{_includedir}/libeasyfc/ezfc-gobject.h
 %{_libdir}/libeasyfc.so
@@ -101,13 +92,15 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/gtk-doc/html/libeasyfc
 
 %files	gobject-devel
-%defattr(-, root, root, -)
 %{_includedir}/libeasyfc/ezfc-gobject.h
 %{_libdir}/libeasyfc-gobject.so
 %{_libdir}/pkgconfig/libeasyfc-gobject.pc
 %{_datadir}/gir-*/Easyfc-*.gir
 
 %changelog
+* Tue Dec 18 2012 Akira TAGOH <tagoh at redhat.com> - 0.10-1
+- New upstream release.
+
 * Mon Jul 23 2012 Akira TAGOH <tagoh at redhat.com> - 0.9-1
 - New upstream release.
 
diff --git a/sources b/sources
index 680570b..4f557c1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-df23093487ad594124d3f211d020c510  libeasyfc-0.9.tar.bz2
+6372f4bf246fc7884ffd23202d4034aa  libeasyfc-0.10.tar.bz2


More information about the scm-commits mailing list