[dee] 1.0.14

Tom Callaway spot at fedoraproject.org
Fri Feb 22 11:24:33 UTC 2013


commit 8b562c5a790324d7eeeba8199bebd57103f9bed7
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Fri Feb 22 12:27:27 2013 +0100

    1.0.14

 .gitignore |    1 +
 dee.spec   |   18 ++++++++----------
 sources    |    2 +-
 3 files changed, 10 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b73af54..3d51319 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /dee-0.5.18.tar.gz
 /dee-0.5.22.tar.gz
 /dee-1.0.0.tar.gz
+/dee-1.0.14.tar.gz
diff --git a/dee.spec b/dee.spec
index 4891ab9..9ff73cc 100644
--- a/dee.spec
+++ b/dee.spec
@@ -1,14 +1,12 @@
 Summary:	Model to synchronize multiple instances over DBus
 Name:		dee
-Version:	1.0.0
-Release:	3%{?dist}
-# GPLv3-licensed tests and examples are in the tarball, but not
-# installed
+Version:	1.0.14
+Release:	1%{?dist}
+# GPLv3-licensed tests and examples are in the tarball, but not installed
 License:	LGPLv3
 Group:		System Environment/Libraries
 URL:		https://launchpad.net/dee
 Source0:	http://launchpad.net/dee/1.0/%{version}/+download/%{name}-%{version}.tar.gz
-
 BuildRequires:	vala-tools
 BuildRequires:	gtk-doc
 BuildRequires:	dbus-glib-devel
@@ -25,7 +23,7 @@ discoverability of known objects without needing a central registrar.
 %package	devel
 Summary:	Development files for %{name}
 Group:		Development/Libraries
-Requires:	%{name} = %{version}-%{release}
+Requires:	%{name}%{?_isa} = %{version}-%{release}
 Requires:	pkgconfig
 
 %description	devel
@@ -40,7 +38,6 @@ developing applications that use %{name}.
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
 make DESTDIR=%{buildroot} install
 find %{buildroot} -regex ".*\.la$" | xargs rm -f --
 
@@ -48,15 +45,13 @@ find %{buildroot} -regex ".*\.la$" | xargs rm -f --
 %postun -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root,-)
 %doc COPYING
 %{_bindir}/dee-tool
 %{_libdir}/girepository-1.0/*.typelib
 %{_libdir}/libdee*.so.*
 %{python_sitearch}/gi/overrides/Dee.*
 
-%files	devel
-%defattr(-,root,root,-)
+%files devel
 %doc COPYING
 %{_includedir}/dee-1.0
 %{_libdir}/libdee*.so
@@ -67,6 +62,9 @@ find %{buildroot} -regex ".*\.la$" | xargs rm -f --
 %{_datadir}/vala/vapi/*.deps
 
 %changelog
+* Fri Feb 22 2013 Tom Callaway <spot at fedoraproject.org> - 1.0.14-1
+- update to 1.0.14
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index f30bb71..1a13d87 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8c152b3b1ad5bf03079054b1f7d5f637  dee-1.0.0.tar.gz
+473b4181e26538af0fb753255da7945c  dee-1.0.14.tar.gz


More information about the scm-commits mailing list