Browse Source

2014-11-16 Ryoichi INAGAKI <ryo1@toki.waseda.jp>

	* gedit-code-assitance, gksu-polkit, webkit-sharp: modified Group
	


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9095 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 9 years ago
parent
commit
aa0ca90cda

+ 7 - 6
g/gedit-code-assistance/gedit-code-assistance-vl.spec

@@ -2,9 +2,9 @@ Summary:	Code assistance plugin for gedit
 Summary(ja):	gedit 用コード支援プラグイン
 Name:		gedit-code-assistance
 Version:	0.3.1
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 License:	GPLv3
-Group:		User Interface/Deskops
+Group:		Applications/Editors
 URL:		http://git.gnome.org/browse/gedit-code-assistance/
 
 Source:		http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.3/%{name}-%{version}.tar.xz
@@ -29,12 +29,10 @@ Packager:	Takemikaduchi
 
 
 %description
-gedit code assistance is a plugin for gedit which provides code assistance for
-C, C++, Objective-C, Python, XML, and RelaxNG.
+gedit code assistance is a plugin for gedit which provides code assistance for C, C++, Objective-C, Python, XML, and RelaxNG.
 
 %description -l ja
-gedit-code-assistance は C, C++, Objective-C, Python, XML 及び RelaxNG のコード
-支援機能を提供するための gedit 用プラグインです。
+gedit-code-assistance は C, C++, Objective-C, Python, XML 及び RelaxNG のコード支援機能を提供するための gedit 用プラグインです。
 
 
 %prep
@@ -78,6 +76,9 @@ update-desktop-database -q &> /dev/null ||:
 
 
 %changelog
+* Sun Nov 16 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.3.1-2
+- moved to Applications/Editors Group
+
 * Sun Apr 13 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.1-1
 - new upstream release
 - change BuildRequires: libgee-devel instead of libgee06-devel

+ 136 - 0
g/gksu-polkit/gksu-polkit-vl.spec

