Browse Source

new upstream release

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7327 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 11 years ago
parent
commit
f6548620a5
2 changed files with 31 additions and 6 deletions
  1. 27 5
      a/accountsservice/accountsservice-vl.spec
  2. 4 1
      b/baobab/baobab-vl.spec

+ 27 - 5
a/accountsservice/accountsservice-vl.spec

@@ -1,6 +1,6 @@
 
 Name:           accountsservice
-Version:        0.6.25
+Version:        0.6.30
 Release:        1%{?_dist_release}
 Summary:        D-Bus interfaces for querying and manipulating user account information
 
@@ -25,6 +25,13 @@ Vendor: Project Vine
 Distribution: Vine Linux
 Packager: Takemikaduchi
 
+
+%description
+The accountsservice project provides a set of D-Bus interfaces for
+querying and manipulating user account information and an implementation
+of these interfaces, based on the useradd, usermod and userdel commands.
+
+
 %package libs
 Summary: Client-side library to talk to accountservice
 Group: Development/Libraries
@@ -46,10 +53,15 @@ The accountsservice-devel package contains headers and other
 files needed to build applications that use accountsservice-libs.
 
 
-%description
-The accountsservice project provides a set of D-Bus interfaces for
-querying and manipulating user account information and an implementation
-of these interfaces, based on the useradd, usermod and userdel commands.
+%package        doc
+Summary:        Documentation for %{name}
+Summary(ja):    %{name} 用のドキュメント
+Group:          Documentation
+Requires:       %{name} = %{version}-%{release}
+BuildArch:      noarch
+
+%description    doc
+This package contains documentation for %{name}.
 
 
 %prep
@@ -82,16 +94,26 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.a
 #/lib/systemd/system/accounts-daemon.service
 
 %files libs
+%defattr(-,root,root,-)
 %{_libdir}/libaccountsservice.so.*
 %{_libdir}/girepository-1.0/AccountsService-1.0.typelib
 
 %files devel
+%defattr(-,root,root,-)
 %{_includedir}/accountsservice-1.0
 %{_libdir}/libaccountsservice.so
 %{_libdir}/pkgconfig/accountsservice.pc
 %{_datadir}/gir-1.0/AccountsService-1.0.gir
 
+%files doc
+%defattr(-,root,root,-)
+%{_datadir}/gtk-doc/html/libaccountsservice/
+
 %changelog
+* Sun Jan 13 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.30-1
+- new upstream release
+- create subpackage (%{name}-doc)
+
 * Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.25-1
 - new upstream release
 

+ 4 - 1
b/baobab/baobab-vl.spec

@@ -1,5 +1,5 @@
 %define name	baobab
-%define version	3.6.3
+%define version	3.6.4
 %define release	1%{?_dist_release}
 
 Summary:	A graphical disk usage analyzer
@@ -92,6 +92,9 @@ update-desktop-database -q &> /dev/null ||:
 %{_mandir}/man1/%{name}.1.gz
 
 %changelog
+* Sun Jan 13 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.4-1
+- new upstream release
+
 * Fri Nov 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.3-1
 - new upstream release