@@ -0,0 +1,136 @@
+%define         commit f8ce834c
+
+Name:           gksu-polkit
+Version:        0.0.3
+Release:        2%{?_dist_release}
+Summary:        Command line utility to run programs as root
+Summary(ja):    プログラムをrootで実行するためのコマンドラインツール
+
+License:        LGPLv3+
+Group:          Applications/System
+URL:            http://live.gnome.org/gksu
+
+# There is no other download source
+Source0:        %{name}-%{version}-git%{commit}.tar.bz2
+Source99:       %{name}-git-checkout.sh
+Patch0:         %{name}-dbus.patch
+Patch1:         %{name}-%{version}-policy.patch
+Patch2:         %{name}-%{version}-format-security.patch
+
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  doxygen
+BuildRequires:  dbus-glib-devel
+BuildRequires:  gtk-doc
+BuildRequires:  gtk2-devel
+BuildRequires:  intltool
+BuildRequires:  libgee06-devel
+BuildRequires:  libgee06-vala
+BuildRequires:  libtool
+BuildRequires:  polkit-devel
+BuildRequires:  startup-notification-devel
+BuildRequires:  vala
+
+Requires:       %{name}-libs = %{version}-%{release}
+
+%description
+This is a library and application used to ask the user for passwords to run
+programs as root.
+
+%package libs
+Summary:        Libraries for %{name}
+Summary(ja):    %{name} 用のライブラリ
+Group:          System Environment/Libraries
+
+%description libs
+Libraries for software which uses %{name}.
+
+%package libs-devel
+Summary:        Development libraries and headers for %{name}
+Summary(ja):    %{name} 用の開発ライブラリおよびヘッダファイル
+Group:          Development/Libraries
+Requires:       %{name}-libs = %{version}-%{release}
+
+%description libs-devel
+Development libraries and headers for %{name}-libs.
+
+%prep
+%setup -q -n %{name}
+%patch0 -p0
+%patch1 -p1
+%patch2 -p1
+
+%build
+autoreconf -v -f --install
+%configure
+make
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=%{buildroot}
+find %{buildroot} -name '*.la' -delete
+find %{buildroot} -name '*.a' -delete
+
+# Currently no translations available, although we have a po folder
+
+%post libs -p /sbin/ldconfig
+%postun libs -p /sbin/ldconfig
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%{_bindir}/%{name}
+%{_datadir}/dbus-1/system-services/org.gnome.Gksu.service
+%{_datadir}/%{name}-1/environment/common.variables
+%{_datadir}/polkit-1/actions/org.gnome.gksu.policy
+%{_sbindir}/gksu-server
+%config(noreplace) %{_sysconfdir}/dbus-1/system.d/%{name}.conf
+
+%files libs
+%doc COPYING README THANKS TODO
+%{_libdir}/lib%{name}.so.*
+
+%files libs-devel
+%{_includedir}/%{name}/
+%{_libdir}/lib%{name}.so
+%{_libdir}/pkgconfig/lib%{name}-1.pc
+
+%changelog
+* Sun Nov 16 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.0.3-2
+- added Group tag and %%clean section to spec
+
+* Fri Jul 11 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 0.0.3-1
+- initial build for Vine Linux
+
+* Wed Jun 11 2014 Simone Caronni <negativo17@gmail.com> - 0.0.3-10.gitf8ce834c
+- Add patch for format-security.
+
+* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.3-9.gitf8ce834c
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+
+* Sun Jul 21 2013 Simone Caronni <negativo17@gmail.com> - 0.0.3-8.gitf8ce834c
+- Update to git snapshot, add script to recreate tarball.
+- Fix Patch1, was creating a patch file and not patching files.
+- Add fix to service file from  Jan Pokorný (#975541).
+
+* Tue Jun 11 2013 Simone Caronni <negativo17@gmail.com> - 0.0.3-7
+- Fix systemd service file (#948613).
+- SPEC file formatting.
+
+* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.3-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
+* Sat Sep 15 2012 Mario Blättermann <mariobl@fedoraproject.org> 0.0.3-4
+- Added full systemd support via dbus
+
+* Fri Aug 10 2012 Mario Blättermann <mariobl@fedoraproject.org> 0.0.3-3
+- Removed find_lang macro, should be readded once there are real po files
+
+* Thu Aug 09 2012 Mario Blättermann <mariobl@fedoraproject.org> 0.0.3-2
+- Changed the libs requirement for the base package
+- The ldconfig commands point now to the libs instead of the main package
+- Disable rpath
+
+* Sun Jul 29 2012 Mario Blättermann <mariobl@fedoraproject.org> 0.0.3-1
+- Initial version

+ 14 - 5
w/webkit-sharp/webkit-sharp-vl.spec

@@ -1,10 +1,13 @@
 Name:		webkit-sharp
 Version:	0.3
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 Summary:	.NET bindings for WebKit
+Summary(ja):	WebKit の .NET バインディング
 
 License:	MIT
+Group:		System Environment/Libraries
 URL:		http://www.mono-project.com/Main_Page
+
 Source0:	http://origin-download.mono-project.com/sources/webkit-sharp/%{name}-%{version}.tar.bz2
 # https://bugzilla.redhat.com/show_bug.cgi?id=658502
 Patch1:		webkit-sharp-0.3-dllmap.patch
@@ -12,7 +15,7 @@ Patch1:		webkit-sharp-0.3-dllmap.patch
 Requires:	WebKit-gtk
 BuildRequires:	WebKit-gtk-devel
 BuildRequires:	mono-devel
-BuildRequires:	gtk-sharp2
+BuildRequires:	gtk-sharp2-devel
 BuildRequires:	gtk-sharp2-gapi
 BuildRequires:	monodoc
 
@@ -24,11 +27,11 @@ WebKit-sharp is .NET bindings for the WebKit rendering engine.
 
 %package devel
 Summary:	Development files for WebKit-sharp
+Summary(ja):	WebKit-sharp の開発用ファイル
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
 Requires:	pkgconfig
 
-
 %description devel
 Development files for WebKit-sharp
 
@@ -42,12 +45,16 @@ sed -i -e 's!@libdir@!${exec_prefix}/lib!g' sources/webkit-sharp.pc.in
 
 %build
 %configure
-make
+make %{?_smp_mflags}
 
 
 %install
+rm -rf $RPM_BUILD_ROOT
 make DESTDIR=%{buildroot} install
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 
 %files
 %doc COPYING README
@@ -60,10 +67,12 @@ make DESTDIR=%{buildroot} install
 
 
 %changelog
+* Sun Nov 16 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.3-2
+- added Group tag and %%clean section to spec
+
 * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.3-1
 - initial build for Vine Linux
 
-
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild